You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some C# projects that optionally include files based on the build configuration. When I open one of these files, I get an error message "The active document is not part of the open workspace. Not all language features will be available." Also the file contents are not available when searching by symbol. I have tried adding "--configuration", "Test" to the args: [] of the build task in tasks.json, but that doesn't help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have some C# projects that optionally include files based on the build configuration. When I open one of these files, I get an error message "The active document is not part of the open workspace. Not all language features will be available." Also the file contents are not available when searching by symbol. I have tried adding "--configuration", "Test" to the args: [] of the build task in tasks.json, but that doesn't help.
Beta Was this translation helpful? Give feedback.
All reactions