Skip to content

Commit ef637af

Browse files
committed
Change C_Cpp.debugShortcut to resource scope (#9514)
Make C_Cpp.debugShortcut resource scope.
1 parent 833795d commit ef637af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2664,7 +2664,7 @@
26642664
"type": "boolean",
26652665
"default": true,
26662666
"description": "%c_cpp.configuration.debugShortcut.description%",
2667-
"scope": "application"
2667+
"scope": "resource"
26682668
},
26692669
"C_Cpp.legacyCompilerArgsBehavior": {
26702670
"type": "boolean",

0 commit comments

Comments
 (0)