affectsConfiguration()
returns true
when a project is removed in a multi-workspace instance
#2408
Unanswered
OrkunTokdemir
asked this question in
Extension Development QnA
Replies: 1 comment 11 replies
-
Well that sounds like the right behaviour to me. Why is this unexpected? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
affectsConfiguration("my_config", my_workspace_folder)
returnstrue
when I removemy_workspace_folder
from the multi-workspace instance. This leads to bugs on our end. I would expect it to be not triggered for those situations. Is there any workaround for this problem?I have a similar configuration in my workspace
setting.json
Beta Was this translation helpful? Give feedback.
All reactions