mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"files.associations": {
|
|
"*.tsx": "xml",
|
|
"*.tmx": "xml"
|
|
},
|
|
"rust-analyzer.checkOnSave.allTargets": false,
|
|
"rust-analyzer.checkOnSave.extraArgs": [
|
|
"--target",
|
|
"thumbv4t-none-eabi"
|
|
]
|
|
} |