Skip to content

Commit 59ea146

Browse files
authored
Change C_Cpp.debugShortcut to resource scope (#9514)
Make C_Cpp.debugShortcut resource scope.
1 parent 09a1ce1 commit 59ea146

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
@@ -2706,7 +2706,7 @@
27062706
"type": "boolean",
27072707
"default": true,
27082708
"description": "%c_cpp.configuration.debugShortcut.description%",
2709-
"scope": "application"
2709+
"scope": "resource"
27102710
},
27112711
"C_Cpp.legacyCompilerArgsBehavior": {
27122712
"type": "boolean",

0 commit comments

Comments
 (0)