Skip to content

Commit 8739970

Browse files
committed
release codebook-lsp 0.2.8
1 parent 1fdebc4 commit 8739970

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Unreleased]
1+
[0.2.8]
22

33
- Add Haskell support
44
- Add Italian (`it`) dictionary
@@ -10,6 +10,7 @@
1010
- More robust download logic
1111
- Add LTO compile flag to make Codebook even faster
1212
- Remove GLIBC builds (use musl!)
13+
- Add logging and make it configurable
1314

1415
[0.2.7]
1516

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ Codebook is available for the Zed editor. To install, go to the Extension tab in
2525

2626
**Note**: The version that Zed displays in the extension menus is for the [Zed Extension](https://github.com/blopker/codebook-zed), and not the LSP version (this repo). The extension will automatically update the LSP. If that updater is broken for some reason, try uninstalling the extension and reinstalling.
2727

28+
To enable DEBUG logs, add this to your settings.json:
29+
30+
```json
31+
"lsp": {
32+
"codebook": {
33+
"initialization_options": {
34+
"logLevel": "debug"
35+
}
36+
}
37+
},
38+
```
39+
2840
### Helix
2941

3042
Codebook can also be enabled for the [Helix

crates/codebook-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codebook-lsp"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)