-
Notifications
You must be signed in to change notification settings - Fork 7
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
How can i add the config for each project in my workspace #14
Comments
@frydo I'm not the developer. But I assume the first is because the extension isn't using the multi-root api or it isn't allowed. The second works for me properly when setting it in the workspaces settings. If you can post your settings code I can try to help you troubleshoot. |
Hello haugerbr. ok now it works under workspace settings, i can press save an it will execute my command. but the problem ist.... i have a sh script, which is syncing the project from local to local. Every project in my workspace have on of these sh-files. But when i press save i can see, that the extension is using the sh-file from the last project in the list. |
Just test multi root workspace, vs code did not load appsettings.json in folder but it used workspace / user settings instead. @haugerbr any idea? |
@wk-j According to this it
|
@wk-j Thanks for keeping the extension updated. :) I was worried it was abandoned like the one it was forked from. |
Thank you guys for your help. I have noticed, that i need sync also when files/folders are copied, deleted and so on. So i will use "inotifywait" with sync, and start it with vs code. |
I have the same problem of @haugerbr |
Hello,
i have a workspace with some projects(folders) in it.
Is it possible to add a config for every project instead of the whole workspace?
When i try to add the config to the folder settings tab, i get the message that it isnt allowed in the workspace view.
When i add the config to workspace settings it wont start, when i press save.
The text was updated successfully, but these errors were encountered: