Skip to content

Commit 6dd0ba1

Browse files
committed
Better default settings management
1 parent 6e49a37 commit 6dd0ba1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"stmicroelectronics.stm32cube-ide-registers",
88
"seunlanlege.action-buttons",
99
"rioj7.command-variable",
10+
"dangmai.workspace-default-settings",
1011
],
1112
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"tooltip": "Flash code",
3232
"command":"workbench.action.tasks.runTask",
3333
"args": ["Flash project"],
34-
"useVsCodeApi": true,
34+
"useVsCodeApi": true
3535
}
36-
],
36+
]
3737
},
3838
"editor.tokenColorCustomizations": {
3939
"textMateRules": [
@@ -68,5 +68,5 @@
6868
}
6969
}
7070
]
71-
},
71+
}
7272
}

0 commit comments

Comments
 (0)