chore(demo): update vscode settings

This commit is contained in:
kbwo 2024-10-19 16:57:56 +09:00
parent cf926f56a2
commit 48c2388d95

View file

@ -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",