@codingame/monaco-vscode-language-pack-es 5.2.0 → 5.3.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-es",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.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.3.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -82,13 +82,11 @@
|
|
|
82
82
|
"Organize Imports": "Organizar importaciones",
|
|
83
83
|
"Partial Mode": "Modo parcial",
|
|
84
84
|
"Please open a folder in VS Code to use a TypeScript or JavaScript project": "Abra una carpeta en VS Code para usar un proyecto de TypeScript o JavaScript",
|
|
85
|
-
"Please report an issue against Yarn PnP": "Please report an issue against Yarn PnP",
|
|
86
85
|
"Please update your TypeScript version": "Actualice su versión de TypeScript.",
|
|
87
86
|
"Project Wide IntelliSense not available": "IntelliSense no está disponible para todo el proyecto",
|
|
88
87
|
"Remove Unused Imports": "Quitar importaciones sin usar",
|
|
89
88
|
"Remove all unused code": "Quitar todo el código sin utilizar",
|
|
90
89
|
"Report Issue": "Notificar problema",
|
|
91
|
-
"Report issue against Yarn PnP": "Report issue against Yarn PnP",
|
|
92
90
|
"Select Version": "Seleccionar versión",
|
|
93
91
|
"Select code action to apply": "Seleccione acción de código para aplicar",
|
|
94
92
|
"Select existing file...": "Seleccionar archivo existente...",
|
|
@@ -109,7 +107,6 @@
|
|
|
109
107
|
"The current selection cannot be extracted": "No se puede extraer la selección actual",
|
|
110
108
|
"The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "La ruta de acceso {0} no apunta a una instalación de nodo válida para ejecutar el servidor TS. Revirtiendo al nodo incluido.",
|
|
111
109
|
"The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "La ruta de acceso {0} no apunta a una instalación válida de tsserver. Se usará la versión de TypeScript del paquete.",
|
|
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.",
|
|
113
110
|
"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.": "El área de trabajo usa una versión anterior de TypeScript ({0}).\n\nAntes de notificar de una incidencia, actualice el área de trabajo para usar TypeScript {1} o posteriores, ya que puede que el error se haya corregido en una versión reciente.",
|
|
114
111
|
"This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "Esta área de trabajo contiene una versión de TypeScript. ¿Quiere usar la versión de TypeScript del área de trabajo para las características de lenguaje TypeScript y JavaScript?",
|
|
115
112
|
"This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "Esta área de trabajo quiere usar la instalación de nodo en '{0}' para ejecutar el servidor TS. ¿Quiere que la use?",
|