Skip to content

Commit f29fb70

Browse files
committed
Run generate_word_list
1 parent 5816f2f commit f29fb70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ integration_test: build
1515
cd integration_tests && bun test
1616

1717
# Build and install dev version into Zed's extension directory for testing
18-
install_ext:
18+
install_ext: generate_word_list
1919
cd crates/codebook-lsp && cargo build --profile=fast-release
2020
cp -f target/release/codebook-lsp "${HOME}/Library/Application Support/Zed/extensions/work/codebook/"
2121

word_lists/combined.gen.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ cms
380380
cmt
381381
cn
382382
code
383+
codebook
383384
codec
384385
codecselfer
385386
codecselferc

0 commit comments

Comments
 (0)