ableos/.vscode/settings.json

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