← back

char-slop/vscode-hubris

vscode rust-analyzer context switching for Hubris

git clone https://git.t4t.associates/char-slop/vscode-hubris

Charlotte Sominitial commitf4210c2

main
7 files

files

.gitignore21 B
.vscodeignore32 B
README.md581 B
extension.js5.1 KiB
extension.test.js7.3 KiB
package.json1.1 KiB
rust-analyzer251 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:

i would probably gitignore your .vscode (echo '*' > .vscode/.gitignore)