2022-01-01 23:09:21 +11:00
|
|
|
{
|
|
|
|
"files.associations": {
|
|
|
|
"*.tsx": "xml",
|
|
|
|
"*.tmx": "xml"
|
2022-02-25 08:45:14 +11:00
|
|
|
},
|
|
|
|
"rust-analyzer.checkOnSave.allTargets": false,
|
|
|
|
"rust-analyzer.checkOnSave.extraArgs": [
|
|
|
|
"--target",
|
|
|
|
"thumbv4t-none-eabi"
|
|
|
|
]
|
2022-01-01 23:09:21 +11:00
|
|
|
}
|