(changes 07:51 22.02.2024):

- Move Format into a Task
- Implement Debugging Option into Settings
This commit is contained in:
2024-02-22 07:52:01 +01:00
parent 0092edf54f
commit 3a77cd0687
6 changed files with 27 additions and 9 deletions

7
.vscode/launch.json vendored
View File

@ -1,13 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Format Code",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/clang-format.py",
"cwd": "${workspaceFolder}"
},
{
"name": "(gdb) Launch",
"type": "cppdbg",