From 349a4027909df417f341fd520fbe74c2627fec92 Mon Sep 17 00:00:00 2001 From: MCrowson Date: Mon, 6 May 2019 09:07:31 -0400 Subject: [PATCH] Ooops Accidentally got committed on merge conflict resolution --- .vscode/launch.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d56ab180..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,19 +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": [ - - { - "type": "brightscript", - "request": "launch", - "name": "BrightScript Debug: Launch", - "stopOnEntry": true, - "host": "${env:ROKU_DEV_TARGET}", - "password": "${env:ROKU_DEV_PASSWORD}", - "rootDir": "${workspaceFolder}", - "enableDebuggerAutoRecovery": false - }, - ] -} \ No newline at end of file