aboutsummaryrefslogtreecommitdiff
path: root/works/life/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'works/life/.vscode/launch.json')
-rw-r--r--works/life/.vscode/launch.json17
1 files changed, 0 insertions, 17 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"
- }
- ]
-}