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_derive",
"serde_json",
"settings",
"settings2",
"similar",
"smallvec",

View file

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

File diff suppressed because it is too large Load diff