-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Open
Labels
configVS Code configuration, settingsVS Code configuration, settingsfeature-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 957 moreSamB, Braden1996, johnpapa, 2012mjm, marekkirejczyk and 189 morejohnpapa, thernstig, Igorbek, marekkirejczyk, runofthemillgeek and 128 morestuartthomson, jamesblasco, baldarn, jasonAtPeloton, MartinSGill and 60 more
Metadata
Metadata
Assignees
Labels
configVS Code configuration, settingsVS Code configuration, settingsfeature-requestRequest for new features or functionalityRequest for new features or functionality