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

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

Package Overview
Dependencies
Maintainers
0
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 10.1.2 to 10.1.3

6

package.json
{
"name": "@codingame/monaco-vscode-base-service-override",
"version": "10.1.2",
"version": "10.1.3",
"keywords": [],

@@ -12,3 +12,3 @@ "author": {

"type": "git",
"url": "git@github.com:CodinGame/monaco-vscode-api.git"
"url": "git+ssh://git@github.com/CodinGame/monaco-vscode-api.git"
},

@@ -30,4 +30,4 @@ "type": "module",

"dependencies": {
"vscode": "npm:@codingame/monaco-vscode-api@10.1.2"
"vscode": "npm:@codingame/monaco-vscode-api@10.1.3"
}
}

@@ -109,3 +109,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';

return ( localize(
780,
870,
"Unable to write into the file. Please open the file to correct errors/warnings in the file and try again."

@@ -112,0 +112,0 @@ ));

@@ -161,3 +161,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';

badgeClassName = rule.bubbleBadgeClassName;
tooltip = ( localize(781, "Contains emphasized items"));
tooltip = ( localize(871, "Contains emphasized items"));
}

@@ -164,0 +164,0 @@ return {

@@ -29,3 +29,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';

jsonSchema: {
description: ( localize(782, 'Contributes resource label formatting rules.')),
description: ( localize(872, 'Contributes resource label formatting rules.')),
type: 'array',

@@ -39,3 +39,3 @@ items: {

description: ( localize(
783,
873,
'URI scheme on which to match the formatter on. For example "file". Simple glob patterns are supported.'

@@ -47,3 +47,3 @@ )),

description: ( localize(
784,
874,
'URI authority on which to match the formatter on. Simple glob patterns are supported.'

@@ -53,3 +53,3 @@ )),

formatting: {
description: ( localize(785, "Rules for formatting uri resource labels.")),
description: ( localize(875, "Rules for formatting uri resource labels.")),
type: 'object',

@@ -60,3 +60,3 @@ properties: {

description: ( localize(
786,
876,
"Label rules to display. For example: myLabel:/${path}. ${path}, ${scheme}, ${authority} and ${authoritySuffix} are supported as variables."

@@ -68,3 +68,3 @@ ))

description: ( localize(
787,
877,
"Separator to be used in the uri label display. '/' or '\' as an example."

@@ -76,3 +76,3 @@ ))

description: ( localize(
788,
878,
"Controls whether `${path}` substitutions should have starting separator characters stripped."

@@ -84,3 +84,3 @@ ))

description: ( localize(
789,
879,
"Controls if the start of the uri label should be tildified when possible."

@@ -91,3 +91,3 @@ ))

type: 'string',
description: ( localize(790, "Suffix appended to the workspace label."))
description: ( localize(880, "Suffix appended to the workspace label."))
}

@@ -271,6 +271,6 @@ }

if (isUntitledWorkspace(workspaceUri, this.environmentService)) {
return ( localize(791, "Untitled (Workspace)"));
return ( localize(881, "Untitled (Workspace)"));
}
if (isTemporaryWorkspace(workspaceUri)) {
return ( localize(792, "Workspace"));
return ( localize(882, "Workspace"));
}

@@ -288,3 +288,3 @@ let filename = basename(workspaceUri);

label = ( localize(
793,
883,
"{0} (Workspace)",

@@ -296,3 +296,3 @@ this.getUriLabel(joinPath(dirname(workspaceUri), filename))

default:
label = ( localize(794, "{0} (Workspace)", filename));
label = ( localize(884, "{0} (Workspace)", filename));
break;

@@ -299,0 +299,0 @@ }

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