Skip to content

Commit 40488fc

Browse files
committed
make more readable
1 parent 495bdb9 commit 40488fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ Before running the language servers, ensure you have followed the steps in the [
129129

130130
After completing the configuration, follow these steps:
131131

132-
1. Press `Ctrl+Shift+D` and then `F5` to launch the extension. This will open a new VS Code instance.
132+
1. Press `Ctrl+Shift+D` and then `F5` to launch the extension. This will open a new VS Code instance for `vscode-csharp` repo.
133133
2. In the new VS Code instance, open the project or solution you want to debug.
134-
3. Set the workspace settings to have the debug or the path to the server.
134+
3. Follow instructions in [Finding the `settings.json` file for your workspace](#finding-the-settingsjson-file-for-your-workspace) to find and set the workspace settings for the language server you want to debug.
135135
4. Ensure the language server is fully built in Debug mode.
136136
5. Meanwhile in a Visual Studio instance open the `.sln` solution file for the language server you want to debug. Keep this instance open for use in a later step.
137-
6. Back on VS Code, press `Ctrl+Shift+P` and select `Reload Window`. This ensures the changes from the configuration step are applied.
137+
6. Back on VS Code, press `Ctrl+Shift+P` and select `Reload Window`. This ensures the changes made in step 3 are applied.
138138
7. After reloading, a window will pop up prompting you to select or open a Visual Studio instance. Now, select the instance you opened in step 5.
139139
8. The language server will now trigger a breakpoint on `Debugger.Launch()` when it starts.
140140

0 commit comments

Comments
 (0)