docs/contributing: add missing `
add missing ` in docs/contributing.md
Change-Id: Id19f59177c3ec6f428adaf0a38f56486bd8d0837
GitHub-Last-Rev: 1a21ede94c3ffd440d24ccc128ef9e4d7786dd08
GitHub-Pull-Request: golang/vscode-go#3711
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/656935
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Madeline Kalil <mkalil@google.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
diff --git a/docs/contributing.md b/docs/contributing.md
index 9442080..501e2cf 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -101,7 +101,7 @@
You can supply environment variables (e.g. `MOCHA_GREP`) by modifying the launch configuration entry's `env` property.
- `Launch Unit Tests`: runs unit tests in `test/unit` (same as `npm run unit-test`)
- `Launch Extension Tests`: runs tests in `test/integration` directory (similar to `npm run test` but runs only tests under `test/integration` directory)
- - `Launch Extension Tests with Gopls`: runs tests in `test/gopls directory (similar to `npm run test` but runs only tests under `test/gopls` directory)
+ - `Launch Extension Tests with Gopls`: runs tests in `test/gopls` directory (similar to `npm run test` but runs only tests under `test/gopls` directory)
When you want to filter tests while debugging, utilize the `MOCAH_GREP` environment variable discussed previously - i.e., set the environment variable in the `env` property of the launch configuration.