Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.69.x
* Bump xamlTools to 17.14.35904.88 (PR: [#8042](https://github.com/dotnet/vscode-csharp/pull/8042))

# 2.68.x
* Update Razor to 9.0.0-preview.25125.9 (PR: [#8027](https://github.com/dotnet/vscode-csharp/pull/8027))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"omniSharp": "1.39.12",
"razor": "9.0.0-preview.25125.9",
"razorOmnisharp": "7.0.0-preview.23363.1",
"xamlTools": "17.14.35828.13"
"xamlTools": "17.14.35904.88"
},
"main": "./dist/extension",
"l10n": "./l10n",
Expand Down