Get most of the language2 tests passing

Co-authored-by: Conrad <conrad@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-10-26 15:56:09 +02:00
parent 3cc91e5742
commit b3ad8c1c3e
3 changed files with 2279 additions and 2282 deletions

1
Cargo.lock generated
View file

@ -4304,7 +4304,6 @@ dependencies = [
"serde", "serde",
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"settings",
"settings2", "settings2",
"similar", "similar",
"smallvec", "smallvec",

View file

@ -17,7 +17,7 @@ test-support = [
"text/test-support", "text/test-support",
"tree-sitter-rust", "tree-sitter-rust",
"tree-sitter-typescript", "tree-sitter-typescript",
"settings/test-support", "settings2/test-support",
"util/test-support", "util/test-support",
] ]
@ -65,7 +65,7 @@ collections = { path = "../collections", features = ["test-support"] }
gpui2 = { path = "../gpui2", features = ["test-support"] } gpui2 = { path = "../gpui2", features = ["test-support"] }
lsp2 = { path = "../lsp2", features = ["test-support"] } lsp2 = { path = "../lsp2", features = ["test-support"] }
text = { path = "../text", features = ["test-support"] } text = { path = "../text", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"] } settings2 = { path = "../settings2", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] } util = { path = "../util", features = ["test-support"] }
ctor.workspace = true ctor.workspace = true
env_logger.workspace = true env_logger.workspace = true

File diff suppressed because it is too large Load diff