@codingame/monaco-vscode-language-pack-fr 5.1.2 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-fr",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@5.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@5.2.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -82,11 +82,13 @@
|
|
|
82
82
|
"Organize Imports": "Organiser des importations",
|
|
83
83
|
"Partial Mode": "Mode partiel",
|
|
84
84
|
"Please open a folder in VS Code to use a TypeScript or JavaScript project": "Ouvrez un dossier dans VS Code pour utiliser un projet TypeScript ou JavaScript",
|
|
85
|
+
"Please report an issue against Yarn PnP": "Please report an issue against Yarn PnP",
|
|
85
86
|
"Please update your TypeScript version": "Veuillez mettre à jour votre version de TypeScript",
|
|
86
87
|
"Project Wide IntelliSense not available": "IntelliSense à l’échelle du projet non disponible",
|
|
87
88
|
"Remove Unused Imports": "Supprimer des importations inutilisées",
|
|
88
89
|
"Remove all unused code": "Supprimer tout code inutilisé",
|
|
89
90
|
"Report Issue": "Signaler un problème",
|
|
91
|
+
"Report issue against Yarn PnP": "Report issue against Yarn PnP",
|
|
90
92
|
"Select Version": "Sélectionner la version",
|
|
91
93
|
"Select code action to apply": "Sélectionner l'action de code à appliquer",
|
|
92
94
|
"Select existing file...": "Sélectionner un fichier existant...",
|
|
@@ -107,6 +109,7 @@
|
|
|
107
109
|
"The current selection cannot be extracted": "Impossible d'extraire la sélection actuelle",
|
|
108
110
|
"The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "Le chemin {0} ne pointe pas vers une installation Node valide pour exécuter TS Server. Retour au Node en pack.",
|
|
109
111
|
"The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "Le chemin {0} ne pointe pas vers une installation tsserver valide. Utilisation par défaut de la version TypeScript groupée.",
|
|
112
|
+
"The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.": "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.",
|
|
110
113
|
"The workspace is using an old version of TypeScript ({0}).\n\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "L’espace de travail utilise une ancienne version de TypeScript ({0}).\n\nAvant de signaler un problème, veuillez mettre à jour l’espace de travail pour utiliser TypeScript {1} ou une version plus récente pour vérifier que le bogue n’a pas déjà été corrigé.",
|
|
111
114
|
"This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "Cet espace de travail contient une version TypeScript. Voulez-vous utiliser la version TypeScript de l'espace de travail pour les fonctionnalités de langage TypeScript et JavaScript ?",
|
|
112
115
|
"This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "Cet espace de travail souhaite utiliser l'installation Node sur '{0}' pour exécuter TS Server. Voulez-vous l'utiliser ?",
|