Associating .tsx files with xml for vscodium.
This commit is contained in:
parent
4c2b0a8c62
commit
bad5010f24
|
|
@ -36,6 +36,10 @@
|
|||
"telemetry.telemetryLevel": "off",
|
||||
"telemetry.editStats.enabled": false,
|
||||
|
||||
"files.associations": {
|
||||
"*.tsx": "xml"
|
||||
},
|
||||
|
||||
"git.enabled": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"bashIde.shellcheckArguments": "--exclude=SC2120,SC2155,SC2119",
|
||||
|
|
|
|||
Loading…
Reference in New Issue