Skip to content

Commit 42ff888

Browse files
committed
Update contributing doc
1 parent 1a672d7 commit 42ff888

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,11 @@ If you are using `Windows` we recommend installing and using [WSL](https://docs.
156156
8. Submit a pull request through the GitHub website.
157157
158158
### Setup Visual Studio Code for debugging
159-
If you want to debug the [extension](../client) and the [Language Server](../server) at the same time, follow these steps:
160-
1. Open the `galaxy-tool-extension` directory in Visual Studio Code
161-
2. Open debug view (`ctrl + shift + D`)
162-
3. Select `Server + Client` and press `F5`
159+
If you want to debug the [extension](../client) and the [Language Server](../server) at the same time follow these steps:
160+
1. Select or activate your ``<environment-name>`` in Visual Studio Code as explained [here](https://code.visualstudio.com/docs/python/environments#_select-and-activate-an-environment).
161+
2. Open the `galaxy-language-server` directory in Visual Studio Code.
162+
3. Open debug view (`ctrl + shift + D`).
163+
4. Select `Server + Client` and click ``RUN`` (or press `F5`).
163164
164165
## Pull Request Guidelines
165166

0 commit comments

Comments
 (0)