Recommend some useful vscode extension automatically
This commit is contained in:
parent
6e29a1e960
commit
3cf9280957
2 changed files with 10 additions and 1 deletions
9
.vscode/extensions.json
vendored
Normal file
9
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"ms-vscode.cpptools",
|
||||
"ms-vscode.cmake-tools",
|
||||
"matepek.vscode-catch2-test-adapter",
|
||||
"xaver.clang-format",
|
||||
"notskm.clang-tidy"
|
||||
]
|
||||
}
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -15,7 +15,7 @@
|
|||
"value": "$PATH:${command:cmake.launchTargetDirectory}"
|
||||
}
|
||||
],
|
||||
"externalConsole": false,
|
||||
"console": "internalConsole",
|
||||
"MIMode": "gdb",
|
||||
"setupCommands": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue