jf-roku/.vscode/settings.json

15 lines
420 B
JSON
Raw Normal View History

{
"files.associations": {
"*.ts": "xml"
2022-08-14 10:45:16 +00:00
},
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"xml.format.maxLineWidth": 0,
2023-04-22 13:03:44 +00:00
"editor.formatOnSave": true,
"brightscript.output.hyperlinkFormat": "FilenameAndFunction",
2023-04-22 13:03:44 +00:00
"brightscript.bsdk": "node_modules/brighterscript"
}