-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Open
Labels
configVS Code configuration, set up issuesVS Code configuration, set up issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
I would like to be able to configure settings that are specific to my user and to a particular workspace. So, 'local' workspace settings?
So there would be three locations for settings (for a single-folder workspace):
- user settings
${workspaceRoot}/.vscode/settings.json
${workspaceRoot}/.vscode/settings.local.json
This way, I can add .vscode/settings.json
to git, and share project settings such as "exclude node_modules" but I can gitignore .vscode/settings.local.json
and add things specific to that project that I don't want to share, such as git autofetch.
I originally thought to suggest .vscode/settings.user.json
, similar to how VS Pro handles similar configuration, but that might be confusing.
flaub, MOZGIII, demosdemon, alexvy86, borekb and 900 moreSamB, Braden1996, johnpapa, 2012mjm, marekkirejczyk and 175 morejohnpapa, thernstig, Igorbek, marekkirejczyk, runofthemillgeek and 116 morestuartthomson, jamesblasco, baldarn, jasonAtPeloton, MartinSGill and 46 more
Metadata
Metadata
Assignees
Labels
configVS Code configuration, set up issuesVS Code configuration, set up issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality