Configure vscode + Update flake.lock
This commit is contained in:
parent
d783d9302e
commit
33e95af983
9 changed files with 114 additions and 42 deletions
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/src/tutorial_kirigami2",
|
||||
"args": [],
|
||||
"preLaunchTask": "CMake: build",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue