Skip to content

Commit f48a9d3

Browse files
committed
fix(lsp): ansi strip on hover text
1 parent c949d2e commit f48a9d3

File tree

4 files changed

+421
-399
lines changed

4 files changed

+421
-399
lines changed

Cargo.lock

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

crates/nu-lsp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ nu-cli = { path = "../nu-cli", version = "0.102.1" }
1212
nu-glob = { path = "../nu-glob", version = "0.102.1" }
1313
nu-parser = { path = "../nu-parser", version = "0.102.1" }
1414
nu-protocol = { path = "../nu-protocol", version = "0.102.1" }
15+
nu-utils = { path = "../nu-utils", version = "0.102.1" }
1516

1617
crossbeam-channel = { workspace = true }
1718
lsp-server = { workspace = true }

0 commit comments

Comments
 (0)