mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 04:09:37 +00:00
Get most of the language2 tests passing
Co-authored-by: Conrad <conrad@zed.dev>
This commit is contained in:
parent
3cc91e5742
commit
b3ad8c1c3e
3 changed files with 2279 additions and 2282 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4304,7 +4304,6 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"settings",
|
||||
"settings2",
|
||||
"similar",
|
||||
"smallvec",
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue