2022-01-22 07:55:34 +00:00
|
|
|
{
|
|
|
|
|
"files.associations": {
|
2022-02-12 14:14:51 +00:00
|
|
|
"asm.h": "c",
|
2022-12-31 09:35:39 +00:00
|
|
|
},
|
2023-04-23 13:05:10 +00:00
|
|
|
"C_Cpp.errorSquiggles": "enabled",
|
2022-11-11 07:35:37 +00:00
|
|
|
"esbonio.sphinx.confDir": "",
|
2023-04-21 08:03:42 +00:00
|
|
|
"rust-analyzer.linkedProjects": [
|
2023-10-20 14:11:33 +00:00
|
|
|
"./kernel/Cargo.toml",
|
2025-03-04 02:56:20 +00:00
|
|
|
//"./tools/Cargo.toml",
|
2023-10-02 12:46:19 +00:00
|
|
|
],
|
2025-04-20 10:51:45 +00:00
|
|
|
// "rust-analyzer.cargo.target": "loongarch64-unknown-none",
|
2024-04-06 14:13:26 +00:00
|
|
|
// "rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
|
2023-11-25 04:07:39 +00:00
|
|
|
"rust-analyzer.cargo.target": "x86_64-unknown-none",
|
2023-11-07 12:32:06 +00:00
|
|
|
"rust-analyzer.check.overrideCommand": [
|
|
|
|
|
"make",
|
2023-11-25 04:07:39 +00:00
|
|
|
"check",
|
2023-11-07 12:32:06 +00:00
|
|
|
],
|
2025-03-04 02:56:20 +00:00
|
|
|
"makefile.configureOnOpen": false,
|
2022-01-22 07:55:34 +00:00
|
|
|
}
|