Skip to content

Commit 739e6c4

Browse files
committed
Move "configurationDefaults" section near the "configuration"
1 parent 06b3b95 commit 739e6c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
"*"
4040
],
4141
"contributes": {
42-
"configurationDefaults": {
43-
"C_Cpp.debugShortcut": false
44-
},
4542
"languages": [
4643
{
4744
"id": "platformio-debug.disassembly",
@@ -514,6 +511,9 @@
514511
}
515512
}
516513
],
514+
"configurationDefaults": {
515+
"C_Cpp.debugShortcut": false
516+
},
517517
"configuration": {
518518
"type": "object",
519519
"title": "PlatformIO IDE configuration",

0 commit comments

Comments
 (0)