Skip to content

Commit

Permalink
Merge branch 'master' into webpack-build
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Sep 21, 2019
2 parents 7ef638b + c041c88 commit d1408e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ You also have the ability to create keybindings for any other Roku supported key
| `win+ctrl+x` | `cmd+ctrl+x` | extension.brightscript.setOutputExcludeFilter | Filter the BrightScript output by typing text you want to *exclude* |

## Config file for user-specific launch settings
If you change your `launch.json` settings regularly, or don't want to check certain values into version control, then another option is to store those values in a `.env` file. Then, reference it in your `launch.json` and use `${end:YOUR_VAR_NAME}` in `launch.json` settings. Here's an example.
If you change your `launch.json` settings regularly, or don't want to check certain values into version control, then another option is to store those values in a `.env` file. Then, reference it in your `launch.json` and use `${env:YOUR_VAR_NAME}` in `launch.json` settings. Here's an example.

```json
//launch.json
Expand Down

0 comments on commit d1408e9

Please sign in to comment.