710cd275f2
* 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
7 lines
126 B
JSON
7 lines
126 B
JSON
{
|
|
"files.associations": {
|
|
"*.ts": "xml"
|
|
},
|
|
"xml.format.maxLineWidth": 0,
|
|
"editor.formatOnSave": true
|
|
} |