From 952a953aefe439a36cedcbf4ee974c1645aea793 Mon Sep 17 00:00:00 2001 From: Zhao YunShan Date: Sat, 20 Jul 2024 22:56:38 +0800 Subject: [PATCH] update update --- .vscode/launch.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index c24ccef..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,38 +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) Bash on Windows Launch", - "type": "cppdbg", - "request": "launch", - "program": "/mnt/d/github/coev/bin/comutex", - "args": [], - "stopAtEntry": false, - "miDebuggerArgs": "", - "cwd": "/mnt/d/github/coev/bin/", - "environment": [], - "externalConsole": false, - "sourceFileMap": { - "/mnt/d/": "D:\\" - }, - "pipeTransport": { - "debuggerPath": "/usr/bin/gdb", - "pipeProgram": "${env:windir}\\system32\\bash.exe", - "pipeArgs": [ - "-c" - ], - "pipeCwd": "" - }, - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - } - ] - } - ] -} \ No newline at end of file