Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'main' => 'prerelease' #7862

Merged
merged 42 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
2f4b51c
Update dynamic documents to store edits for closed documents
ryzngard Nov 26, 2024
de1837d
Merge branch 'main' into dynamic_file_changes
ryzngard Nov 26, 2024
212e710
Encapsulate each set of changes in an Update class
ryzngard Nov 27, 2024
d23f7df
Merge branch 'dynamic_file_changes' of https://github.com/ryzngard/vs…
ryzngard Nov 27, 2024
0e170b1
Merge branch 'main' into dynamic_file_changes
ryzngard Nov 27, 2024
06915f9
Update main version
dibarbet Dec 2, 2024
5421e7d
Update main version (#7836)
dibarbet Dec 2, 2024
6518ff0
[automated] Merge branch 'prerelease' => 'release' (#7837)
dibarbet Dec 2, 2024
5cef8c2
Localization result of 5421e7d046a2d3ce2742c0f40ebceb43948adfd5.
dotnet-bot Dec 2, 2024
3ea0df5
Localization result based on 5421e7d046a2d3ce2742c0f40ebceb43948adfd5…
JoeRobich Dec 2, 2024
4719d13
Merge branch 'main' into dynamic_file_changes
ryzngard Dec 3, 2024
86d43c5
Add checksum and encoding information to publish data
ryzngard Dec 3, 2024
6d9e1b4
Merge branch 'dynamic_file_changes' of https://github.com/ryzngard/vs…
ryzngard Dec 3, 2024
6193755
Restore WASM debug hook (#7843)
ryzngard Dec 4, 2024
ff911a1
[automated] Merge branch 'release' => 'main' (#7839)
dibarbet Dec 4, 2024
4efa925
[automated] Merge branch 'prerelease' => 'main' (#7838)
dibarbet Dec 4, 2024
fbfe1dc
Use correct checksum values. Use base64 checksum
ryzngard Dec 4, 2024
6c4e840
Restore WASM debug hook (#7843)
ryzngard Dec 4, 2024
e673cc2
Restore WASM debug hook (#7843) (#7845)
dibarbet Dec 4, 2024
276d942
Bump xamlTools to 17.13.35604.65
kunyli Dec 4, 2024
dec6b46
Update CHANGELOG
kunyli Dec 4, 2024
a555a60
Bump xamlTools to 17.13.35604.65 (#7848)
dibarbet Dec 4, 2024
7bb453f
[automated] Merge branch 'release' => 'main' (#7846)
dibarbet Dec 4, 2024
817f841
Adds an option to disable auto insert (#7381)
akhera99 Dec 5, 2024
e2b7a03
Localization result of 817f841ac40e3ff33f18b32fb883b3baafec5eea.
dotnet-bot Dec 5, 2024
a2132b1
Localization result based on 817f841ac40e3ff33f18b32fb883b3baafec5eea…
JoeRobich Dec 5, 2024
9f5693e
[automated] Merge branch 'prerelease' => 'main' (#7849)
JoeRobich Dec 5, 2024
0b09369
update packages
ryzngard Dec 5, 2024
5b3e0eb
Pass multiple updates as sets of edits
ryzngard Dec 5, 2024
14c9d77
Add razor completion integration test (#7852)
ryzngard Dec 6, 2024
5a0a51a
fix spelling of successfully
Dec 6, 2024
01959d5
Bump xamlTools to 17.13.35606.23
kunyli Dec 6, 2024
cc42425
Bump xamlTools to 17.13.35606.23 (#7856)
dibarbet Dec 6, 2024
da2eb38
Fix spelling of successfully (#7853)
dibarbet Dec 6, 2024
505add1
Update roslyn version
ryzngard Dec 6, 2024
f62938f
Update Debugger Packages and move macOS requirement to macOS 13 (#7854)
WardenGnaw Dec 6, 2024
1c03a02
Merge branch 'main' into dynamic_file_changes
dibarbet Dec 6, 2024
9ae018f
Localization result of f62938f92903016994c250639f3c27454582e839.
dotnet-bot Dec 6, 2024
5e9cd4a
Localization result based on f62938f92903016994c250639f3c27454582e839…
JoeRobich Dec 6, 2024
0383c5d
Don't open closed documents (#7826)
dibarbet Dec 6, 2024
ba3da47
update changelog
dibarbet Dec 6, 2024
714a5ff
update changelog (#7860)
dibarbet Dec 7, 2024
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
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
- 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.60.x
* Improve performance of razor/blazor component discovery (PR: [#7826](https://github.com/dotnet/vscode-csharp/pull/7826))
* Update Razor to 9.0.0-preview.24605.1 (PR: [#7826](https://github.com/dotnet/vscode-csharp/pull/7826))
* New Code Action! Add a code action to promote a using directive (#11241) (PR: [#11241](https://github.com/dotnet/razor/pull/11241))
* Add more information to dynamic file publish (#11267) (PR: [#11267](https://github.com/dotnet/razor/pull/11267))
* Remove C#s using snippet from completion (#11272) (PR: [#11272](https://github.com/dotnet/razor/pull/11272))
* Fix extract component whitespace handling (#11262) (PR: [#11262](https://github.com/dotnet/razor/pull/11262))
* Handle aliased usings in RazorEditHelper (#11208) (PR: [#11208](https://github.com/dotnet/razor/pull/11208))
* Update Debugger Packages and move macOS requirement to macOS 13 (PR: [#7854](https://github.com/dotnet/vscode-csharp/pull/7854))
* Fix spelling of successfully (PR: [#7853](https://github.com/dotnet/vscode-csharp/pull/7853))
* Update Roslyn to 4.13.0-3.24605.12 (PR: [#7826](https://github.com/dotnet/vscode-csharp/pull/7826))
* Fix go-to-def on an abstract explicit impl of an interface method (PR: [#76238](https://github.com/dotnet/roslyn/pull/76238))
* Fix parameter completion item icon (PR: [#76292](https://github.com/dotnet/roslyn/pull/76292))
* Enable LSP go to definition on string literals (PR: [#76291](https://github.com/dotnet/roslyn/pull/76291))
* Use named pipes to connect to the BuildHost process. (PR: [#76259](https://github.com/dotnet/roslyn/pull/76259))
* Improve Razor DynamicFile Provider (PR: [#76050](https://github.com/dotnet/roslyn/pull/76050))
* Add option to disable LSP-based auto insert (PR: [#75224](https://github.com/dotnet/roslyn/pull/75224))
* Report errors processing messages in the build host (PR: [#76252](https://github.com/dotnet/roslyn/pull/76252))
* Update FAR and Go to Def to work on indexers (PR: [#76220](https://github.com/dotnet/roslyn/pull/76220))
* Fix NFW thrown when refreshing source generated files (PR: [#76240](https://github.com/dotnet/roslyn/pull/76240))
* Update find-refs to find references to Dispose in a using-statement (PR: [#76221](https://github.com/dotnet/roslyn/pull/76221))
* Add support for 'find refs' finding references to 'dynamic' (PR: [#76118](https://github.com/dotnet/roslyn/pull/76118))
* Support implementing protected members in implement interface (PR: [#76178](https://github.com/dotnet/roslyn/pull/76178))
* Do not treat Task.Run methods as 'apparent' for 'use var' (PR: [#76229](https://github.com/dotnet/roslyn/pull/76229))
* Support introduce variable at the top level (PR: [#76218](https://github.com/dotnet/roslyn/pull/76218))
* Fix switch indentation for list patterns (PR: [#75953](https://github.com/dotnet/roslyn/pull/75953))
* Keep member bodies when converting DIM property to method (PR: [#76186](https://github.com/dotnet/roslyn/pull/76186))
* Have go-to-def flip between partial definition and implementation (PR: [#76187](https://github.com/dotnet/roslyn/pull/76187))
* Disable 'use coalesce expression' when statements cross a PP boundary (PR: [#76173](https://github.com/dotnet/roslyn/pull/76173))
* Support name completion on generic types (PR: [#76170](https://github.com/dotnet/roslyn/pull/76170))
* Improve extract-local-function in the presence of pp directives (PR: [#76169](https://github.com/dotnet/roslyn/pull/76169))
* Fix issue trying to generate fields/properties from a top level program (PR: [#76161](https://github.com/dotnet/roslyn/pull/76161))
* Update 'introduce using' to support expression statements (PR: [#76147](https://github.com/dotnet/roslyn/pull/76147))
* Use implicit initializer if present to generate type properties (PR: [#76162](https://github.com/dotnet/roslyn/pull/76162))
* Fix issue with explicit interface completion and static interface members (PR: [#76150](https://github.com/dotnet/roslyn/pull/76150))
* When converting to raw strings, do not change \r\n sequences if not explicitly requested by the user (PR: [#76120](https://github.com/dotnet/roslyn/pull/76120))
* Exclude starting symbol when going to implementations if we find implementations (PR: [#76125](https://github.com/dotnet/roslyn/pull/76125))
* Add option to disable auto insertion of documentation comments (PR: [#7381](https://github.com/dotnet/vscode-csharp/pull/7381))
* Bump xamltools to 17.13.35606.23 (PR: [#7856](https://github.com/dotnet/vscode-csharp/pull/7856))
* Restore WASM debug hook (#7843) (PR: [#7844](https://github.com/dotnet/vscode-csharp/pull/7844))

# 2.59.x
* Update Roslyn to 4.13.0-3.24577.4 (PR: [#7833](https://github.com/dotnet/vscode-csharp/pull/7833))
* Fix issue where suppressors could not correctly suppress built in analyzers (PR: [#75684](https://github.com/dotnet/roslyn/pull/75684))
Expand Down
4 changes: 2 additions & 2 deletions l10n/bundle.l10n.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"Select project": "Vybrat projekt",
"Select the process to attach to": "Vyberte proces, ke kterému se má program připojit.",
"Select the project to launch": "Vyberte projekt, který se má spustit.",
"Self-signed certificate sucessfully {0}": "Certifikát podepsaný svým držitelem se úspěšně {0}",
"Self-signed certificate successfully {0}": "Self-signed certificate successfully {0}",
"Sending request": "Posílá se žádost",
"Server failed to start after retrying 5 times.": "Server se nepovedlo spustit ani po pěti pokusech.",
"Server stopped": "Server byl zastaven.",
Expand Down Expand Up @@ -204,7 +204,7 @@
"You must first start the data collection before stopping.": "Před zastavením je zapotřebí nejdříve spustit shromažďování dat.",
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Váš pracovní prostor má více souborů řešení Visual Studio. Vyberte prosím jednu, abyste získali úplnou technologii IntelliSense.",
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[CHYBA] Ladicí program nelze nainstalovat. Ladicí program není pro {0} podporován.",
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[CHYBA] Ladicí program nelze nainstalovat. Ladicí program vyžaduje macOS 12 (Monterey) nebo novější.",
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.",
"[ERROR] The debugger cannot be installed. Unknown platform.": "[CHYBA] Ladicí program nelze nainstalovat. Neznámá platforma.",
"[ERROR]: C# Extension failed to install the debugger package.": "[CHYBA]: Rozšíření jazyka C# se nepodařilo nainstalovat balíček ladicího programu.",
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[UPOZORNĚNÍ]: Ladicí program .NET nepodporuje systém Windows pro platformu x86. Ladění nebude k dispozici.",
Expand Down
4 changes: 2 additions & 2 deletions l10n/bundle.l10n.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"Select project": "Projekt auswählen",
"Select the process to attach to": "Prozess auswählen, an den angefügt werden soll",
"Select the project to launch": "Wählen Sie das Projekt aus, das gestartet werden soll.",
"Self-signed certificate sucessfully {0}": "Selbstsigniertes Zertifikat erfolgreich {0}",
"Self-signed certificate successfully {0}": "Self-signed certificate successfully {0}",
"Sending request": "Anforderung wird gesendet",
"Server failed to start after retrying 5 times.": "Der Server konnte nach fünf Wiederholungsversuchen nicht gestartet werden.",
"Server stopped": "Der Server wurde beendet.",
Expand Down Expand Up @@ -204,7 +204,7 @@
"You must first start the data collection before stopping.": "Sie müssen zuerst die Datensammlung starten, bevor Sie sie beenden.",
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Ihr Arbeitsbereich umfasst mehrere Visual Studio-Projektmappendateien. Wählen Sie eine aus, um vollständiges IntelliSense zu erhalten.",
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[FEHLER] Der Debugger kann nicht installiert werden. Der Debugger wird für „{0}“ nicht unterstützt.",
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[FEHLER] Der Debugger kann nicht installiert werden. Der Debugger erfordert macOS 12 (Monterey) oder höher.",
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.",
"[ERROR] The debugger cannot be installed. Unknown platform.": "[FEHLER] Der Debugger kann nicht installiert werden. Unbekannte Plattform.",
"[ERROR]: C# Extension failed to install the debugger package.": "[FEHLER]: Fehler beim Installieren des Debuggerpakets durch die C#-Erweiterung.",
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[WARNUNG]: x86 Windows wird vom .NET-Debugger nicht unterstützt. Debuggen ist nicht verfügbar.",
Expand Down
4 changes: 2 additions & 2 deletions l10n/bundle.l10n.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"Select project": "Seleccionar proyecto",
"Select the process to attach to": "Seleccione el proceso al que debe asociarse",
"Select the project to launch": "Seleccione el proyecto que desea iniciar",
"Self-signed certificate sucessfully {0}": "El certificado autofirmado {0} correctamente",
"Self-signed certificate successfully {0}": "Self-signed certificate successfully {0}",
"Sending request": "Enviando la solicitud",
"Server failed to start after retrying 5 times.": "El servidor no se pudo iniciar después de reintentar 5 veces.",
"Server stopped": "Servidor detenido",
Expand Down Expand Up @@ -204,7 +204,7 @@
"You must first start the data collection before stopping.": "Primero debe iniciar la recopilación de datos antes de detenerse.",
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "El área de trabajo tiene varios archivos de solución de Visual Studio; seleccione uno para obtener IntelliSense completo.",
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[ERROR] No se puede instalar el depurador. El depurador no se admite en '{0}'",
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[ERROR] No se puede instalar el depurador. El depurador requiere macOS 12 (Monterey) o una versión más reciente.",
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.",
"[ERROR] The debugger cannot be installed. Unknown platform.": "[ERROR] No se puede instalar el depurador. Plataforma desconocida.",
"[ERROR]: C# Extension failed to install the debugger package.": "[ERROR]: la extensión de C# no pudo instalar el paquete del depurador.",
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[ADVERTENCIA]: El depurador de .NET no admite Windows x86. La depuración no estará disponible.",
Expand Down
4 changes: 2 additions & 2 deletions l10n/bundle.l10n.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"Select project": "Sélectionner un projet",
"Select the process to attach to": "Sélectionner le processus à attacher",
"Select the project to launch": "Sélectionner le projet à lancer",
"Self-signed certificate sucessfully {0}": "Certificat auto-signé {0}",
"Self-signed certificate successfully {0}": "Self-signed certificate successfully {0}",
"Sending request": "Envoi de la demande",
"Server failed to start after retrying 5 times.": "Le serveur n’a pas pu démarrer après 5 tentatives.",
"Server stopped": "Serveur arrêté",
Expand Down Expand Up @@ -204,7 +204,7 @@
"You must first start the data collection before stopping.": "Vous devez commencer par démarrer la collecte de données avant de l’arrêter.",
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Votre espace de travail comporte plusieurs fichiers solution Visual Studio ; sélectionnez-en un pour obtenir intelliSense complet.",
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[ERREUR] Impossible d’installer le débogueur. Le débogueur n’est pas pris en charge sur « {0} »",
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[ERREUR] Impossible d’installer le débogueur. Le débogueur nécessite macOS 12 (Monterey) ou une version plus récente.",
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.",
"[ERROR] The debugger cannot be installed. Unknown platform.": "[ERREUR] Impossible d’installer le débogueur. Plateforme inconnue.",
"[ERROR]: C# Extension failed to install the debugger package.": "[ERREUR] : l’extension C# n’a pas pu installer le package du débogueur.",
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[AVERTISSEMENT] : Windows x86 n'est pas pris en charge par le débogueur .NET. Le débogage ne sera pas disponible.",
Expand Down
4 changes: 2 additions & 2 deletions l10n/bundle.l10n.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"Select project": "Seleziona progetto",
"Select the process to attach to": "Selezionare il processo a cui collegarsi",
"Select the project to launch": "Selezionare il progetto da avviare",
"Self-signed certificate sucessfully {0}": "Certificato autofirmato {0}",
"Self-signed certificate successfully {0}": "Self-signed certificate successfully {0}",
"Sending request": "Invio della richiesta",
"Server failed to start after retrying 5 times.": "Non è possibile avviare il server dopo 5 tentativi.",
"Server stopped": "Server arrestato",
Expand Down Expand Up @@ -204,7 +204,7 @@
"You must first start the data collection before stopping.": "Prima di arrestare è necessario avviare la raccolta dati prima.",
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "L'area di lavoro contiene più file di soluzione Visual Studio; selezionarne uno per ottenere IntelliSense completo.",
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[ERROR] Impossibile installare il debugger. Il debugger non è supportato in '{0}'",
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[ERROR] Impossibile installare il debugger. Il debugger richiede macOS 12 (Monterey) o una versione successiva.",
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.",
"[ERROR] The debugger cannot be installed. Unknown platform.": "[ERROR] Impossibile installare il debugger. Piattaforma sconosciuta.",
"[ERROR]: C# Extension failed to install the debugger package.": "[ERROR]: l'estensione C# non è riuscita a installare il pacchetto del debugger.",
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[AVVISO]: x86 Windows non è supportato dal debugger .NET. Il debug non sarà disponibile.",
Expand Down
4 changes: 2 additions & 2 deletions l10n/bundle.l10n.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"Select project": "プロジェクトの選択",
"Select the process to attach to": "アタッチするプロセスを選択する",
"Select the project to launch": "開始するプロジェクトを選択する",
"Self-signed certificate sucessfully {0}": "自己署名証明書が正常に {0} されました",
"Self-signed certificate successfully {0}": "Self-signed certificate successfully {0}",
"Sending request": "要求を送信しています",
"Server failed to start after retrying 5 times.": "5 回再試行した後、サーバーを起動できませんでした。",
"Server stopped": "サーバーが停止しました",
Expand Down Expand Up @@ -204,7 +204,7 @@
"You must first start the data collection before stopping.": "停止する前に、まずデータ収集を開始する必要があります。",
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "ワークスペースに複数の Visual Studio ソリューション ファイルがあります。完全な IntelliSense を入手するには、ファイルを 1 つ選択してください。",
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[エラー] デバッガーをインストールできません。デバッガーは '{0}' でサポートされていません",
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[エラー] デバッガーをインストールできません。デバッガーには macOS 12 (Monterey) 以降が必要です。",
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.",
"[ERROR] The debugger cannot be installed. Unknown platform.": "[エラー] デバッガーをインストールできません。不明なプラットフォームです。",
"[ERROR]: C# Extension failed to install the debugger package.": "[エラー]: C# 拡張機能でデバッガー パッケージをインストールできませんでした。",
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[警告]: x86 Windows は .NET デバッガーではサポートされていません。デバッグは使用できません。",
Expand Down
4 changes: 2 additions & 2 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"More Information": "More Information",
"Security Warning": "Security Warning",
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?",
"Self-signed certificate sucessfully {0}": "Self-signed certificate sucessfully {0}",
"Self-signed certificate successfully {0}": "Self-signed certificate successfully {0}",
"Couldn't create self-signed certificate. {0}\ncode: {1}\nstdout: {2}": "Couldn't create self-signed certificate. {0}\ncode: {1}\nstdout: {2}",
"Show Output": "Show Output",
"Couldn't create self-signed certificate. See output for more information.": "Couldn't create self-signed certificate. See output for more information.",
Expand Down Expand Up @@ -205,7 +205,7 @@
"Could not find a process id to attach.": "Could not find a process id to attach.",
"Unable to launch Attach to Process dialog: ": "Unable to launch Attach to Process dialog: ",
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'",
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.",
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.",
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.",
"[ERROR] The debugger cannot be installed. Unknown platform.": "[ERROR] The debugger cannot be installed. Unknown platform.",
"Failed to complete the installation of the C# extension. Please see the error in the output window below.": "Failed to complete the installation of the C# extension. Please see the error in the output window below.",
Expand Down
Loading
Loading