mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-04 15:38:14 +00:00
parent
3603e32025
commit
b887d653a2
6 changed files with 392 additions and 172 deletions
|
@ -6,10 +6,18 @@
|
|||
"filetypes": ["rust", "javascript", "go", "typescript"],
|
||||
"initializationOptions": {
|
||||
"adapterCommand": {
|
||||
"rust": [
|
||||
// "cargo-test": [
|
||||
// {
|
||||
// "path": "testing-ls-adapter",
|
||||
// "extra_args": ["--test-kind=cargo-test"],
|
||||
// "include_patterns": ["/**/src/**/*.rs"],
|
||||
// "exclude_patterns": ["/**/target/**"]
|
||||
// }
|
||||
// ],
|
||||
"cargo-nextest": [
|
||||
{
|
||||
"path": "testing-ls-adapter",
|
||||
"extra_args": ["--test-kind=cargo-test"],
|
||||
"extra_args": ["--test-kind=cargo-nextest"],
|
||||
"include_patterns": ["/**/src/**/*.rs"],
|
||||
"exclude_patterns": ["/**/target/**"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue