gotta recruit the hive mind for this challenge i'm trying to solve: i work in an environment where we have many repos that come with nearly identical .vscode/settings.json files, but they are opinionated in a way that i don't like. unfortunately, folder settings override my user and workspace settings. i have all of these repos added to one workspace, but other team members might not use this workflow. it looks like this is being suggested here:
https://github.com/microsoft/vscode/issues/15909 , but unfortunately doesn't have any traction right now.
there are a few ideas i've had: 1) create a separate git repository and declare it as a submodule in all of the other projects. 2) convert settings.json files to settings.template.json, and have team members copy over into settings.json (this is not committed) 3) just manage a vscode workspace settings file, and update onboarding documentation to "copy" the settings from their to the workspace settings manually.
does anyone from the community have any ideas to help me achieve what i want, and my preference to not run eslint on save xD ?