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 06:09:27 +00:00
{
"files.associations": {
"stddef.h": "c"
2022-01-27 05:38:51 +00:00
},
2022-04-11 21:02:36 +00:00
"rust-analyzer.checkOnSave.allTargets": false,
2023-03-19 12:30:04 +00:00
"rust-analyzer.cargo.target": "kernel/targets/riscv64-virt-ableos.json",
2021-11-16 06:09:27 +00:00
}