Skip to content

Commit

Permalink
chore: create helper tasks to install the LSP server and VSCode exten…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
dnaka91 committed Dec 5, 2023
1 parent ef1139b commit 035c1aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,14 @@ linkcheck:
'book/src/**/*.md' \
'book/book/**/*.html' \
'crates/**/*.rs'

# Install the LSP server into the local system
install-lsp:
cargo install --path crates/stef-lsp --offline --debug

# Install the VSCode extension into VSCodium
install-vscodium: install-lsp
bun install
cd vscode-extension && \
bun run package && \
codium --install-extension stef-*.vsix

0 comments on commit 035c1aa

Please sign in to comment.