aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-09-28 12:05:29 -0500
committerMatt Strapp <strap012@umn.edu>2020-09-28 12:05:29 -0500
commit04493d433272c774b7ef13e2c2cc9f26fa466748 (patch)
treed5502d89214af62e963ab666e0d3b1ccef9cedf4 /.vscode/launch.json
parentAdd new "solutionexe" (diff)
downloadcsci4061-04493d433272c774b7ef13e2c2cc9f26fa466748.tar
csci4061-04493d433272c774b7ef13e2c2cc9f26fa466748.tar.gz
csci4061-04493d433272c774b7ef13e2c2cc9f26fa466748.tar.bz2
csci4061-04493d433272c774b7ef13e2c2cc9f26fa466748.tar.lz
csci4061-04493d433272c774b7ef13e2c2cc9f26fa466748.tar.xz
csci4061-04493d433272c774b7ef13e2c2cc9f26fa466748.tar.zst
csci4061-04493d433272c774b7ef13e2c2cc9f26fa466748.zip
Get rid of VSCode garbage
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 447de6d..0000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,27 +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": "(gdb) Launch",
- "type": "cppdbg",
- "request": "launch",
- "program": "enter program name, for example ${workspaceFolder}/a.out",
- "args": [],
- "stopAtEntry": false,
- "cwd": "${workspaceFolder}",
- "environment": [],
- "externalConsole": false,
- "MIMode": "gdb",
- "setupCommands": [
- {
- "description": "Enable pretty-printing for gdb",
- "text": "-enable-pretty-printing",
- "ignoreFailures": true
- }
- ]
- }
- ]
-} \ No newline at end of file