Skip to content

Commit

Permalink
update launch.json to indicate where credentials should be set
Browse files Browse the repository at this point in the history
host and password should be set in bsconfig.json
  • Loading branch information
arturocuya committed Nov 26, 2023
1 parent 4e12fb2 commit af7b32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
// set "brightscript.debug.raleTrackerTaskFileLocation": "/absolute/path/to/rale/TrackerTask.xml" in your vscode user settings
// set the below field to true
"injectRaleTrackerTask": false,
//WARNING: don't edit this value. Instead, set "brightscript.debug.host": "YOUR_HOST_HERE" in your vscode user settings
//WARNING: don't edit this value. Instead, set "host" in "bsconfig.json"
//"host": "${promptForHost}",
//WARNING: don't edit this value. Instead, set "brightscript.debug.password": "YOUR_PASSWORD_HERE" in your vscode user settings
//WARNING: don't edit this value. Instead, set "password" in "bsconfig.json"
//"password": "${promptForPassword}",
},
{
Expand Down

0 comments on commit af7b32f

Please sign in to comment.