Configure vscode + Update flake.lock
This commit is contained in:
parent
d783d9302e
commit
33e95af983
9 changed files with 114 additions and 42 deletions
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"cmake.generator": "Ninja",
|
||||
"cmake.configureSettings": {
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS:BOOL": "ON",
|
||||
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
|
||||
"QT_MAJOR_VERSION": "6"
|
||||
},
|
||||
"cmake.buildDirectory": "${workspaceFolder}/build",
|
||||
"C_Cpp.intelliSenseEngine": "disabled",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue