Skip to content

Commit 06b3b95

Browse files
committed
Prevented users from using wrong Build/debug buttons // Resolve platformio#3239
1 parent 369e872 commit 06b3b95

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,10 @@
3838
"activationEvents": [
3939
"*"
4040
],
41-
"configurationDefaults": {
42-
"C_Cpp.debugShortcut": false,
43-
"[c]": {
44-
"C_Cpp.debugShorcut": false
45-
},
46-
"[cpp]": {
47-
"C_Cpp.debugShorcut": false
48-
}
49-
},
5041
"contributes": {
42+
"configurationDefaults": {
43+
"C_Cpp.debugShortcut": false
44+
},
5145
"languages": [
5246
{
5347
"id": "platformio-debug.disassembly",

0 commit comments

Comments
 (0)