@codingame/monaco-vscode-files-service-override
Advanced tools
Comparing version 10.1.0 to 10.1.1
{ | ||
"name": "@codingame/monaco-vscode-files-service-override", | ||
"version": "10.1.0", | ||
"version": "10.1.1", | ||
"keywords": [], | ||
@@ -29,4 +29,4 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@10.1.0" | ||
"vscode": "npm:@codingame/monaco-vscode-api@10.1.1" | ||
} | ||
} |
@@ -72,3 +72,3 @@ import { VSBuffer } from 'vscode/vscode/vs/base/common/buffer'; | ||
if (typeof options?.limits?.size === 'number' && totalBytesRead > options.limits.size) { | ||
throw createFileSystemProviderError(localize(4473, "File is too large to open"), FileSystemProviderErrorCode.FileTooLarge); | ||
throw createFileSystemProviderError(localize(4150, "File is too large to open"), FileSystemProviderErrorCode.FileTooLarge); | ||
} | ||
@@ -75,0 +75,0 @@ return true; |
@@ -54,4 +54,4 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
static { AbstractTextFileService_1 = this; } | ||
static { this.TEXTFILE_SAVE_CREATE_SOURCE = SaveSourceRegistry.registerSource('textFileCreate.source', ( localize(4474, "File Created"))); } | ||
static { this.TEXTFILE_SAVE_REPLACE_SOURCE = SaveSourceRegistry.registerSource('textFileOverwrite.source', ( localize(4475, "File Replaced"))); } | ||
static { this.TEXTFILE_SAVE_CREATE_SOURCE = SaveSourceRegistry.registerSource('textFileCreate.source', ( localize(4477, "File Created"))); } | ||
static { this.TEXTFILE_SAVE_REPLACE_SOURCE = SaveSourceRegistry.registerSource('textFileOverwrite.source', ( localize(4478, "File Replaced"))); } | ||
constructor(fileService, untitledTextEditorService, lifecycleService, instantiationService, modelService, environmentService, dialogService, fileDialogService, textResourceConfigurationService, filesConfigurationService, codeEditorService, pathService, workingCopyFileService, uriIdentityService, languageService, logService, elevatedFileService, decorationsService) { | ||
@@ -86,3 +86,3 @@ super(); | ||
this.files = files; | ||
this.label = ( localize(4476, "Text File Model Decorations")); | ||
this.label = ( localize(4479, "Text File Model Decorations")); | ||
this._onDidChange = this._register(( (new Emitter()))); | ||
@@ -114,3 +114,3 @@ this.onDidChange = this._onDidChange.event; | ||
strikethrough: true, | ||
tooltip: ( localize(4477, "Deleted, Read-only")), | ||
tooltip: ( localize(4480, "Deleted, Read-only")), | ||
}; | ||
@@ -121,3 +121,3 @@ } | ||
letter: Codicon.lockSmall, | ||
tooltip: ( localize(4478, "Read-only")), | ||
tooltip: ( localize(4481, "Read-only")), | ||
}; | ||
@@ -129,3 +129,3 @@ } | ||
strikethrough: true, | ||
tooltip: ( localize(4479, "Deleted")), | ||
tooltip: ( localize(4482, "Deleted")), | ||
}; | ||
@@ -184,3 +184,3 @@ } | ||
throw ( (new TextFileOperationError( | ||
localize(4480, "File seems to be binary and cannot be opened as text"), | ||
localize(4483, "File seems to be binary and cannot be opened as text"), | ||
0 , | ||
@@ -403,3 +403,3 @@ options | ||
message: ( localize( | ||
4481, | ||
4484, | ||
"'{0}' already exists. Do you want to replace it?", | ||
@@ -409,3 +409,3 @@ basename(resource) | ||
detail: ( localize( | ||
4482, | ||
4485, | ||
"A file or folder with the name '{0}' already exists in the folder '{1}'. Replacing it will overwrite its current contents.", | ||
@@ -415,3 +415,3 @@ basename(resource), | ||
)), | ||
primaryButton: ( localize(4483, "&&Replace")), | ||
primaryButton: ( localize(4486, "&&Replace")), | ||
}); | ||
@@ -424,8 +424,8 @@ return confirmed; | ||
message: ( localize( | ||
4484, | ||
4487, | ||
"'{0}' is marked as read-only. Do you want to save anyway?", | ||
basename(resource) | ||
)), | ||
detail: ( localize(4485, "Paths can be configured as read-only via settings.")), | ||
primaryButton: ( localize(4486, "&&Save Anyway")) | ||
detail: ( localize(4488, "Paths can be configured as read-only via settings.")), | ||
primaryButton: ( localize(4489, "&&Save Anyway")) | ||
}); | ||
@@ -432,0 +432,0 @@ return confirmed; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@codingame/monaco-vscode-api@10.1.1(transitive)
+ Added@codingame/monaco-vscode-base-service-override@10.1.1(transitive)
+ Added@codingame/monaco-vscode-environment-service-override@10.1.1(transitive)
+ Added@codingame/monaco-vscode-extensions-service-override@10.1.1(transitive)
+ Added@codingame/monaco-vscode-host-service-override@10.1.1(transitive)
+ Added@codingame/monaco-vscode-layout-service-override@10.1.1(transitive)
+ Added@codingame/monaco-vscode-quickaccess-service-override@10.1.1(transitive)
- Removed@codingame/monaco-vscode-api@10.1.0(transitive)
- Removed@codingame/monaco-vscode-base-service-override@10.1.0(transitive)
- Removed@codingame/monaco-vscode-environment-service-override@10.1.0(transitive)
- Removed@codingame/monaco-vscode-extensions-service-override@10.1.0(transitive)
- Removed@codingame/monaco-vscode-host-service-override@10.1.0(transitive)
- Removed@codingame/monaco-vscode-layout-service-override@10.1.0(transitive)
- Removed@codingame/monaco-vscode-quickaccess-service-override@10.1.0(transitive)
- Removed@xterm/addon-clipboard@0.2.0-beta.53(transitive)
- Removed@xterm/addon-image@0.9.0-beta.70(transitive)
- Removed@xterm/addon-search@0.16.0-beta.70(transitive)
- Removed@xterm/addon-serialize@0.14.0-beta.70(transitive)
- Removed@xterm/addon-unicode11@0.9.0-beta.70(transitive)
- Removed@xterm/addon-webgl@0.19.0-beta.70(transitive)
- Removed@xterm/xterm@5.6.0-beta.70(transitive)
- Removedjs-base64@3.7.7(transitive)