kernel-dev/.vscode/settings.json

9 lines
200 B
JSON
Raw Normal View History

2024-02-05 23:50:36 +08:00
{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"*.s": "nasm",
"LICENCE": "plaintext",
"*.h": "c"
},
"rust-analyzer.imports.preferNoStd" : true,
}