diff --git a/README.md b/README.md index 3bfa475..441041e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ language server config: "initializationOptions": { "initializationOptions": { "adapterCommand": { - ".rs": [ + "cargo test": [ { "path": "/testing-ls-adapter", "extra_args": ["--test-kind=cargo-test"], @@ -47,7 +47,7 @@ language server config: "exclude_pattern": ["**/target/**"] } ], - ".js": [ + "jest": [ { "path": "/testing-ls-adapter", "extra_args": ["--test-kind=jest"],