update README

This commit is contained in:
kbwo 2024-06-22 19:28:35 +09:00
parent 5b2a4719cf
commit 84e1e36d18

View file

@ -39,7 +39,7 @@ language server config:
"initializationOptions": {
"initializationOptions": {
"adapterCommand": {
".rs": [
"cargo test": [
{
"path": "<adapter path>/testing-ls-adapter",
"extra_args": ["--test-kind=cargo-test"],
@ -47,7 +47,7 @@ language server config:
"exclude_pattern": ["**/target/**"]
}
],
".js": [
"jest": [
{
"path": "<adapter path>/testing-ls-adapter",
"extra_args": ["--test-kind=jest"],