Skip to content

Commit b43a395

Browse files
committed
Updated default settings extension and move settings to .default files
1 parent a82fb94 commit b43a395

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"stmicroelectronics.stm32cube-ide-registers",
88
"seunlanlege.action-buttons",
99
"rioj7.command-variable",
10-
"dangmai.workspace-default-settings",
10+
"spadin.config-defaults",
1111
],
1212
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"imageFileName": "${command:cmake.launchTargetPath}"
1414
}
1515
],
16-
"faultUnalignedAccess": false,
16+
"faultUnalignedAccess": false
1717
},
1818
{
1919
"type": "stlinkgdbtarget",
@@ -28,7 +28,7 @@
2828
"imageFileName": "${command:st-stm32-ide-debug-launch.get-projects-binary-from-context1}" //Provides a run prompt
2929
}
3030
],
31-
"faultUnalignedAccess": false,
32-
},
31+
"faultUnalignedAccess": false
32+
}
3333
]
3434
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"cwd": "${workspaceFolder}"
6060
},
6161
"problemMatcher": []
62-
},
62+
}
6363
],
6464
"inputs": [
6565
{

0 commit comments

Comments
 (0)