Recommend some useful vscode extension automatically

This commit is contained in:
Corentin Jabot 2021-09-19 11:26:43 +02:00
parent 6e29a1e960
commit 3cf9280957
2 changed files with 10 additions and 1 deletions

9
.vscode/extensions.json vendored Normal file
View 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
View File

@ -15,7 +15,7 @@
"value": "$PATH:${command:cmake.launchTargetDirectory}"
}
],
"externalConsole": false,
"console": "internalConsole",
"MIMode": "gdb",
"setupCommands": [
{