1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/.vscode/settings.json

7 lines
184 B
JSON
Raw Normal View History

2021-11-16 00:09:27 -06:00
{
"files.associations": {
"stddef.h": "c"
2022-01-26 23:38:51 -06:00
},
2022-04-11 16:02:36 -05:00
"rust-analyzer.checkOnSave.allTargets": false,
2023-03-19 07:30:04 -05:00
"rust-analyzer.cargo.target": "kernel/targets/riscv64-virt-ableos.json",
2021-11-16 00:09:27 -06:00
}