From cd6a58f7731e2d71d374297242ef49fd5af7cd27 Mon Sep 17 00:00:00 2001 From: Defend Date: Tue, 27 Feb 2018 20:38:53 +0000 Subject: [PATCH] Delete launch.json --- .vscode/launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 94263ba..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "type": "gdb", - "request": "launch", - "cwd": "${workspaceFolder}", - "name": "PlatformIO Debugger", - "target": "c:/Users/itsmy/Desktop/CODE~WORKSPACE/nodemcu-lab-work-1/.pioenvs/nodemcuv2/firmware.elf", - "gdbpath": "C:/Users/itsmy/.platformio/penv/Scripts/piodebuggdb", - "autorun": [ "source .pioinit" ], - "preLaunchTask": "PlatformIO: Pre-Debug", - "internalConsoleOptions": "openOnSessionStart" - } - ] -} \ No newline at end of file