Skip to content

Commit ca6648d

Browse files
committed
Add install- targets
1 parent acdccdd commit ca6648d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

justfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ test-quick:
3232
new-crate name:
3333
cargo new --lib crates/{{snakecase(name)}}
3434
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

Comments
 (0)