Skip to content

Commit

Permalink
Merge pull request #7042 from dotnet/main
Browse files Browse the repository at this point in the history
Merge main to prerelease
  • Loading branch information
dibarbet committed Apr 12, 2024
2 parents 17c29e8 + 6bdec61 commit 13192b9
Show file tree
Hide file tree
Showing 32 changed files with 107 additions and 22 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# Latest
* Update Roslyn to 4.11.0-1.24209.10 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
* Fix issue with case sensitivity when finding documentIds for URIs (PR: [#72965](https://github.com/dotnet/roslyn/pull/72965))
* Bulk add/remove projects to workspace (PR: [#72957](https://github.com/dotnet/roslyn/pull/72957))
* Allow language specific handlers to use their own types for serialization (PR: [#72230](https://github.com/dotnet/roslyn/pull/72230))
* Update VS telemetry for devkit (PR: [#72894](https://github.com/dotnet/roslyn/pull/72894))
* Bump Razor to 7.0.0-preview.24178.4 (PR: [#7017](https://github.com/dotnet/vscode-csharp/pull/7017))
* Add option to force runtime code generation for razor (a.k.a fuse)
* [Fix vscode fuse feature flag (10169)](https://github.com/dotnet/razor/pull/10169)
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "Další informace o poli „console“ najdete v tématu {0}",
"Get the SDK": "Získat sadu SDK",
"Go to GitHub": "Přejít na GitHub",
"Go to output": "Go to output",
"Help": "Nápověda",
"Host document file path": "Cesta k souboru dokumentu hostitele",
"If you have changed target frameworks, make sure to update the program path.": "Pokud jste změnili cílové architektury, nezapomeňte aktualizovat cestu k programu.",
"Ignore": "Ignorovat",
"Ignoring non-parseable lines in envFile {0}: {1}.": "Ignorování neanalyzovatelných řádků v souboru envFile {0}: {1}",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "Neplatný index projektu",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Invalid razor.server.trace setting. Návrat k výchozí hodnotě „{0}“",
"Is this a Bug or Feature request?": "Jde o chybu, nebo žádost o funkci?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "Projekt po spuštění není nastavený",
"Steps to reproduce": "Kroky pro reprodukci",
"Stop": "Zastavit",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "Vypršel časový limit synchronizace.",
"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ě.",
"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}.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "Weitere Informationen zum Feld \"Konsole\" finden Sie unter {0}",
"Get the SDK": "SDK herunterladen",
"Go to GitHub": "Zu GitHub wechseln",
"Go to output": "Go to output",
"Help": "Hilfe",
"Host document file path": "Pfad der Hostdokumentdatei",
"If you have changed target frameworks, make sure to update the program path.": "Wenn Sie Zielframeworks geändert haben, stellen Sie sicher, dass Sie den Programmpfad aktualisieren.",
"Ignore": "Ignorieren",
"Ignoring non-parseable lines in envFile {0}: {1}.": "Nicht parsebare Zeilen in envFile {0} werden ignoriert: {1}.",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "Ungültiger Projektindex",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Ungültige razor.server.trace-Einstellung. Standardmäßig wird \"{0}\" verwendet.",
"Is this a Bug or Feature request?": "Handelt es sich um einen Fehler oder eine Featureanforderung?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "Startprojekt nicht festgelegt",
"Steps to reproduce": "Schritte für Reproduktion",
"Stop": "Beenden",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "Timeout bei der Synchronisierung",
"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.": "Das .NET Core SDK kann nicht gefunden werden: {0}. Das .NET Core-Debuggen wird nicht aktiviert. Stellen Sie sicher, dass das .NET Core SDK installiert ist und sich im Pfad befindet.",
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "Das .NET Core SDK auf dem Pfad ist zu alt. Das .NET Core-Debuggen wird nicht aktiviert. Die unterstützte Mindestversion ist {0}.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "Para obtener más información sobre el campo \"consola\", consulte {0}",
"Get the SDK": "Obtención del SDK",
"Go to GitHub": "Ir a GitHub",
"Go to output": "Go to output",
"Help": "Ayuda",
"Host document file path": "Ruta de acceso del archivo de documento de host",
"If you have changed target frameworks, make sure to update the program path.": "Si ha cambiado las plataformas de destino, asegúrese de actualizar la ruta de acceso del programa.",
"Ignore": "Ignorar",
"Ignoring non-parseable lines in envFile {0}: {1}.": "Se omitirán las líneas de envFile {0}: {1} que no se puedan analizar.",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "Índice de proyecto no válido",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Configuración razor.server.trace no válida. El valor predeterminado pasa a ser \"{0}\"",
"Is this a Bug or Feature request?": "¿Se trata de una solicitud de error o característica?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "Proyecto de inicio no establecido",
"Steps to reproduce": "Pasos para reproducir",
"Stop": "Detener",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "Tiempo de espera de sincronización agotado.",
"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.",
"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}.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "Pour plus d’informations sur le champ « console », consultez {0}",
"Get the SDK": "Obtention du Kit de développement logiciel (SDK)",
"Go to GitHub": "Accéder à GitHub",
"Go to output": "Go to output",
"Help": "Aide",
"Host document file path": "Chemin d’accès au fichier de document hôte",
"If you have changed target frameworks, make sure to update the program path.": "Si vous avez modifié la version cible de .Net Framework, veillez à mettre à jour le chemin d’accès du programme.",
"Ignore": "Ignorer",
"Ignoring non-parseable lines in envFile {0}: {1}.": "Lignes non analysables ignorées dans envFile {0} : {1}.",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "Index de projet non valide",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Paramètre razor.server.trace non valide. La valeur par défaut est '{0}'",
"Is this a Bug or Feature request?": "S’agit-il d’une demande de bogue ou de fonctionnalité ?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "Projet de démarrage non défini",
"Steps to reproduce": "Étapes à suivre pour reproduire",
"Stop": "Arrêter",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "Délai de synchronisation dépassé",
"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.",
"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}.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "Per ulteriori informazioni sul campo 'console', vedere {0}",
"Get the SDK": "Ottieni l'SDK",
"Go to GitHub": "Vai a GitHub",
"Go to output": "Go to output",
"Help": "Guida",
"Host document file path": "Percorso del file del documento host",
"If you have changed target frameworks, make sure to update the program path.": "Se i framework di destinazione sono stati modificati, assicurarsi di aggiornare il percorso del programma.",
"Ignore": "Ignora",
"Ignoring non-parseable lines in envFile {0}: {1}.": "Le righe non analizzabili in envFile {0}: {1} verranno ignorate.",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "Indice di progetto non valido",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Impostazione razor.server.trace non valida. Impostazione predefinita su '{0}'",
"Is this a Bug or Feature request?": "Si tratta di una richiesta di bug o funzionalità?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "Progetto di avvio non impostato",
"Steps to reproduce": "Passaggi per la riproduzione",
"Stop": "Arresta",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "Timeout sincronizzazione",
"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.",
"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}.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "'console' フィールドの詳細については、{0} を参照してください",
"Get the SDK": "SDK の取得",
"Go to GitHub": "GitHub に移動する",
"Go to output": "Go to output",
"Help": "ヘルプ",
"Host document file path": "ホスト ドキュメント ファイルのパス",
"If you have changed target frameworks, make sure to update the program path.": "ターゲット フレームワークを変更した場合は、プログラム パスを更新するようにしてください。",
"Ignore": "無視",
"Ignoring non-parseable lines in envFile {0}: {1}.": "envFile {0} 内の解析できない行を無視します: {1}",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "無効なプロジェクト インデックス",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "razor.server.trace 設定が無効です。既定値は '{0}' です",
"Is this a Bug or Feature request?": "これはバグまたは機能の要求ですか?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "スタートアップ プロジェクトが設定されていません",
"Steps to reproduce": "再現手順",
"Stop": "停止",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "同期がタイムアウトしました",
"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 がインストールされ、パス上にあることを確認します。",
"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} です。",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@
"Choose": "Choose",
"Choose and set default": "Choose and set default",
"Do not load any": "Do not load any",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Go to output": "Go to output",
"Suppress notification": "Suppress notification",
"Restore {0}": "Restore {0}",
"Restore already in progress": "Restore already in progress",
"Restore": "Restore",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "'콘솔' 필드에 대한 자세한 내용은 {0}을(를) 참조하세요.",
"Get the SDK": "SDK 받기",
"Go to GitHub": "GitHub로 이동",
"Go to output": "Go to output",
"Help": "도움말",
"Host document file path": "호스트 문서 파일 경로",
"If you have changed target frameworks, make sure to update the program path.": "대상 프레임워크를 변경한 경우 프로그램 경로를 업데이트해야 합니다.",
"Ignore": "무시",
"Ignoring non-parseable lines in envFile {0}: {1}.": "envFile {0}: {1}에서 구문 분석할 수 없는 행을 무시합니다.",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "잘못된 프로젝트 인덱스",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "razor.server.trace 설정이 잘못되었습니다. 기본값은 '{0}'입니다.",
"Is this a Bug or Feature request?": "버그인가요, 기능 요청인가요?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "시작 프로젝트가 설정되지 않음",
"Steps to reproduce": "재현 단계",
"Stop": "중지",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "동기화가 시간 초과됨",
"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가 설치되어 있고 경로에 있는지 확인합니다.",
"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} 입니다.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "Aby uzyskać więcej informacji o polu „console”, zobacz {0}",
"Get the SDK": "Pobierz zestaw SDK",
"Go to GitHub": "Przejdź do serwisu GitHub",
"Go to output": "Go to output",
"Help": "Pomoc",
"Host document file path": "Ścieżka pliku dokumentu hosta",
"If you have changed target frameworks, make sure to update the program path.": "Jeśli zmieniono platformy docelowe, upewnij się, że zaktualizowano ścieżkę programu.",
"Ignore": "Ignoruj",
"Ignoring non-parseable lines in envFile {0}: {1}.": "Ignorowanie wierszy, których nie przeanalizowano w pliku envFile {0}: {1}.",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "Nieprawidłowy indeks projektu",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Nieprawidłowe ustawienie razor.server.trace. Wartość domyślna to „{0}”",
"Is this a Bug or Feature request?": "Czy jest to żądanie dotyczące usterki czy funkcji?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "Projekt startowy nie jest ustawiony",
"Steps to reproduce": "Kroki do odtworzenia",
"Stop": "Zatrzymaj",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "Przekroczono limit czasu synchronizacji",
"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.": "Nie można zlokalizować zestawu .NET Core SDK: {0}. Debugowanie platformy .NET Core nie zostanie włączone. Upewnij się, że zestaw .NET Core SDK jest zainstalowany i znajduje się w ścieżce.",
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "Zestaw .NET Core SDK znajdujący się w ścieżce jest za stary. Debugowanie platformy .NET Core nie zostanie włączone. Minimalna obsługiwana wersja to {0}.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
"For more information about the 'console' field, see {0}": "Para obter mais informações sobre o campo \"console\", confira {0}",
"Get the SDK": "Obter o SDK",
"Go to GitHub": "Acessar o GitHub",
"Go to output": "Go to output",
"Help": "Ajuda",
"Host document file path": "Caminho do arquivo do documento host",
"If you have changed target frameworks, make sure to update the program path.": "Se tiver alterado as estruturas de destino, certifique-se de atualizar o caminho do programa.",
"Ignore": "Ignorar",
"Ignoring non-parseable lines in envFile {0}: {1}.": "Ignorando linhas não analisáveis no envFile {0}: {1}.",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
"Invalid project index": "Índice de projeto inválido",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Configuração razor.server.trace inválida. Definindo como padrão '{0}'",
"Is this a Bug or Feature request?": "Isso é uma solicitação de bug ou recurso?",
Expand Down Expand Up @@ -127,6 +129,7 @@
"Startup project not set": "Projeto de inicialização não configurado",
"Steps to reproduce": "Etapas para reproduzir",
"Stop": "Parar",
"Suppress notification": "Suppress notification",
"Synchronization timed out": "A sincronização atingiu o tempo limite",
"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.": "O SDK do .NET Core não pode ser localizado: {0}. A depuração do .NET Core não será habilitada. Certifique-se de que o SDK do .NET Core esteja instalado e no caminho.",
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "O SDK do .NET Core localizado no caminho é muito antigo. A depuração do .NET Core não será habilitada. A versão mínima com suporte é {0}.",
Expand Down

0 comments on commit 13192b9

Please sign in to comment.