mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-03 15:18:16 +00:00
chore(demo): update vscode settings
This commit is contained in:
parent
cf926f56a2
commit
48c2388d95
1 changed files with 9 additions and 1 deletions
10
demo/.vscode/settings.json
vendored
10
demo/.vscode/settings.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"testing.enable": true,
|
||||
"testing.fileTypes": ["rust"],
|
||||
"filetypes": ["rust", "javascript", "go", "typescript", "php"],
|
||||
"testing.adapterCommand": {
|
||||
"cargo-nextest": [
|
||||
{
|
||||
|
@ -42,6 +42,14 @@
|
|||
"exclude": []
|
||||
}
|
||||
],
|
||||
"node-test": [
|
||||
{
|
||||
"path": "testing-ls-adapter",
|
||||
"extra_arg": ["--test-kind=node-test"],
|
||||
"include": ["/node-test/*.test.js"],
|
||||
"exclude": []
|
||||
}
|
||||
],
|
||||
"phpunit": [
|
||||
{
|
||||
"path": "testing-ls-adapter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue