2023-03-09 03:59:41 +00:00
|
|
|
{
|
2024-02-21 08:58:40 +00:00
|
|
|
"rust-analyzer.cargo.target": "x86_64-unknown-none",
|
2024-08-13 12:19:00 +00:00
|
|
|
"rust-analyzer.check.extraEnv": {
|
|
|
|
"RUSTFLAGS": "--check-cfg cfg(ktest) --cfg ktest"
|
|
|
|
},
|
|
|
|
"rust-analyzer.check.overrideCommand": [
|
|
|
|
"cargo",
|
|
|
|
"check",
|
|
|
|
"--quiet",
|
|
|
|
"--message-format=json",
|
|
|
|
"--manifest-path",
|
|
|
|
"kernel/Cargo.toml",
|
2023-03-29 07:42:49 +00:00
|
|
|
"--target",
|
2024-02-21 08:58:40 +00:00
|
|
|
"x86_64-unknown-none",
|
2025-08-28 16:02:34 +00:00
|
|
|
"--target",
|
|
|
|
"riscv64imac-unknown-none-elf",
|
|
|
|
"--target",
|
|
|
|
"loongarch64-unknown-none-softfloat",
|
2023-03-29 07:42:49 +00:00
|
|
|
"-Zbuild-std=core,alloc,compiler_builtins",
|
|
|
|
"-Zbuild-std-features=compiler-builtins-mem"
|
2023-05-08 03:13:49 +00:00
|
|
|
],
|
2024-08-26 07:31:58 +00:00
|
|
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
|
|
"search.exclude": {
|
|
|
|
"**/*.code-search": false,
|
|
|
|
"**/bower_components": false,
|
|
|
|
"**/node_modules": false
|
|
|
|
},
|
|
|
|
"search.useIgnoreFiles": false,
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.DS_Store": false,
|
|
|
|
"**/.git": false,
|
|
|
|
"**/.hg": false,
|
|
|
|
"**/.svn": false,
|
|
|
|
"**/CVS": false,
|
|
|
|
"**/Thumbs.db": false
|
|
|
|
}
|
2025-08-28 16:02:34 +00:00
|
|
|
}
|