@codingame/monaco-vscode-base-service-override
Advanced tools
Comparing version 11.0.2 to 11.1.0
{ | ||
"name": "@codingame/monaco-vscode-base-service-override", | ||
"version": "11.0.2", | ||
"version": "11.1.0", | ||
"keywords": [], | ||
@@ -29,4 +29,4 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@11.0.2" | ||
"vscode": "npm:@codingame/monaco-vscode-api@11.1.0" | ||
} | ||
} |
@@ -109,3 +109,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
return ( localize( | ||
866, | ||
897, | ||
"Unable to write into the file. Please open the file to correct errors/warnings in the file and try again." | ||
@@ -112,0 +112,0 @@ )); |
@@ -162,3 +162,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
badgeClassName = rule.bubbleBadgeClassName; | ||
tooltip = ( localize(867, "Contains emphasized items")); | ||
tooltip = ( localize(898, "Contains emphasized items")); | ||
} | ||
@@ -165,0 +165,0 @@ return { |
@@ -29,3 +29,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
jsonSchema: { | ||
description: ( localize(868, 'Contributes resource label formatting rules.')), | ||
description: ( localize(899, 'Contributes resource label formatting rules.')), | ||
type: 'array', | ||
@@ -39,3 +39,3 @@ items: { | ||
description: ( localize( | ||
869, | ||
900, | ||
'URI scheme on which to match the formatter on. For example "file". Simple glob patterns are supported.' | ||
@@ -47,3 +47,3 @@ )), | ||
description: ( localize( | ||
870, | ||
901, | ||
'URI authority on which to match the formatter on. Simple glob patterns are supported.' | ||
@@ -53,3 +53,3 @@ )), | ||
formatting: { | ||
description: ( localize(871, "Rules for formatting uri resource labels.")), | ||
description: ( localize(902, "Rules for formatting uri resource labels.")), | ||
type: 'object', | ||
@@ -60,3 +60,3 @@ properties: { | ||
description: ( localize( | ||
872, | ||
903, | ||
"Label rules to display. For example: myLabel:/${path}. ${path}, ${scheme}, ${authority} and ${authoritySuffix} are supported as variables." | ||
@@ -68,3 +68,3 @@ )) | ||
description: ( localize( | ||
873, | ||
904, | ||
"Separator to be used in the uri label display. '/' or '\' as an example." | ||
@@ -76,3 +76,3 @@ )) | ||
description: ( localize( | ||
874, | ||
905, | ||
"Controls whether `${path}` substitutions should have starting separator characters stripped." | ||
@@ -84,3 +84,3 @@ )) | ||
description: ( localize( | ||
875, | ||
906, | ||
"Controls if the start of the uri label should be tildified when possible." | ||
@@ -91,3 +91,3 @@ )) | ||
type: 'string', | ||
description: ( localize(876, "Suffix appended to the workspace label.")) | ||
description: ( localize(907, "Suffix appended to the workspace label.")) | ||
} | ||
@@ -271,6 +271,6 @@ } | ||
if (isUntitledWorkspace(workspaceUri, this.environmentService)) { | ||
return ( localize(877, "Untitled (Workspace)")); | ||
return ( localize(908, "Untitled (Workspace)")); | ||
} | ||
if (isTemporaryWorkspace(workspaceUri)) { | ||
return ( localize(878, "Workspace")); | ||
return ( localize(909, "Workspace")); | ||
} | ||
@@ -288,3 +288,3 @@ let filename = basename(workspaceUri); | ||
label = ( localize( | ||
879, | ||
910, | ||
"{0} (Workspace)", | ||
@@ -296,3 +296,3 @@ this.getUriLabel(joinPath(dirname(workspaceUri), filename)) | ||
default: | ||
label = ( localize(880, "{0} (Workspace)", filename)); | ||
label = ( localize(911, "{0} (Workspace)", filename)); | ||
break; | ||
@@ -299,0 +299,0 @@ } |
@@ -28,3 +28,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js'; | ||
progress.report({ | ||
message: ( localize(4599, "Running Code Actions and Formatters...")) | ||
message: ( localize(4663, "Running Code Actions and Formatters...")) | ||
}); | ||
@@ -35,3 +35,3 @@ let bubbleCancel = false; | ||
location: 15 , | ||
cancellable: ( localize(4600, "Skip")), | ||
cancellable: ( localize(4664, "Skip")), | ||
delay: workingCopy.isDirty() ? 5000 : 3000 | ||
@@ -38,0 +38,0 @@ }, async (progress) => { |
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@11.1.0(transitive)
+ Added@codingame/monaco-vscode-chat-comments-extensions-interactive-notebook-search-common@11.1.0(transitive)
+ Added@codingame/monaco-vscode-chat-extensions-interactive-notebook-quickaccess-search-terminal-common@11.1.0(transitive)
+ Added@codingame/monaco-vscode-chat-extensions-notebook-common@11.1.0(transitive)
+ Added@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common@11.1.0(transitive)
+ Added@codingame/monaco-vscode-chat-extensions-notebook-terminal-common@11.1.0(transitive)
+ Added@codingame/monaco-vscode-chat-extensions-notebook-terminal-testing-common@11.1.0(transitive)
+ Added@codingame/monaco-vscode-comments-extensions-common@11.1.0(transitive)
+ Added@codingame/monaco-vscode-environment-service-override@11.1.0(transitive)
+ Added@codingame/monaco-vscode-extensions-service-override@11.1.0(transitive)
+ Added@codingame/monaco-vscode-files-service-override@11.1.0(transitive)
+ Added@codingame/monaco-vscode-host-service-override@11.1.0(transitive)
+ Added@codingame/monaco-vscode-layout-service-override@11.1.0(transitive)
+ Added@codingame/monaco-vscode-quickaccess-service-override@11.1.0(transitive)
- Removed@codingame/monaco-vscode-api@11.0.2(transitive)
- Removed@codingame/monaco-vscode-chat-comments-extensions-interactive-notebook-search-common@11.0.2(transitive)
- Removed@codingame/monaco-vscode-chat-extensions-interactive-notebook-quickaccess-search-terminal-common@11.0.2(transitive)
- Removed@codingame/monaco-vscode-chat-extensions-notebook-common@11.0.2(transitive)
- Removed@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common@11.0.2(transitive)
- Removed@codingame/monaco-vscode-chat-extensions-notebook-terminal-common@11.0.2(transitive)
- Removed@codingame/monaco-vscode-chat-extensions-notebook-terminal-testing-common@11.0.2(transitive)
- Removed@codingame/monaco-vscode-comments-extensions-common@11.0.2(transitive)
- Removed@codingame/monaco-vscode-environment-service-override@11.0.2(transitive)
- Removed@codingame/monaco-vscode-extensions-service-override@11.0.2(transitive)
- Removed@codingame/monaco-vscode-files-service-override@11.0.2(transitive)
- Removed@codingame/monaco-vscode-host-service-override@11.0.2(transitive)
- Removed@codingame/monaco-vscode-layout-service-override@11.0.2(transitive)
- Removed@codingame/monaco-vscode-quickaccess-service-override@11.0.2(transitive)