vscode-todo-highlight icon indicating copy to clipboard operation
vscode-todo-highlight copied to clipboard

Adopting Multi Root Workspace APIs

Open LuWa-at-work opened this issue 1 year ago • 0 comments

Is there any plan to support multi root Workspaces? In our Projekt it's really nice to have multiple Folders in one workspace. Most of them have their own .vscode Folder with a settings.json.

I have a few keywords that i only want to highlight in one folder -> to do so i edited the settings.json in this folder. Sadly these keywords don't seem to be recogniced... if i put the same keywords in the User settings.json they work just fine... i think it could be a problem with the API Change linked below, but i'm not so sure about that.

https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#do-i-need-to-do-anything

LuWa-at-work avatar Mar 08 '23 14:03 LuWa-at-work