Register Markdown language in some tests to silence error logs (#13066)
This PR registers the Markdown language in some of the tests in the `zed` crate to silence the error logs about the language not being found when the chat panel attempts to load it. Release Notes: - N/A
This commit is contained in:
parent
45ae0dcc2d
commit
9bc3c6810b
4 changed files with 50 additions and 6 deletions
|
@ -113,6 +113,7 @@ editor = { workspace = true, features = ["test-support"] }
|
|||
gpui = { workspace = true, features = ["test-support"] }
|
||||
language = { workspace = true, features = ["test-support"] }
|
||||
project = { workspace = true, features = ["test-support"] }
|
||||
tree-sitter-markdown.workspace = true
|
||||
tree-sitter-rust.workspace = true
|
||||
workspace = { workspace = true, features = ["test-support"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue