Skip to content

Commit 1ed9602

Browse files
authored
Revert scopes for updateChannel and intelliSenseUpdateDelay back to "application" (#8004)
1 parent 4cb51b7 commit 1ed9602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@
983983
"type": "number",
984984
"default": 2000,
985985
"description": "%c_cpp.configuration.intelliSenseUpdateDelay.description%",
986-
"scope": "machine",
986+
"scope": "application",
987987
"minimum": 500,
988988
"maximum": 3000
989989
},
@@ -1219,7 +1219,7 @@
12191219
],
12201220
"default": "Default",
12211221
"description": "%c_cpp.configuration.updateChannel.description%",
1222-
"scope": "machine"
1222+
"scope": "application"
12231223
},
12241224
"C_Cpp.experimentalFeatures": {
12251225
"type": "string",

0 commit comments

Comments
 (0)