|
|
|
|
|
by tomnipotent
482 days ago
|
|
It's very common for shared project-specific setting files to be stored in ".vscode" that are used by all developers on the project, including launch/task configurations. VSCode settings are hierarchical and composable (non-scalar keys are merged). |
|