2022-07-21 03:32:36 +00:00
|
|
|
{
|
2023-10-27 02:19:51 +00:00
|
|
|
"files.associations": {
|
|
|
|
"*.ts": "xml"
|
|
|
|
},
|
|
|
|
"[xml]": {
|
|
|
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
|
|
|
},
|
|
|
|
"xml.format.maxLineWidth": 0,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"brightscript.output.hyperlinkFormat": "FilenameAndFunction",
|
|
|
|
"brightscript.bsdk": "node_modules/brighterscript",
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/node_modules": true,
|
|
|
|
"docs/api/**": true
|
2023-10-28 13:23:56 +00:00
|
|
|
},
|
|
|
|
"brightscriptcomment.addExtraAtStartAndEnd": false
|
2023-11-23 13:52:44 +00:00
|
|
|
}
|