jf-roku/.vscode/settings.json
Charles Ewert 710cd275f2
Add workflow to validate XML translation files (#1033)
* create workflow to validate XML files

* Suggest the redhat XML extension on VSCode + configure formatter

* format translation files

* i broke the xml file

* i fixed it

* simplify workflow - no env var needed

* use latest version of ubuntu + cache apt packages

* combine all lint workflows
2023-02-24 09:52:49 -05:00

7 lines
126 B
JSON

{
"files.associations": {
"*.ts": "xml"
},
"xml.format.maxLineWidth": 0,
"editor.formatOnSave": true
}