@codingame/monaco-vscode-base-service-override
Advanced tools
Comparing version 10.1.2 to 10.1.3
{ | ||
"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 @@ } |
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
77848
+ Added@codingame/monaco-vscode-api@10.1.3(transitive)
+ Added@codingame/monaco-vscode-environment-service-override@10.1.3(transitive)
+ Added@codingame/monaco-vscode-extensions-service-override@10.1.3(transitive)
+ Added@codingame/monaco-vscode-files-service-override@10.1.3(transitive)
+ Added@codingame/monaco-vscode-host-service-override@10.1.3(transitive)
+ Added@codingame/monaco-vscode-layout-service-override@10.1.3(transitive)
+ Added@codingame/monaco-vscode-quickaccess-service-override@10.1.3(transitive)
- Removed@codingame/monaco-vscode-api@10.1.2(transitive)
- Removed@codingame/monaco-vscode-environment-service-override@10.1.2(transitive)
- Removed@codingame/monaco-vscode-extensions-service-override@10.1.2(transitive)
- Removed@codingame/monaco-vscode-files-service-override@10.1.2(transitive)
- Removed@codingame/monaco-vscode-host-service-override@10.1.2(transitive)
- Removed@codingame/monaco-vscode-layout-service-override@10.1.2(transitive)
- Removed@codingame/monaco-vscode-quickaccess-service-override@10.1.2(transitive)