Skip to content

Commit

Permalink
Revert scopes for updateChannel and intelliSenseUpdateDelay back to "…
Browse files Browse the repository at this point in the history
…application" (#8004)
  • Loading branch information
Colengms authored Aug 18, 2021
1 parent 4cb51b7 commit 1ed9602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@
"type": "number",
"default": 2000,
"description": "%c_cpp.configuration.intelliSenseUpdateDelay.description%",
"scope": "machine",
"scope": "application",
"minimum": 500,
"maximum": 3000
},
Expand Down Expand Up @@ -1219,7 +1219,7 @@
],
"default": "Default",
"description": "%c_cpp.configuration.updateChannel.description%",
"scope": "machine"
"scope": "application"
},
"C_Cpp.experimentalFeatures": {
"type": "string",
Expand Down

0 comments on commit 1ed9602

Please sign in to comment.