We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install-
1 parent acdccdd commit ca6648dCopy full SHA for ca6648d
justfile
@@ -32,3 +32,9 @@ test-quick:
32
new-crate name:
33
cargo new --lib crates/{{snakecase(name)}}
34
cargo run -p xtask_codegen -- new-crate --name={{snakecase(name)}}
35
+
36
+install-vscode:
37
+ cd editors/code && rm -rf *.vsix && vsce package && code --install-extension *.vsix
38
39
+install-positron:
40
+ cd editors/code && rm -rf *.vsix && vsce package && positron --install-extension *.vsix
0 commit comments