Accumulated settings - are .vscode/tasks.json able to be merged by user's custom settings? #2415
-
Does VS Code allow developers to have their own task settings which override any 'repo' tasks.json settings? for example:
So with this repo. we start with the lowest level (repo -> .vscode -> tasks.json) and then 'go upwards' till we stop. One level above, we find another .vscode folder! in that is tasks.json and it's merged with the repo's tasks.json
To determine what is existing or new, we could use the Does this exist? If not, I'm happy to propose the existing feature. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This discussion repo is for VS Code extension authors, not for users. For that question please try out on stack overflow. Having said that, this should be possible. Please read our docs https://code.visualstudio.com/docs/editor/tasks |
Beta Was this translation helpful? Give feedback.
This discussion repo is for VS Code extension authors, not for users. For that question please try out on stack overflow.
In case you are writing a VS Code extensions do tell us what you are trying to do, and what are the issues.
Having said that, this should be possible. Please read our docs https://code.visualstudio.com/docs/editor/tasks
Or ask Copilot