Skip to content

Commit

Permalink
Fix some setting scopes. (#7973)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus authored Aug 14, 2021
1 parent c7945e8 commit 45e5d6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"type": "string",
"default": "file",
"description": "%c_cpp.configuration.clang_format_style.description%",
"scope": "machine-overridable"
"scope": "resource"
},
"C_Cpp.formatting": {
"type": "string",
Expand Down Expand Up @@ -771,7 +771,7 @@
"type": "string",
"default": "Visual Studio",
"description": "%c_cpp.configuration.clang_format_fallbackStyle.description%",
"scope": "machine-overridable"
"scope": "resource"
},
"C_Cpp.clang_format_sortIncludes": {
"type": [
Expand Down Expand Up @@ -983,7 +983,7 @@
"type": "number",
"default": 2000,
"description": "%c_cpp.configuration.intelliSenseUpdateDelay.description%",
"scope": "application",
"scope": "machine",
"minimum": 500,
"maximum": 3000
},
Expand Down Expand Up @@ -1129,7 +1129,7 @@
"gnu17"
],
"description": "%c_cpp.configuration.default.cStandard.description%",
"scope": "machine-overridable"
"scope": "resource"
},
"C_Cpp.default.cppStandard": {
"type": "string",
Expand All @@ -1149,7 +1149,7 @@
"gnu++20"
],
"description": "%c_cpp.configuration.default.cppStandard.description%",
"scope": "machine-overridable"
"scope": "resource"
},
"C_Cpp.default.configurationProvider": {
"type": "string",
Expand Down Expand Up @@ -1219,7 +1219,7 @@
],
"default": "Default",
"description": "%c_cpp.configuration.updateChannel.description%",
"scope": "application"
"scope": "machine"
},
"C_Cpp.experimentalFeatures": {
"type": "string",
Expand Down

0 comments on commit 45e5d6c

Please sign in to comment.