@codingame/monaco-vscode-language-pack-es 1.83.5 → 1.83.6
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": "1.83.
|
|
3
|
+
"version": "1.83.6",
|
|
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@1.83.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.83.6"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -1773,6 +1773,14 @@ var content = {
|
|
|
1773
1773
|
"vs/platform/files/browser/htmlFileSystemProvider": {
|
|
1774
1774
|
fileSystemNotAllowedError: "Permisos insuficientes. Vuelva a intentarlo y permita la operación.",
|
|
1775
1775
|
fileSystemRenameError: "El cambio de nombre solo se admite para los archivos."
|
|
1776
|
+
},
|
|
1777
|
+
"vs/platform/files/browser/indexedDBFileSystemProvider": {
|
|
1778
|
+
dirIsNotEmpty: "El directorio no está vacío",
|
|
1779
|
+
fileExceedsStorageQuota: "El archivo supera la cuota de almacenamiento disponible",
|
|
1780
|
+
fileIsDirectory: "El archivo es un directorio",
|
|
1781
|
+
fileNotDirectory: "El archivo no es un directorio",
|
|
1782
|
+
fileNotExists: "El archivo no existe",
|
|
1783
|
+
internal: "Error interno en el proveedor del sistema de archivos IndexedDB. ({0})"
|
|
1776
1784
|
},
|
|
1777
1785
|
"vs/platform/files/common/files": {
|
|
1778
1786
|
sizeB: "{0} B",
|