You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,10 +156,11 @@ If you are using `Windows` we recommend installing and using [WSL](https://docs.
156
156
8. Submit a pull request through the GitHub website.
157
157
158
158
### 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.
0 commit comments