Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.95.x
Comment thread
davidwengier marked this conversation as resolved.
Outdated
* Bump Razor to 10.0.0-preview.25503.1 (PR: [#8678](https://github.com/dotnet/vscode-csharp/pull/8678))
Comment thread
davidwengier marked this conversation as resolved.
Outdated
* Ensure RazorVSInternalCompletionParams is used for serialization of completion requests (PR: [#12271](https://github.com/dotnet/razor/pull/12271))

# 2.94.x
* Fix update changelog script (PR: [#8671](https://github.com/dotnet/vscode-csharp/pull/8671))
Comment thread
davidwengier marked this conversation as resolved.
Outdated
* Update RoslynCopilot url to 18.0.797-alpha (PR: [#8652](https://github.com/OmniSharp/omnisharp-vscode/pull/8652))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"defaults": {
"roslyn": "5.1.0-1.25475.3",
"omniSharp": "1.39.14",
"razor": "10.0.0-preview.25472.6",
"razor": "10.0.0-preview.25503.1",
"razorOmnisharp": "7.0.0-preview.23363.1",
"xamlTools": "18.0.11023.10"
},
Expand Down
Loading