agb/examples/the-hat-chooses-the-wizard/.vscode/settings.json
2022-03-06 13:36:26 +00:00

11 lines
236 B
JSON

{
"files.associations": {
"*.tsx": "xml",
"*.tmx": "xml"
},
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.checkOnSave.extraArgs": [
"--target",
"thumbv4t-none-eabi"
]
}