agb/examples/the-hat-chooses-the-wizard/.vscode/settings.json

11 lines
236 B
JSON
Raw Normal View History

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
}