Skip to content

Commit 9e462d3

Browse files
[automated] Merge branch 'main' => 'prerelease' (#8636)
2 parents 4c1187e + 52eedfe commit 9e462d3

18 files changed

+166
-107
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.92.x
7+
* Bump Razor to 10.0.0-preview.25464.2 (PR: [#8628](https://github.com/dotnet/vscode-csharp/pull/8628))
8+
* Improve go to definition for mvc tag helpers (PR: [#12216](https://github.com/dotnet/razor/pull/12216))
9+
* Filter CSS024 when caused by C# code in an attribute (PR: [#12209](https://github.com/dotnet/razor/pull/12209))
10+
* Provide more specific information in cohosting failures (PR: [#12193](https://github.com/dotnet/razor/pull/12193))
11+
* Fix renaming file (PR: [#12196](https://github.com/dotnet/razor/pull/12196))
12+
613
# 2.91.x
714
* Bump Roslyn to 5.0.0-2.25458.10 (PR: [#8588](https://github.com/dotnet/vscode-csharp/pull/8588))
815
* Move brace adjustment on enter to on auto insert in LSP(PR: [#80075](https://github.com/dotnet/roslyn/pull/80075))
@@ -15,12 +22,10 @@
1522
* Allow Razor to get task list items for a document (PR: [#80102](https://github.com/dotnet/roslyn/pull/80102))
1623
* Update debugger packages, move to PortableInterop IMetadataImport (PR: [#80063](https://github.com/dotnet/roslyn/pull/80063))
1724
* Fix issue reporting diagnostic in additional file when diagnostic produced by a source generator (PR: [#80071](https://github.com/dotnet/roslyn/pull/80071))
18-
* Always run the razor generator even in balanced mode (PR: [#79510](https://github.com/dotnet/roslyn/pull/79510))
1925
* Bump Razor to 10.0.0-preview.25454.5 (PR: [#8590](https://github.com/dotnet/vscode-csharp/pull/8590))
2026
* Fix extra character insertion during attribute completion in VS Code (PR: [#12177](https://github.com/dotnet/razor/pull/12177))
2127
* Remove UseNewRazorFormattingEngine feature flag (PR: [#12160](https://github.com/dotnet/razor/pull/12160))
2228
* Allow for weird Uris as file paths (PR: [#12155](https://github.com/dotnet/razor/pull/12155))
23-
* Remove the feature flag for precise semantic tokens (PR: [#12149](https://github.com/dotnet/razor/pull/12149))
2429
* Do not create a proxy agent if proxy url is empty string. (PR: [#8580](https://github.com/dotnet/vscode-csharp/pull/8580))
2530
* Use aka.ms link for ARM32 Linux help page (PR: [#8574](https://github.com/dotnet/vscode-csharp/pull/8574))
2631
* Update Debugger to 2.90.0 (PR: [#8572](https://github.com/dotnet/vscode-csharp/pull/8572))

azure-pipelines.yml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,33 @@ pr:
1515
- prerelease
1616
- main
1717
paths:
18+
# Exclude paths and files which do not cause functional changes to the C# extension and do not impact CI.
1819
exclude:
19-
- '*.md'
20-
- 'version.json'
20+
# Changes to these configuration files are not functional changes.
21+
- .azuredevops/*
22+
- .config/*
23+
- .devcontainer/*
2124
- .github/*
25+
- .vscode/*
26+
# The following pipelines are not run for PRs and changes should be validated by a separate run of the pipeline.
27+
- azure-pipelines/dotnet-vscode-csharp-insertion.yml
28+
- azure-pipelines/loc.yml
2229
- azure-pipelines/release.yml
23-
- CHANGELOG.
30+
- azure-pipelines/profiling.yml
31+
- azure-pipelines/publish-roslyn-copilot.yml
32+
# Changes to documentation are not functional changes.
33+
- docs/*
34+
- images/*
35+
- RuntimeLicenses/*
36+
# Changes to language bundles are not functional changes. We still run CI when `l10n/bundle.l10n.json` itself is changed.
2437
- 'l10n/bundle.l10n.*.json'
38+
# Changes to the color themes are not functional changes.
39+
- themes/*
40+
# Changes to documentation are not functional changes.
41+
- '**.md'
42+
- CODEOWNERS
43+
# Changes to the vesion is not a functional change. The extension version is updated by the branch-snap GH action.
44+
- 'version.json'
2545

2646
# Run a scheduled build every night on main to run tests against insiders VSCode.
2747
# The variable testVSCodeVersion is set to insiders based on the build reason.

azure-pipelines/publish-roslyn-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extends:
3333
image: 1ESPT-Windows2022
3434
os: windows
3535
templateContext:
36-
isProduction: false #change this
36+
isProduction: true
3737
inputs:
3838
- input: pipelineArtifact
3939
pipeline: CI

es-metadata.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
schemaVersion: 0.0.1
2+
isProduction: true
3+
accountableOwners:
4+
service: c8aedd2a-1f14-4660-83e2-c74a9417c3cc
5+
routing:
6+
defaultAreaPath:
7+
org: devdiv
8+
path: DevDiv\NET Developer Experience\CSharp and VB IDE

l10n/bundle.l10n.de.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"An error occurred during installation of the .NET Debugger. The C# extension may need to be reinstalled.": "Fehler bei der Installation des .NET-Debuggers. Die C#-Erweiterung muss möglicherweise neu installiert werden.",
1414
"Author": "Autor",
1515
"Bug": "Fehler",
16-
"C# Activation Status": "C# Activation Status",
16+
"C# Activation Status": "C#-Aktivierungsstatus",
1717
"C# LSP Trace Logs": "C#-LSP-Ablaufverfolgungsprotokolle",
1818
"C# Project Context Status": "C#-Projektkontextstatus",
1919
"C# Workspace Status": "C#-Arbeitsbereichsstatus",
@@ -94,10 +94,10 @@
9494
"Invalid project index": "Ungültiger Projektindex",
9595
"Is this a Bug or Feature request?": "Handelt es sich um einen Fehler oder eine Featureanforderung?",
9696
"Language server process not found, ensure the server is running.": "Der Sprachserverprozess wurde nicht gefunden. Stellen Sie sicher, dass der Server ausgeführt wird.",
97-
"Limited Activation": "Limited Activation",
97+
"Limited Activation": "Eingeschränkte Aktivierung",
9898
"Logs": "Protokolle",
9999
"Machine information": "Computerinformationen",
100-
"Manage": "Manage",
100+
"Manage": "Verwalten",
101101
"More Detail": "Weitere Details",
102102
"More Information": "Weitere Informationen",
103103
"Name not defined in current configuration.": "Der Name ist in der aktuellen Konfiguration nicht definiert.",
@@ -142,7 +142,7 @@
142142
"Razor.VSCode version": "Razor.VSCode-Version",
143143
"Recording trace...": "Ablaufverfolgung wird aufgezeichnet...",
144144
"Reload C# Extension": "C#-Erweiterung neu laden",
145-
"Reload Extensions": "Reload Extensions",
145+
"Reload Extensions": "Erweiterungen erneut laden",
146146
"Reload Window": "Fenster neu laden",
147147
"Replace existing build and debug assets?": "Vorhandene Build- und Debugressourcen ersetzen?",
148148
"Report Razor Issue": "Razor-Problem melden",
@@ -187,7 +187,7 @@
187187
"The active document is not part of the open workspace. Not all language features will be available.": "Das aktive Dokument ist nicht Teil des geöffneten Arbeitsbereichs. Nicht alle Sprachfeatures sind verfügbar.",
188188
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "Die ausgewählte Startkonfiguration ist so konfiguriert, dass ein Webbrowser gestartet wird, es wurde jedoch kein vertrauenswürdiges Entwicklungszertifikat gefunden. Vertrauenswürdiges selbstsigniertes Zertifikat erstellen?",
189189
"The value '{0}' for 'targetArchitecture' in launch configuraiton is invalid. Expected 'x86_64' or 'arm64'.": "Der Wert \"{0}\" für \"targetArchitecture\" in der Startkonfiguration ist ungültig. \"x86_64\" oder \"arm64\" wurde erwartet.",
190-
"The workspace is not trusted.": "The workspace is not trusted.",
190+
"The workspace is not trusted.": "Der Arbeitsbereich ist nicht vertrauenswürdig.",
191191
"The {0} extension requires at least {1} of the .NET Install Tool ({2}) extension. Please update to continue": "Für die Erweiterung {0} ist mindestens {1} der Erweiterung „.NET-Installationstool“ ({2}) erforderlich. Führen Sie eine Aktualisierung durch, um fortzufahren",
192192
"There are unresolved dependencies. Please execute the restore command to continue.": "Es sind nicht aufgelöste Abhängigkeiten vorhanden. Führen Sie den Wiederherstellungsbefehl aus, um den Vorgang fortzusetzen.",
193193
"There was an unexpected error while launching your debugging session. Check the console for helpful logs and visit the debugging docs for more info.": "Unerwarteter Fehler beim Starten der Debugsitzung. Überprüfen Sie die Konsole auf hilfreiche Protokolle, und besuchen Sie die Debugdokumentation, um weitere Informationen zu erhalten.",
@@ -220,7 +220,7 @@
220220
"WARNING": "WARNUNG",
221221
"Workspace information": "Arbeitsbereichsinformationen",
222222
"Workspace projects": "Arbeitsbereichsprojekte",
223-
"Workspace trust has changed. Would you like to reload extensions?": "Workspace trust has changed. Would you like to reload extensions?",
223+
"Workspace trust has changed. Would you like to reload extensions?": "Die Vertrauensstellung des Arbeitsbereichs wurde geändert. Möchten Sie Erweiterungen neu laden?",
224224
"Yes": "Ja",
225225
"You can modify the default arguments if needed": "Sie können die Standardargumente bei Bedarf ändern.",
226226
"You must first start the data collection before copying.": "Sie müssen die Datensammlung vor dem Kopieren starten.",

l10n/bundle.l10n.es.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"An error occurred during installation of the .NET Debugger. The C# extension may need to be reinstalled.": "Error durante la instalación del depurador de .NET. Es posible que sea necesario reinstalar la extensión de C#.",
1414
"Author": "Autor",
1515
"Bug": "Error",
16-
"C# Activation Status": "C# Activation Status",
16+
"C# Activation Status": "Estado de activación de C#",
1717
"C# LSP Trace Logs": "Registros de seguimiento LSP de C#",
1818
"C# Project Context Status": "Estado de contexto del proyecto de C#",
1919
"C# Workspace Status": "Estado del área de trabajo de C#",
@@ -94,10 +94,10 @@
9494
"Invalid project index": "Índice de proyecto no válido",
9595
"Is this a Bug or Feature request?": "¿Se trata de una solicitud de error o característica?",
9696
"Language server process not found, ensure the server is running.": "No se encuentra el proceso del servidor de lenguaje, asegúrese de que el servidor está en funcionamiento.",
97-
"Limited Activation": "Limited Activation",
97+
"Limited Activation": "Activación limitada",
9898
"Logs": "Registros",
9999
"Machine information": "Información del equipo",
100-
"Manage": "Manage",
100+
"Manage": "Administrar",
101101
"More Detail": "Más detalles",
102102
"More Information": "Más información",
103103
"Name not defined in current configuration.": "Nombre no definido en la configuración actual.",
@@ -142,7 +142,7 @@
142142
"Razor.VSCode version": "Versión de Razor.VSCode",
143143
"Recording trace...": "Grabando seguimiento...",
144144
"Reload C# Extension": "Recargar la extensión de C#",
145-
"Reload Extensions": "Reload Extensions",
145+
"Reload Extensions": "Recargar extensiones",
146146
"Reload Window": "Recargar ventana",
147147
"Replace existing build and debug assets?": "¿Quiere reemplazar los recursos de compilación y depuración existentes?",
148148
"Report Razor Issue": "Notificar problema de Razor",
@@ -187,7 +187,7 @@
187187
"The active document is not part of the open workspace. Not all language features will be available.": "El documento activo no forma parte del área de trabajo abierta. No todas las características de lenguaje estarán disponibles.",
188188
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "La configuración de inicio seleccionada está configurada para iniciar un explorador web, pero no se encontró ningún certificado de desarrollo de confianza. ¿Desea crear un certificado autofirmado de confianza?",
189189
"The value '{0}' for 'targetArchitecture' in launch configuraiton is invalid. Expected 'x86_64' or 'arm64'.": "El valor “{0}” para “targetArchitecture” en la configuración de inicio no es válido. El valor que se esperaba es “x86_64” o “arm64”.",
190-
"The workspace is not trusted.": "The workspace is not trusted.",
190+
"The workspace is not trusted.": "El área de trabajo no es de confianza.",
191191
"The {0} extension requires at least {1} of the .NET Install Tool ({2}) extension. Please update to continue": "La extensión {0} requiere al menos {1} de la extensión de la Herramienta de instalación de .NET ({2}). Actualice para continuar",
192192
"There are unresolved dependencies. Please execute the restore command to continue.": "Hay dependencias sin resolver. Ejecute el comando de restauración para continuar.",
193193
"There was an unexpected error while launching your debugging session. Check the console for helpful logs and visit the debugging docs for more info.": "Error inesperado al iniciar la sesión de depuración. Compruebe si hay registros útiles en la consola y visite los documentos de depuración para obtener más información.",
@@ -220,7 +220,7 @@
220220
"WARNING": "ADVERTENCIA",
221221
"Workspace information": "Ver información del área de trabajo",
222222
"Workspace projects": "Proyectos de área de trabajo",
223-
"Workspace trust has changed. Would you like to reload extensions?": "Workspace trust has changed. Would you like to reload extensions?",
223+
"Workspace trust has changed. Would you like to reload extensions?": "La confianza del área de trabajo ha cambiado. ¿Desea recargar las extensiones?",
224224
"Yes": "",
225225
"You can modify the default arguments if needed": "Puede modificar los argumentos predeterminados si es necesario",
226226
"You must first start the data collection before copying.": "Primero debe iniciar la recopilación de datos antes de copiar.",

l10n/bundle.l10n.fr.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"An error occurred during installation of the .NET Debugger. The C# extension may need to be reinstalled.": "Une erreur s’est produite lors de l’installation du débogueur .NET. L’extension C# doit peut-être être réinstallée.",
1414
"Author": "Auteur",
1515
"Bug": "Bogue",
16-
"C# Activation Status": "C# Activation Status",
16+
"C# Activation Status": "C# État d’activation",
1717
"C# LSP Trace Logs": "Journaux de suivi C# LSP",
1818
"C# Project Context Status": "État du contexte du projet C#",
1919
"C# Workspace Status": "État de l’espace de travail C#",
@@ -94,10 +94,10 @@
9494
"Invalid project index": "Index de projet non valide",
9595
"Is this a Bug or Feature request?": "S’agit-il d’une demande de bogue ou de fonctionnalité ?",
9696
"Language server process not found, ensure the server is running.": "Processus du serveur de langage introuvable. Vérifiez que le serveur est en cours d’exécution.",
97-
"Limited Activation": "Limited Activation",
97+
"Limited Activation": "Activation limitée",
9898
"Logs": "Journaux",
9999
"Machine information": "Informations sur l'ordinateur",
100-
"Manage": "Manage",
100+
"Manage": "Gérer",
101101
"More Detail": "Plus de détails",
102102
"More Information": "Plus d'informations",
103103
"Name not defined in current configuration.": "Nom non défini dans la configuration actuelle.",
@@ -142,7 +142,7 @@
142142
"Razor.VSCode version": "Version de Razor.VSCode",
143143
"Recording trace...": "Enregistrement de la trace...",
144144
"Reload C# Extension": "Recharger l'extension C#",
145-
"Reload Extensions": "Reload Extensions",
145+
"Reload Extensions": "Recharger les extensions",
146146
"Reload Window": "Recharger la fenêtre",
147147
"Replace existing build and debug assets?": "Remplacer les ressources de build et de débogage existantes ?",
148148
"Report Razor Issue": "Signaler un problème Razor",
@@ -187,7 +187,7 @@
187187
"The active document is not part of the open workspace. Not all language features will be available.": "Le document actif ne fait pas partie de l’espace de travail ouvert. Toutes les fonctionnalités de langage ne seront pas disponibles.",
188188
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "La configuration de lancement sélectionnée est configurée pour lancer un navigateur web, mais aucun certificat de développement approuvé n’a été trouvé. Créer un certificat auto-signé approuvé ?",
189189
"The value '{0}' for 'targetArchitecture' in launch configuraiton is invalid. Expected 'x86_64' or 'arm64'.": "La valeur « {0} » pour « Architecture cible » dans la configuration de lancement n'est pas valide. \"x86_64\" ou \"arm64\" attendu.",
190-
"The workspace is not trusted.": "The workspace is not trusted.",
190+
"The workspace is not trusted.": "L'espace de travail n'est pas approuvé.",
191191
"The {0} extension requires at least {1} of the .NET Install Tool ({2}) extension. Please update to continue": "L’extension {0} nécessite au moins la version {1} de l’extension Outil d’installation .NET ({2}). Effectuez une mise à jour pour continuer",
192192
"There are unresolved dependencies. Please execute the restore command to continue.": "Il existe des dépendances non résolues. Exécutez la commande de restauration pour continuer.",
193193
"There was an unexpected error while launching your debugging session. Check the console for helpful logs and visit the debugging docs for more info.": "Une erreur inattendue s’est produite lors du lancement de votre session de débogage. Consultez la console pour obtenir des journaux utiles et consultez les documents de débogage pour plus d’informations.",
@@ -220,7 +220,7 @@
220220
"WARNING": "AVERTISSEMENT",
221221
"Workspace information": "Informations sur l’espace de travail",
222222
"Workspace projects": "Projets de l’espace de travail",
223-
"Workspace trust has changed. Would you like to reload extensions?": "Workspace trust has changed. Would you like to reload extensions?",
223+
"Workspace trust has changed. Would you like to reload extensions?": "La confiance dans l’espace de travail a changé. Souhaitez-vous recharger les extensions ?",
224224
"Yes": "Oui",
225225
"You can modify the default arguments if needed": "Vous pouvez modifier les arguments par défaut si nécessaire",
226226
"You must first start the data collection before copying.": "Vous devez d’abord démarrer la collecte de données avant de la copier.",

0 commit comments

Comments
 (0)