facebook

large workspace

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #611627 Reply

    vasyapatricov
    Participant

    Hi. Every day see a message that CodeMix Engine is unable to watch for file changes in this large workspace. Where it has found so large workspace? In my settings.json i have disabled all directories with external libraries:

    “files.watcherExclude”: {
    “**/.git/objects/**”: true,
    “**/.git/subtree-cache/**”: true,
    “**/node_modules/*/**”: true,
    “**/vendor/*/**”: true
    }

    So actual workspace should consist of 154 files:

    find -type f | grep -v node_modules | grep -v vendor | grep -v .git | wc -l

    154

    So about what this message?

    #611696 Reply

    Brian Fernandes
    Moderator

    Vasya,

    CodeMix is actually internally programmed to ignore resources like node_modules or your .git folder. I have a few questions that should help us figure this out.

    1) Are you experiencing any loss of functionality, or performance issues in the IDE?
    2) If you include the vendor folder, how many files are present?
    3) How many projects do you have in your workspace? If you to go Project Properties > CodeMix > Validation and Build, do you have CodeMix validation enabled? If yes, what option is selected here?
    Just as a test – if you have the, “Always watch” option selected, does choosing the, “Click build to start watching” option make a difference?

    Hopefully we’ll be able to sort this out shortly.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: large workspace

You must be logged in to post in the forum log in