Skip to content

Commit a8ca434

Browse files
[automated] Merge branch 'main' => 'prerelease' (#8288)
2 parents a6cd2bc + 229b40f commit a8ca434

13 files changed

+47
-21
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

6+
# 2.78.x
7+
* Bump Roslyn to 5.0.0-1.25263.3 (PR: [#8287](https://github.com/dotnet/vscode-csharp/pull/8287))
8+
* File based programs IDE support(PR: [#78488](https://github.com/dotnet/roslyn/pull/78488))
9+
* Gracefully handle span mapping failing(PR: [#78520](https://github.com/dotnet/roslyn/pull/78520))
10+
* Cancel running requests when the connection terminates(PR: [#78525](https://github.com/dotnet/roslyn/pull/78525))
11+
* Cache extension method import info per project ID(PR: [#78542](https://github.com/dotnet/roslyn/pull/78542))
12+
* Fix crash in 'introduce variable' on top-level statements(PR: [#78507](https://github.com/dotnet/roslyn/pull/78507))
13+
* Fix information logs getting logged as debug in VSCode(PR: [#78522](https://github.com/dotnet/roslyn/pull/78522))
14+
* Shorten log category name(PR: [#78526](https://github.com/dotnet/roslyn/pull/78526))
15+
* Reduce allocations during SourceGeneration(PR: [#78403](https://github.com/dotnet/roslyn/pull/78403))
16+
* Fix razor redirect(PR: [#78448](https://github.com/dotnet/roslyn/pull/78448))
17+
* Bump Razor to 10.0.0-preview.25262.1(PR: [#8283](https://github.com/dotnet/vscode-csharp/pull/8283))
18+
* Compiler: Replace SyntaxListBuilder with PooledArrayBuilder<T> and miscellaneous performance tweaks (PR: [#11841](https://github.com/dotnet/razor/pull/11841))
19+
* Allow html requests to be properly cancelled (PR: [#11829](https://github.com/dotnet/razor/pull/11829))
20+
* Fuse/typeparamintellisense (PR: [#11795](https://github.com/dotnet/razor/pull/11795))
21+
* Port auto insert to VS Code (PR: [#11828](https://github.com/dotnet/razor/pull/11828))
22+
623
# 2.77.x
724
* Bump xamlTools to 17.14.36106.43 (PR: [#8260](https://github.com/dotnet/vscode-csharp/pull/8260))
825
* Bump Razor to 10.0.0-preview.25256.6 (PR: [#8259](https://github.com/dotnet/vscode-csharp/pull/8259))

l10n/bundle.l10n.cs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"'{0}' was not set in the debug configuration.": "Nenastaveno v konfiguraci ladění: {0}",
66
".NET NuGet Restore": "Obnovení .NET NuGet",
77
".NET Test Log": "Protokol testů .NET",
8-
".NET: Generate Assets for Build and Debug": ".NET: Generate Assets for Build and Debug",
8+
".NET: Generate Assets for Build and Debug": ".NET: generovat prostředky pro sestavení a ladění",
99
"1 reference": "1 odkaz",
1010
"A valid dotnet installation could not be found: {0}": "Nepovedlo se najít platnou instalaci rozhraní dotnet: {0}",
1111
"Active File Context": "Kontext aktivního souboru",
@@ -161,7 +161,7 @@
161161
"Synchronization timed out": "Vypršel časový limit synchronizace.",
162162
"Test run already in progress": "Už probíhá testovací běh.",
163163
"Text editor must be focused to fix all issues": "Aby bylo možné vyřešit všechny problémy, musí mít textový editor fokus.",
164-
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?",
164+
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "Příkaz {0} se nedoporučuje používat, když je nainstalováno rozšíření C# Dev Kit. Chcete místo toho sestavit a ladit pomocí dynamické konfigurace?",
165165
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": "Nelze nalézt sadu .NET Core SDK: {0}. Ladění .NET Core se nepovolí. Ujistěte se, že je sada .NET Core SDK nainstalovaná a umístěná v dané cestě.",
166166
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "Sada .NET Core SDK umístěná v cestě je příliš stará. Ladění .NET Core se nepovolí. Minimální podporovaná verze je {0}.",
167167
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "Rozšíření jazyka C# pro Visual Studio Code není kompatibilní na {0} {1} se vzdálenými rozšířeními VS Code. Pokud chcete zobrazit dostupná alternativní řešení, klikněte na {2}.",

l10n/bundle.l10n.es.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"'{0}' was not set in the debug configuration.": "No se estableció '{0}' en la configuración de depuración.",
66
".NET NuGet Restore": "Restauración de NuGet de .NET",
77
".NET Test Log": "Registro de pruebas de .NET",
8-
".NET: Generate Assets for Build and Debug": ".NET: Generate Assets for Build and Debug",
8+
".NET: Generate Assets for Build and Debug": ".NET: Generar recursos para compilar y depurar",
99
"1 reference": "1 referencia",
1010
"A valid dotnet installation could not be found: {0}": "No se encontró una instalación de dotnet válida: {0}",
1111
"Active File Context": "Contexto de archivo activo",
@@ -161,7 +161,7 @@
161161
"Synchronization timed out": "Tiempo de espera de sincronización agotado.",
162162
"Test run already in progress": "La ejecución de prueba ya está en curso",
163163
"Text editor must be focused to fix all issues": "El editor de texto debe estar centrado para corregir todos los problemas",
164-
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?",
164+
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "No se recomienda usar el comando \"{0}\" cuando se instala la extensión del Kit de desarrollo de C#. ¿Desea compilar y depurar mediante una configuración dinámica en su lugar?",
165165
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": "No se encuentra el SDK de .NET Core: {0}. No se habilitará la depuración de .NET Core. Asegúrese de que el SDK de .NET Core está instalado y en la ruta de acceso.",
166166
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "El SDK de .NET Core ubicado en la ruta de acceso es muy antiguo. No se habilitará la depuración de .NET Core. La versión mínima admitida es {0}.",
167167
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "La extensión de C# para Visual Studio Code no es compatible en {0} {1}con las extensiones remotas VS Code. Para ver soluciones alternativas disponibles, haga clic en \"{2}\".",

l10n/bundle.l10n.fr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"'{0}' was not set in the debug configuration.": "« {0} » n’a pas été défini dans la configuration de débogage.",
66
".NET NuGet Restore": "Restauration de .NET NuGet",
77
".NET Test Log": "Journal des tests .NET",
8-
".NET: Generate Assets for Build and Debug": ".NET: Generate Assets for Build and Debug",
8+
".NET: Generate Assets for Build and Debug": ".NET : générer des ressources pour la génération et le débogage",
99
"1 reference": "1 référence",
1010
"A valid dotnet installation could not be found: {0}": "Une installation dotnet valide est introuvable : {0}",
1111
"Active File Context": "Contexte de fichier actif",
@@ -161,7 +161,7 @@
161161
"Synchronization timed out": "Délai de synchronisation dépassé",
162162
"Test run already in progress": "Série de tests déjà en cours",
163163
"Text editor must be focused to fix all issues": "L’éditeur de texte doit être axé sur la résolution de tous les problèmes",
164-
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?",
164+
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "La commande « {0} » n’est pas recommandée lors de l’installation de l’extension du Kit de développement C#. Voulez-vous générer et déboguer à l’aide d’une configuration dynamique à la place ?",
165165
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": "Le SDK .NET Core est introuvable : {0}. Le débogage .NET Core ne sera pas activé. Assurez-vous que le SDK .NET Core est installé et se trouve sur le chemin.",
166166
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "Le SDK .NET Core situé sur le chemin est trop ancien. Le débogage .NET Core ne sera pas activé. La version minimale prise en charge est {0}.",
167167
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "L’extension C# pour Visual Studio Code est incompatible sur {0} {1} avec les extensions distantes VS Code. Pour voir les solutions de contournement disponibles, cliquez sur «{2}».",

l10n/bundle.l10n.it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"'{0}' was not set in the debug configuration.": "'{0}' non è stato impostato nella configurazione di debug.",
66
".NET NuGet Restore": "Ripristino NuGet .NET",
77
".NET Test Log": "Log di test .NET",
8-
".NET: Generate Assets for Build and Debug": ".NET: Generate Assets for Build and Debug",
8+
".NET: Generate Assets for Build and Debug": ",NET: Genera gli asset per la compilazione e il debug",
99
"1 reference": "1 riferimento",
1010
"A valid dotnet installation could not be found: {0}": "Non è stato possibile trovare un'installazione dotnet valida: {0}",
1111
"Active File Context": "Contesto del file attivo",
@@ -161,7 +161,7 @@
161161
"Synchronization timed out": "Timeout sincronizzazione",
162162
"Test run already in progress": "Esecuzione del test già in corso",
163163
"Text editor must be focused to fix all issues": "L'editor di testo deve avere lo stato attivo per risolvere tutti i problemi",
164-
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?",
164+
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "Il comando '{0}' non è consigliato quando è installata l'estensione C# Dev Kit. Compilare ed eseguire il debug utilizzando invece una configurazione dinamica?",
165165
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": "L'SDK .NET Core non può essere localizzato: {0}. Il debug di .NET Core non sarà abilitato. Assicurarsi che .NET Core SDK sia installato e si trovi nel percorso.",
166166
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "L'SDK .NET Core situato nel percorso è troppo vecchio. Il debug di .NET Core non sarà abilitato. La versione minima supportata è {0}.",
167167
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "L'estensione C# per Visual Studio Code non è compatibile in {0} {1} con le estensioni di VS Code remoto. Per visualizzare soluzioni alternative disponibili, fare clic su \"{2}\".",

l10n/bundle.l10n.ja.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"'{0}' was not set in the debug configuration.": "'{0}' はデバッグ構成で設定されませんでした。",
66
".NET NuGet Restore": ".NET NuGet 復元",
77
".NET Test Log": ".NET テスト ログ",
8-
".NET: Generate Assets for Build and Debug": ".NET: Generate Assets for Build and Debug",
8+
".NET: Generate Assets for Build and Debug": ".NET: ビルドとデバッグ用のアセットを生成",
99
"1 reference": "1 個の参照",
1010
"A valid dotnet installation could not be found: {0}": "有効な dotnet インストールが見つかりませんでした: {0}",
1111
"Active File Context": "アクティブ ファイル コンテキスト",
@@ -161,7 +161,7 @@
161161
"Synchronization timed out": "同期がタイムアウトしました",
162162
"Test run already in progress": "テストの実行は既に進行中です",
163163
"Text editor must be focused to fix all issues": "すべての問題を解決するには、テキスト エディターにフォーカスを置く必要があります",
164-
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?",
164+
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "C# Dev Kit 拡張機能がインストールされている場合、'{0}' コマンドの使用は推奨されません。代わりに動的構成を使用してビルドとデバッグを行いますか?",
165165
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": ".NET Core SDKが見つかりません: {0}.NET Core デバッグは有効になりません。.NET Core SDK がインストールされ、パス上にあることを確認します。",
166166
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "パスにある .NET Core SDK が古すぎます。.NET Core デバッグは有効になりません。サポートされている最小バージョンは {0} です。",
167167
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "Visual Studio Code の C# 拡張機能は、VS Code リモート拡張機能と {0} {1} で互換性がありません。回避策を確認するには、[{2}] をクリックします。",

l10n/bundle.l10n.ko.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"'{0}' was not set in the debug configuration.": "'{0}'이(가) 디버그 구성에서 설정되지 않았습니다.",
66
".NET NuGet Restore": ".NET NuGet 복원",
77
".NET Test Log": ".NET 테스트 로그",
8-
".NET: Generate Assets for Build and Debug": ".NET: Generate Assets for Build and Debug",
8+
".NET: Generate Assets for Build and Debug": ".NET: 빌드 및 디버그를 위한 자산 생성",
99
"1 reference": "참조 1개",
1010
"A valid dotnet installation could not be found: {0}": "유효한 dotnet 설치를 찾을 수 없습니다: {0}",
1111
"Active File Context": "활성 파일 컨텍스트",
@@ -161,7 +161,7 @@
161161
"Synchronization timed out": "동기화가 시간 초과됨",
162162
"Test run already in progress": "테스트 실행이 이미 진행 중입니다.",
163163
"Text editor must be focused to fix all issues": "모든 문제를 해결하려면 텍스트 편집기에 포커스가 있어야 합니다.",
164-
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?",
164+
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "C# Dev Kit 확장이 설치된 경우 '{0}' 명령을 사용하지 않는 것이 좋습니다. 대신 동적 구성을 사용하여 빌드하고 디버그하시겠습니까?",
165165
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": ".NET Core SDK를 찾을 수 없습니다: {0}. .NET Core 디버깅을 사용할 수 없습니다. .NET Core SDK가 설치되어 있고 경로에 있는지 확인합니다.",
166166
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "경로에 있는 .NET Core SDK가 너무 오래되었습니다. .NET Core 디버깅을 사용할 수 없습니다. 지원되는 최소 버전은 {0} 입니다.",
167167
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "Visual Studio Code의 C# 확장은 VS Code 원격 확장과 {0} {1}에서 호환되지 않습니다. 사용 가능한 해결 방법을 보려면 '{2}'을(를) 클릭하세요.",

l10n/bundle.l10n.tr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"'{0}' was not set in the debug configuration.": "'{0}' hata ayıklama yapılandırmasında ayarlanmadı.",
66
".NET NuGet Restore": ".NET NuGet Geri Yükleme",
77
".NET Test Log": ".NET Test Günlüğü",
8-
".NET: Generate Assets for Build and Debug": ".NET: Generate Assets for Build and Debug",
8+
".NET: Generate Assets for Build and Debug": ".NET: Derleme ve Hata Ayıklama için Varlıklar Oluşturun",
99
"1 reference": "1 başvuru",
1010
"A valid dotnet installation could not be found: {0}": "Geçerli bir dotnet yüklemesi bulunamadı: {0}",
1111
"Active File Context": "Etkin Dosya Bağlamı",
@@ -161,7 +161,7 @@
161161
"Synchronization timed out": "Eşitleme zaman aşımına uğradı",
162162
"Test run already in progress": "Test çalıştırma zaten sürüyor",
163163
"Text editor must be focused to fix all issues": "Tüm sorunları gidermek için metin düzenleyicisine odaklanılacak",
164-
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?",
164+
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "C# Geliştirme Seti uzantısı yüklüyken '{0}' komutunun kullanılması önerilmez. Bunun yerine dinamik bir yapılandırma kullanarak derlemek ve hata ayıklamak ister misiniz?",
165165
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": ".NET Core SDK bulunamıyor: {0}. .NET Core hata ayıklaması etkinleştirilmez. .NET Core SDK’nın yüklü ve yolda olduğundan emin olun.",
166166
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "Yolda bulunan .NET Core SDK çok eski. .NET Core hata ayıklaması etkinleştirilmez. Desteklenen en düşük sürüm: {0}.",
167167
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "Visual Studio Code için C# uzantısı {0} {1} üzerinde VS Code Uzak Uzantıları ile uyumsuz. Kullanılabilir geçici çözümleri görmek için '{2}'e tıklayın.",

0 commit comments

Comments
 (0)