-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on watching multiple sub-directories #70
Comments
Hi. |
They are similar, but I detected that the error occurs when we have one more nested directory. With dwupload we have a similar issue as well (an internal error happens). |
ahh, I see. Workaround for this issue could be a usage of symlinks ( #62 ). The correct way would be to use multiroot workspaces but currently, the extension doesn't support it. |
I confirm what Valter said . Will the extension support multiroot workspaces in the near future ? we sometimes have to make 50+ symlinks . Thank you |
Yes, there are plans to add multiroot workspaces and SDAPI v2. Currently, I don't have a much time for the extension. I'm planning to do so in the first quarter of 2018. |
the multiroot has been added in |
Hello,
Thanks and congratulations for the plugin, it's a really great tool :)
I'm having a issue when I have a dw.json like this:
Every time I change some code from either directory, Prophet tries to do a re-upload everything. Example:
[U 10:33:27] c:\projects\xxxxxxxx\abcd\file.js
Trying to re-upload
Start uploading cartridges
I know this isn't the correct configuration for the paths as indicated in the plugin description, but it's
very useful when we have multiple GIT repositories
I'm using the latest version from the Plugin and VS Code in Windows 10.
Best regards,
The text was updated successfully, but these errors were encountered: