char-slop/vscode-hubris
vscode rust-analyzer context switching for Hubris
git clone https://git.t4t.associates/char-slop/vscode-hubris
f4210c2
main
files
| .gitignore | 21 B |
| .vscodeignore | 32 B |
| README.md | 581 B |
| extension.js | 5.1 KiB |
| extension.test.js | 7.3 KiB |
| package.json | 1.1 KiB |
| rust-analyzer | 251 B |
vscode-hubris
automatic task context switching for rust-analyzer for Hubris via xtask lsp and xtask rust-analyzer
enable in workspace settings:
{
"hubris.app" : "app.toml" ,
"rust-analyzer.check.command" : "clippy"
}
the extension manages these workspace settings:
rust-analyzer.server.pathrust-analyzer.server.extraEnv(addsHUBRIS_WORKSPACE_ROOTandHUBRIS_CONTEXT_FILE)rust-analyzer.cargo.buildScripts.overrideCommand
i would probably gitignore your .vscode (echo '*' > .vscode/.gitignore)