Accidentally got committed on merge conflict resolution
This commit is contained in:
MCrowson 2019-05-06 09:07:31 -04:00 committed by GitHub
parent 2bccfd661a
commit 349a402790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.vscode/launch.json vendored
View File

@ -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
},
]
}