{ "rust-analyzer.check.allTargets": false, "rust-analyzer.check.extraArgs": [ "--target", "x86_64-kernel" ], "rust-analyzer.cargo.target": "x86_64-kernel", "rust-analyzer.checkOnSave.allTargets": false, "rust-analyzer.checkOnSave.extraArgs": [ "--target", "x86_64-kernel" ], "rust-analyzer.cargo.features": [], "rust-analyzer.procMacro.enable": true, "rust-analyzer.cargo.buildScripts.enable": true, "rust-analyzer.cargo.buildScripts.overrideCommand": null, "rust-analyzer.server.extraEnv": { "RUST_TARGET_PATH": "${workspaceFolder}/kernel" } }