Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codingame/monaco-vscode-files-service-override

Package Overview
Dependencies
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-files-service-override - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

4

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc