We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dcf77 commit b72b53fCopy full SHA for b72b53f
scripts/install-local.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+# Install deps-lsp to ~/.local/bin for Zed dev extension testing
3
+
4
+set -e
5
6
+cargo build --release -p deps-lsp
7
+cp target/release/deps-lsp ~/.local/bin/
8
+echo "✓ Installed deps-lsp to ~/.local/bin/"
9
+echo " Restart Zed to use the new version"
0 commit comments