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.
1 parent 5816f2f commit f29fb70Copy full SHA for f29fb70
Makefile
@@ -15,7 +15,7 @@ integration_test: build
15
cd integration_tests && bun test
16
17
# Build and install dev version into Zed's extension directory for testing
18
-install_ext:
+install_ext: generate_word_list
19
cd crates/codebook-lsp && cargo build --profile=fast-release
20
cp -f target/release/codebook-lsp "${HOME}/Library/Application Support/Zed/extensions/work/codebook/"
21
word_lists/combined.gen.txt
@@ -380,6 +380,7 @@ cms
380
cmt
381
cn
382
code
383
+codebook
384
codec
385
codecselfer
386
codecselferc
0 commit comments