@codingame/monaco-vscode-base-service-override
Advanced tools
Comparing version 7.1.1 to 8.0.0
{ | ||
"name": "@codingame/monaco-vscode-base-service-override", | ||
"version": "7.1.1", | ||
"version": "8.0.0", | ||
"keywords": [], | ||
@@ -29,4 +29,4 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@7.1.1" | ||
"vscode": "npm:@codingame/monaco-vscode-api@8.0.0" | ||
} | ||
} |
@@ -110,3 +110,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
return ( localize( | ||
1139, | ||
847, | ||
"Unable to write into the file. Please open the file to correct errors/warnings in the file and try again." | ||
@@ -113,0 +113,0 @@ )); |
@@ -162,3 +162,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
badgeClassName = rule.bubbleBadgeClassName; | ||
tooltip = ( localize(1140, "Contains emphasized items")); | ||
tooltip = ( localize(848, "Contains emphasized items")); | ||
} | ||
@@ -165,0 +165,0 @@ return { |
@@ -34,3 +34,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
jsonSchema: { | ||
description: ( localize(1141, 'Contributes resource label formatting rules.')), | ||
description: ( localize(849, 'Contributes resource label formatting rules.')), | ||
type: 'array', | ||
@@ -44,3 +44,3 @@ items: { | ||
description: ( localize( | ||
1142, | ||
850, | ||
'URI scheme on which to match the formatter on. For example "file". Simple glob patterns are supported.' | ||
@@ -52,3 +52,3 @@ )), | ||
description: ( localize( | ||
1143, | ||
851, | ||
'URI authority on which to match the formatter on. Simple glob patterns are supported.' | ||
@@ -58,3 +58,3 @@ )), | ||
formatting: { | ||
description: ( localize(1144, "Rules for formatting uri resource labels.")), | ||
description: ( localize(852, "Rules for formatting uri resource labels.")), | ||
type: 'object', | ||
@@ -65,3 +65,3 @@ properties: { | ||
description: ( localize( | ||
1145, | ||
853, | ||
"Label rules to display. For example: myLabel:/${path}. ${path}, ${scheme}, ${authority} and ${authoritySuffix} are supported as variables." | ||
@@ -73,3 +73,3 @@ )) | ||
description: ( localize( | ||
1146, | ||
854, | ||
"Separator to be used in the uri label display. '/' or '\' as an example." | ||
@@ -81,3 +81,3 @@ )) | ||
description: ( localize( | ||
1147, | ||
855, | ||
"Controls whether `${path}` substitutions should have starting separator characters stripped." | ||
@@ -89,3 +89,3 @@ )) | ||
description: ( localize( | ||
1148, | ||
856, | ||
"Controls if the start of the uri label should be tildified when possible." | ||
@@ -96,3 +96,3 @@ )) | ||
type: 'string', | ||
description: ( localize(1149, "Suffix appended to the workspace label.")) | ||
description: ( localize(857, "Suffix appended to the workspace label.")) | ||
} | ||
@@ -276,6 +276,6 @@ } | ||
if (isUntitledWorkspace(workspaceUri, this.environmentService)) { | ||
return ( localize(1150, "Untitled (Workspace)")); | ||
return ( localize(858, "Untitled (Workspace)")); | ||
} | ||
if (isTemporaryWorkspace(workspaceUri)) { | ||
return ( localize(1151, "Workspace")); | ||
return ( localize(859, "Workspace")); | ||
} | ||
@@ -293,3 +293,3 @@ let filename = basename(workspaceUri); | ||
label = ( localize( | ||
1152, | ||
860, | ||
"{0} (Workspace)", | ||
@@ -301,3 +301,3 @@ this.getUriLabel(joinPath(dirname(workspaceUri), filename)) | ||
default: | ||
label = ( localize(1153, "{0} (Workspace)", filename)); | ||
label = ( localize(861, "{0} (Workspace)", filename)); | ||
break; | ||
@@ -304,0 +304,0 @@ } |
78296
+ Added@codingame/monaco-vscode-api@8.0.0(transitive)
+ Added@codingame/monaco-vscode-environment-service-override@8.0.0(transitive)
+ Added@codingame/monaco-vscode-extensions-service-override@8.0.0(transitive)
+ Added@codingame/monaco-vscode-files-service-override@8.0.0(transitive)
+ Added@codingame/monaco-vscode-host-service-override@8.0.0(transitive)
+ Added@codingame/monaco-vscode-layout-service-override@8.0.0(transitive)
+ Added@codingame/monaco-vscode-quickaccess-service-override@8.0.0(transitive)
- Removed@codingame/monaco-vscode-api@7.1.1(transitive)
- Removed@codingame/monaco-vscode-environment-service-override@7.1.1(transitive)
- Removed@codingame/monaco-vscode-extensions-service-override@7.1.1(transitive)
- Removed@codingame/monaco-vscode-files-service-override@7.1.1(transitive)
- Removed@codingame/monaco-vscode-host-service-override@7.1.1(transitive)
- Removed@codingame/monaco-vscode-layout-service-override@7.1.1(transitive)
- Removed@codingame/monaco-vscode-quickaccess-service-override@7.1.1(transitive)