Skip to content

Commit 74d9a55

Browse files
committed
Merge remote-tracking branch 'upstream/main' into unit_test_debug_options
2 parents c9d18d9 + aab2804 commit 74d9a55

32 files changed

+2730
-438
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@
99
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
1010

1111
## Latest
12+
* Fix issue with Go to Definition giving a "unable to resolve reference" error (PR: [#69453](https://github.com/dotnet/roslyn/pull/69453))
13+
* Fix completion items not correctly adding using statements to the top of the file (PR: [#69454](https://github.com/dotnet/roslyn/pull/69454))
14+
* Improve de-duping of project load failure toasts (PR: [#69455](https://github.com/dotnet/roslyn/pull/69455))
15+
* Bring VS Code telemetry reporting in DevKit to match log level requirements of VS (PR: [#69444](https://github.com/dotnet/roslyn/pull/69444))
16+
* Update Razor to 7.0.0-preview.23410.1 (PR: [#6107](https://github.com/dotnet/vscode-csharp/pull/6107))
17+
18+
## 2.0.346
1219
* Change how hint diagnostics are shown so they aren't shown as blue squiggles (PR: [#69403](https://github.com/dotnet/roslyn/pull/69403))
1320
* Load projects even if there is no solution file (PR: [#6062](https://github.com/dotnet/vscode-csharp/pull/6062))
1421
* Show toast when project loading fails (PR: [#6060](https://github.com/dotnet/vscode-csharp/pull/6060))
15-
* Fix misleading lsp server logs (PR: [#69378](https://github.com/dotnet/roslyn/pull/69378))
22+
* Fix misleading LSP server logs (PR: [#69378](https://github.com/dotnet/roslyn/pull/69378))
1623
* Add support for code lens enable/disable options to roslyn LSP (PR: [#6001](https://github.com/dotnet/vscode-csharp/pull/6001))
1724
* Onboard Localization pipeline (PR: [#5990](https://github.com/dotnet/vscode-csharp/pull/5990))
1825
* Enable loading translated strings from razor TS code (PR: [#5962](https://github.com/dotnet/vscode-csharp/pull/5962))

l10n/bundle.l10n.cs.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

l10n/bundle.l10n.de.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

l10n/bundle.l10n.es.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

l10n/bundle.l10n.fr.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

l10n/bundle.l10n.it.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

l10n/bundle.l10n.ja.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

l10n/bundle.l10n.ko.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

l10n/bundle.l10n.pl.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

l10n/bundle.l10n.pt-br.json

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)