ableos/.vscode/settings.json

6 lines
108 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,
2021-11-16 00:09:27 -06:00
}