diff options
Diffstat (limited to 'works/life/.vscode')
-rw-r--r-- | works/life/.vscode/launch.json | 17 | ||||
-rw-r--r-- | works/life/.vscode/settings.json | 3 |
2 files changed, 0 insertions, 20 deletions
diff --git a/works/life/.vscode/launch.json b/works/life/.vscode/launch.json deleted file mode 100644 index 584e971..0000000 --- a/works/life/.vscode/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Debug", - "type": "gdb", - "request": "launch", - "target": "./a.out", - "cwd": "${workspaceRoot}", - "valuesFormatting": "parseText", - "terminal": "konsole" - } - ] -} diff --git a/works/life/.vscode/settings.json b/works/life/.vscode/settings.json deleted file mode 100644 index cad7657..0000000 --- a/works/life/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "cmake.configureOnOpen": false -}
\ No newline at end of file |