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
82821 . Clone the [ Razor repository] ( https://github.com/dotnet/razor ) . This repository contains the Razor server implementation.
83832 . Follow the build instructions provided in the repository.
8484
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 ` .
8686
8787### Debugging Local Language Servers
8888
@@ -135,7 +135,7 @@ In your workspace settings.json file, add the following lines:
135135
136136``` json
137137"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" ,
139139"razor.server.trace" : " Debug"
140140```
141141
You can’t perform that action at this time.
0 commit comments