Skip to content

Commit b1074ff

Browse files
authored
mention devkit component in local server path
1 parent b1fdfea commit b1074ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ In your workspace `settings.json` file, add the following lines:
120120
```json
121121
"dotnet.server.waitForDebugger": true,
122122
"dotnet.server.path": "<roslynRepoRoot>/artifacts/bin/Microsoft.CodeAnalysis.LanguageServer/Debug/net9.0/Microsoft.CodeAnalysis.LanguageServer.dll"
123+
"dotnet.server.componentPaths": {
124+
"roslynDevKit": "<roslynRepoRoot>/artifacts/bin/Microsoft.VisualStudio.LanguageServices.DevKit/Debug/net9.0
125+
},
123126
```
124127

125128
Replace <roslynRepoRoot> with the actual path to your Roslyn repository.

0 commit comments

Comments
 (0)