@codingame/monaco-vscode-files-service-override
Advanced tools
Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "@codingame/monaco-vscode-files-service-override", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"keywords": [], | ||
@@ -29,4 +29,4 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@8.0.1" | ||
"vscode": "npm:@codingame/monaco-vscode-api@8.0.2" | ||
} | ||
} |
@@ -56,4 +56,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(4803, "File Created"))); } | ||
static { this.TEXTFILE_SAVE_REPLACE_SOURCE = SaveSourceRegistry.registerSource('textFileOverwrite.source', ( localize(4804, "File Replaced"))); } | ||
static { this.TEXTFILE_SAVE_CREATE_SOURCE = SaveSourceRegistry.registerSource('textFileCreate.source', ( localize(4800, "File Created"))); } | ||
static { this.TEXTFILE_SAVE_REPLACE_SOURCE = SaveSourceRegistry.registerSource('textFileOverwrite.source', ( localize(4801, "File Replaced"))); } | ||
constructor(fileService, untitledTextEditorService, lifecycleService, instantiationService, modelService, environmentService, dialogService, fileDialogService, textResourceConfigurationService, filesConfigurationService, codeEditorService, pathService, workingCopyFileService, uriIdentityService, languageService, logService, elevatedFileService, decorationsService) { | ||
@@ -88,3 +88,3 @@ super(); | ||
this.files = files; | ||
this.label = ( localize(4805, "Text File Model Decorations")); | ||
this.label = ( localize(4802, "Text File Model Decorations")); | ||
this._onDidChange = this._register(( (new Emitter()))); | ||
@@ -116,3 +116,3 @@ this.onDidChange = this._onDidChange.event; | ||
strikethrough: true, | ||
tooltip: ( localize(4806, "Deleted, Read-only")), | ||
tooltip: ( localize(4803, "Deleted, Read-only")), | ||
}; | ||
@@ -123,3 +123,3 @@ } | ||
letter: Codicon.lockSmall, | ||
tooltip: ( localize(4807, "Read-only")), | ||
tooltip: ( localize(4804, "Read-only")), | ||
}; | ||
@@ -131,3 +131,3 @@ } | ||
strikethrough: true, | ||
tooltip: ( localize(4808, "Deleted")), | ||
tooltip: ( localize(4805, "Deleted")), | ||
}; | ||
@@ -186,3 +186,3 @@ } | ||
throw ( (new TextFileOperationError( | ||
localize(4809, "File seems to be binary and cannot be opened as text"), | ||
localize(4806, "File seems to be binary and cannot be opened as text"), | ||
TextFileOperationResult.FILE_IS_BINARY, | ||
@@ -405,3 +405,3 @@ options | ||
message: ( localize( | ||
4810, | ||
4807, | ||
"'{0}' already exists. Do you want to replace it?", | ||
@@ -411,3 +411,3 @@ basename(resource) | ||
detail: ( localize( | ||
4811, | ||
4808, | ||
"A file or folder with the name '{0}' already exists in the folder '{1}'. Replacing it will overwrite its current contents.", | ||
@@ -417,3 +417,3 @@ basename(resource), | ||
)), | ||
primaryButton: ( localize(4812, "&&Replace")), | ||
primaryButton: ( localize(4809, "&&Replace")), | ||
}); | ||
@@ -426,8 +426,8 @@ return confirmed; | ||
message: ( localize( | ||
4813, | ||
4810, | ||
"'{0}' is marked as read-only. Do you want to save anyway?", | ||
basename(resource) | ||
)), | ||
detail: ( localize(4814, "Paths can be configured as read-only via settings.")), | ||
primaryButton: ( localize(4815, "&&Save Anyway")) | ||
detail: ( localize(4811, "Paths can be configured as read-only via settings.")), | ||
primaryButton: ( localize(4812, "&&Save Anyway")) | ||
}); | ||
@@ -434,0 +434,0 @@ return confirmed; |
@@ -65,3 +65,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
notificationService.error(( localize( | ||
9790, | ||
9797, | ||
"Failed to save '{0}': {1}", | ||
@@ -68,0 +68,0 @@ model.name, |
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@8.0.2(transitive)
+ Added@codingame/monaco-vscode-base-service-override@8.0.2(transitive)
+ Added@codingame/monaco-vscode-environment-service-override@8.0.2(transitive)
+ Added@codingame/monaco-vscode-extensions-service-override@8.0.2(transitive)
+ Added@codingame/monaco-vscode-host-service-override@8.0.2(transitive)
+ Added@codingame/monaco-vscode-layout-service-override@8.0.2(transitive)
+ Added@codingame/monaco-vscode-quickaccess-service-override@8.0.2(transitive)
- Removed@codingame/monaco-vscode-api@8.0.1(transitive)
- Removed@codingame/monaco-vscode-base-service-override@8.0.1(transitive)
- Removed@codingame/monaco-vscode-environment-service-override@8.0.1(transitive)
- Removed@codingame/monaco-vscode-extensions-service-override@8.0.1(transitive)
- Removed@codingame/monaco-vscode-host-service-override@8.0.1(transitive)
- Removed@codingame/monaco-vscode-layout-service-override@8.0.1(transitive)
- Removed@codingame/monaco-vscode-quickaccess-service-override@8.0.1(transitive)