Skip to content

Commit 1c02690

Browse files
authored
Wire up code actions in editor2 (#3302)
Release Notes: - N/A
2 parents 3cd4eef + c2c6921 commit 1c02690

File tree

11 files changed

+599
-492
lines changed

11 files changed

+599
-492
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/editor2/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ snippet = { path = "../snippet" }
4444
sum_tree = { path = "../sum_tree" }
4545
text = { package="text2", path = "../text2" }
4646
theme = { package="theme2", path = "../theme2" }
47+
ui = { package = "ui2", path = "../ui2" }
4748
util = { path = "../util" }
4849
sqlez = { path = "../sqlez" }
4950
workspace = { package = "workspace2", path = "../workspace2" }

0 commit comments

Comments
 (0)