File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 15
15
* Fix syntax tree creation when modifying source generated documents (#78343 ) (PR: [ #78343 ] ( https://github.com/dotnet/roslyn/pull/78343 ) )
16
16
17
17
# 2.76.x
18
+ * Bump Roslyn to 5.0.0-1.25256.5 (PR: [ #8254 ] ( https://github.com/dotnet/vscode-csharp/pull/8254 ) )
19
+ * Do not parse URIs during LSP serialization/deserialization(PR: [ #76691 ] ( https://github.com/dotnet/roslyn/pull/76691 ) )
20
+ * Ensure hover markdown for supported platforms uses non-breaking spaces for indentation(PR: [ #78405 ] ( https://github.com/dotnet/roslyn/pull/78405 ) )
18
21
* Bump Razor to 10.0.0-preview.25252.1 (PR: [ #8239 ] ( https://github.com/dotnet/vscode-csharp/pull/8239 ) )
19
22
* If SupportDiagnostics is false then dynamic files don't report diagnostics... (PR: #11807 )
20
23
* Client settings tweaks, and implement VS Code configuration monitoring (PR: #11800 )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-1.25255.4 " ,
43
+ "roslyn" : " 5.0.0-1.25256.5 " ,
44
44
"omniSharp" : " 1.39.12" ,
45
45
"razor" : " 10.0.0-preview.25255.4" ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments