add vscode workspace

This commit is contained in:
Daniel Wolf 2021-02-24 16:56:17 -05:00
parent e3f91f8455
commit d0abb5bc11
Signed by: nephatrine
GPG Key ID: F402AF4822FB01F5
3 changed files with 23 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"eamodio.gitlens"
]
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}

13
kyuii.code-workspace Normal file
View File

@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"cmake.buildDirectory": "${workspaceFolder}/build",
"cmakeFormat.args": [
"-c ${workspaceFolder}/.cmake-format"
]
}
}