2022-07-21 03:32:36 +00:00
|
|
|
{
|
|
|
|
"files.associations": {
|
|
|
|
"*.ts": "xml"
|
2022-08-14 10:45:16 +00:00
|
|
|
},
|
2023-03-19 17:24:35 +00:00
|
|
|
"[xml]": {
|
|
|
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
|
|
|
},
|
2023-02-24 14:52:49 +00:00
|
|
|
"xml.format.maxLineWidth": 0,
|
2023-04-22 13:03:44 +00:00
|
|
|
"editor.formatOnSave": true,
|
2023-05-03 21:21:04 +00:00
|
|
|
"brightscript.output.hyperlinkFormat": "FilenameAndFunction",
|
2023-04-22 13:03:44 +00:00
|
|
|
"brightscript.bsdk": "node_modules/brighterscript"
|
2022-07-21 03:32:36 +00:00
|
|
|
}
|