initial commit -- framebuffer Hello, World!
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user