Skip to content

Commit

Permalink
Upgraded to latest brightscript.
Browse files Browse the repository at this point in the history
Added suppport for `brsconfig.json` schema validation.
  • Loading branch information
TwitchBronBron committed Feb 21, 2019
1 parent a04220d commit a2a3487
Show file tree
Hide file tree
Showing 4 changed files with 760 additions and 182 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
.nyc_output
.roku-deploy-staging
*.vsix
brsconfig.schema.json
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
".roku-deploy-staging": false,
"coverage": true,
"**/node_modules": true,
"**/out": true,
"**/package-lock.json": true
"**/out": true
},
"editor.insertSpaces": true,
"editor.detectIndentation": false,
Expand Down
Loading

0 comments on commit a2a3487

Please sign in to comment.