mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-04 15:38:14 +00:00
15 lines
221 B
TOML
15 lines
221 B
TOML
enableWorkspaceDiagnostics = true
|
|
|
|
[adapterCommand.rust]
|
|
path = "testing-ls-adapter"
|
|
extra_arg = [
|
|
"--test-kind=cargo-test",
|
|
"--workspace"
|
|
]
|
|
include = [
|
|
"/**/*.rs"
|
|
]
|
|
exclude = [
|
|
"/demo/**/*"
|
|
]
|
|
workspace_dir = "."
|