Skip to content

Commit 45e5d6c

Browse files
authored
Fix some setting scopes. (#7973)
1 parent c7945e8 commit 45e5d6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"type": "string",
251251
"default": "file",
252252
"description": "%c_cpp.configuration.clang_format_style.description%",
253-
"scope": "machine-overridable"
253+
"scope": "resource"
254254
},
255255
"C_Cpp.formatting": {
256256
"type": "string",
@@ -771,7 +771,7 @@
771771
"type": "string",
772772
"default": "Visual Studio",
773773
"description": "%c_cpp.configuration.clang_format_fallbackStyle.description%",
774-
"scope": "machine-overridable"
774+
"scope": "resource"
775775
},
776776
"C_Cpp.clang_format_sortIncludes": {
777777
"type": [
@@ -983,7 +983,7 @@
983983
"type": "number",
984984
"default": 2000,
985985
"description": "%c_cpp.configuration.intelliSenseUpdateDelay.description%",
986-
"scope": "application",
986+
"scope": "machine",
987987
"minimum": 500,
988988
"maximum": 3000
989989
},
@@ -1129,7 +1129,7 @@
11291129
"gnu17"
11301130
],
11311131
"description": "%c_cpp.configuration.default.cStandard.description%",
1132-
"scope": "machine-overridable"
1132+
"scope": "resource"
11331133
},
11341134
"C_Cpp.default.cppStandard": {
11351135
"type": "string",
@@ -1149,7 +1149,7 @@
11491149
"gnu++20"
11501150
],
11511151
"description": "%c_cpp.configuration.default.cppStandard.description%",
1152-
"scope": "machine-overridable"
1152+
"scope": "resource"
11531153
},
11541154
"C_Cpp.default.configurationProvider": {
11551155
"type": "string",
@@ -1219,7 +1219,7 @@
12191219
],
12201220
"default": "Default",
12211221
"description": "%c_cpp.configuration.updateChannel.description%",
1222-
"scope": "application"
1222+
"scope": "machine"
12231223
},
12241224
"C_Cpp.experimentalFeatures": {
12251225
"type": "string",

0 commit comments

Comments
 (0)