File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The server DLL is typically at `$roslynRepoRoot/artifacts/bin/Microsoft.CodeAnal
82
82
1 . Clone the [ Razor repository] ( https://github.com/dotnet/razor ) . This repository contains the Razor server implementation.
83
83
2 . Follow the build instructions provided in the repository.
84
84
85
- The server DLL is typically at ` $razorRepoRoot/artifacts/bin/rzls/Debug/net8 .0 ` .
85
+ The server DLL is typically at ` $razorRepoRoot/artifacts/bin/rzls/Debug/net9 .0 ` .
86
86
87
87
### Debugging Local Language Servers
88
88
@@ -135,7 +135,7 @@ In your workspace settings.json file, add the following lines:
135
135
136
136
``` json
137
137
"razor.languageServer.debug" : true ,
138
- "razor.languageServer.directory" : " <razorRepoRoot>/artifacts/bin/rzls/Debug/net8 .0" ,
138
+ "razor.languageServer.directory" : " <razorRepoRoot>/artifacts/bin/rzls/Debug/net9 .0" ,
139
139
"razor.server.trace" : " Debug"
140
140
```
141
141
You can’t perform that action at this time.
0 commit comments