File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
# 2.89.x
7
+ * Bump Roslyn to 5.0.0-2.25412.5 (PR: [ #8527 ] ( https://github.com/dotnet/vscode-csharp/pull/8527 ) )
8
+ * Don't try to load file based projects unless we get a .cs file(PR: [ #79844 ] ( https://github.com/dotnet/roslyn/pull/79844 ) )
9
+ * Workaround VSCode's lack of support for case sorting in completion(PR: [ #79772 ] ( https://github.com/dotnet/roslyn/pull/79772 ) )
10
+ * Add messages for when design time builds begin and complete(PR: [ #79669 ] ( https://github.com/dotnet/roslyn/pull/79669 ) )
11
+ * Fix renaming of locals in source generated documents(PR: [ #79838 ] ( https://github.com/dotnet/roslyn/pull/79838 ) )
12
+ * Allow Razor to call into codelens(PR: [ #79795 ] ( https://github.com/dotnet/roslyn/pull/79795 ) )
13
+ * Do not report 'no-effect' warning when active top-level code is updated(PR: [ #79746 ] ( https://github.com/dotnet/roslyn/pull/79746 ) )
7
14
* Register Blazor WASM debugger in Razor Cohosting (PR: [ #8511 ] ( https://github.com/dotnet/vscode-csharp/pull/8511 ) )
8
15
* Bump Razor to 10.0.0-preview.25411.5 (PR: [ #8512 ] ( https://github.com/dotnet/vscode-csharp/pull/8512 ) )
9
16
* Fix VS Code cohosting completion when Razor and C# are valid (PR: [ #12096 ] ( https://github.com/dotnet/razor/pull/12096 ) )
12
19
* Cohost span mapping (PR: [ #12055 ] ( https://github.com/dotnet/razor/pull/12055 ) )
13
20
* Explicitly deny certain Roslyn formatting options (PR: [ #12064 ] ( https://github.com/dotnet/razor/pull/12064 ) )
14
21
* Don't use ` requestContext ` in document closed endpoint (PR: [ #12080 ] ( https://github.com/dotnet/razor/pull/12080 ) )
22
+ * Support ` projectPath: '${file}' ` (PR: [ #8472 ] ( https://github.com/dotnet/vscode-csharp/pull/8472 ) )
23
+ * Include logs when reporting an issue (PR: [ #8503 ] ( https://github.com/dotnet/vscode-csharp/pull/8503 ) )
15
24
16
25
# 2.88.x
17
26
* Enable Razor Cohosting "on" by default (PR: [ #8469 ] ( https://github.com/dotnet/vscode-csharp/pull/8469 ) )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-2.25405 .5" ,
43
+ "roslyn" : " 5.0.0-2.25412 .5" ,
44
44
"omniSharp" : " 1.39.14" ,
45
45
"razor" : " 10.0.0-preview.25411.5" ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments