@codingame/monaco-vscode-view-common-service-override 32.0.2 → 33.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/vscode/src/vs/sessions/common/theme.js +25 -25
- package/vscode/src/vs/workbench/api/browser/viewsExtensionPoint.js +56 -56
- package/vscode/src/vs/workbench/browser/actions/helpActions.js +20 -20
- package/vscode/src/vs/workbench/browser/actions/listCommands.js +3 -3
- package/vscode/src/vs/workbench/browser/actions/navigationActions.js +6 -6
- package/vscode/src/vs/workbench/browser/parts/editor/editor.contribution.js +179 -174
- package/vscode/src/vs/workbench/browser/parts/editor/editorConfiguration.js +18 -15
- package/vscode/src/vs/workbench/browser/parts/titlebar/menubar.contribution.js +8 -8
- package/vscode/src/vs/workbench/browser/workbench.zenMode.contribution.js +15 -15
- package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution.js +12 -12
- package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek.js +3 -3
- package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyTree.js +3 -3
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditors.js +2 -4
- package/vscode/src/vs/workbench/contrib/customEditor/common/contributedCustomEditors.js +37 -7
- package/vscode/src/vs/workbench/contrib/customEditor/common/customEditor.d.ts +4 -7
- package/vscode/src/vs/workbench/contrib/customEditor/common/customEditor.js +4 -6
- package/vscode/src/vs/workbench/contrib/customEditor/common/extensionPoint.d.ts +62 -35
- package/vscode/src/vs/workbench/contrib/customEditor/common/extensionPoint.js +68 -52
- package/vscode/src/vs/workbench/contrib/languageStatus/browser/languageStatus.js +7 -7
- package/vscode/src/vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution.js +8 -8
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/commands.js +29 -29
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/devCommands.js +14 -14
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution.js +2 -2
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditorAccessibilityHelp.js +5 -5
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/colors.js +13 -13
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/conflictActions.js +20 -20
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView.js +3 -3
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView.js +10 -10
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView.js +3 -3
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/mergeEditor.js +1 -1
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewModel.js +1 -1
- package/vscode/src/vs/workbench/contrib/preferences/browser/keyboardLayoutPicker.js +12 -12
- package/vscode/src/vs/workbench/contrib/sash/browser/sash.contribution.js +2 -2
- package/vscode/src/vs/workbench/contrib/scrollLocking/browser/scrollLocking.js +7 -7
- package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution.js +10 -10
- package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek.js +3 -3
- package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree.js +3 -3
- package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.js +1 -1
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewCommands.js +5 -5
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution.js +1 -1
- package/vscode/src/vs/workbench/services/editor/browser/editorResolverService.d.ts +2 -2
- package/vscode/src/vs/workbench/services/editor/browser/editorResolverService.js +31 -22
- package/vscode/src/vs/workbench/services/history/browser/historyService.js +9 -9
- package/vscode/src/vs/workbench/services/progress/browser/progressService.js +7 -7
- package/vscode/src/vs/workbench/services/views/browser/viewDescriptorService.js +5 -5
- package/vscode/src/vs/workbench/services/views/browser/viewsService.js +9 -9
|
@@ -25,8 +25,8 @@ class KeybindingsReferenceAction extends Action2 {
|
|
|
25
25
|
super({
|
|
26
26
|
id: KeybindingsReferenceAction.ID,
|
|
27
27
|
title: {
|
|
28
|
-
...( localize2(
|
|
29
|
-
mnemonicTitle: ( localize(
|
|
28
|
+
...( localize2(2874, "Keyboard Shortcuts Reference")),
|
|
29
|
+
mnemonicTitle: ( localize(2875, "&&Keyboard Shortcuts Reference"))
|
|
30
30
|
},
|
|
31
31
|
category: Categories.Help,
|
|
32
32
|
f1: true,
|
|
@@ -62,8 +62,8 @@ class OpenIntroductoryVideosUrlAction extends Action2 {
|
|
|
62
62
|
super({
|
|
63
63
|
id: OpenIntroductoryVideosUrlAction.ID,
|
|
64
64
|
title: {
|
|
65
|
-
...( localize2(
|
|
66
|
-
mnemonicTitle: ( localize(
|
|
65
|
+
...( localize2(2876, "Video Tutorials")),
|
|
66
|
+
mnemonicTitle: ( localize(2877, "&&Video Tutorials"))
|
|
67
67
|
},
|
|
68
68
|
category: Categories.Help,
|
|
69
69
|
f1: true,
|
|
@@ -93,8 +93,8 @@ class OpenTipsAndTricksUrlAction extends Action2 {
|
|
|
93
93
|
super({
|
|
94
94
|
id: OpenTipsAndTricksUrlAction.ID,
|
|
95
95
|
title: {
|
|
96
|
-
...( localize2(
|
|
97
|
-
mnemonicTitle: ( localize(
|
|
96
|
+
...( localize2(2878, "Tips and Tricks")),
|
|
97
|
+
mnemonicTitle: ( localize(2879, "Tips and Tri&&cks"))
|
|
98
98
|
},
|
|
99
99
|
category: Categories.Help,
|
|
100
100
|
f1: true,
|
|
@@ -124,8 +124,8 @@ class OpenDocumentationUrlAction extends Action2 {
|
|
|
124
124
|
super({
|
|
125
125
|
id: OpenDocumentationUrlAction.ID,
|
|
126
126
|
title: {
|
|
127
|
-
...( localize2(
|
|
128
|
-
mnemonicTitle: ( localize(
|
|
127
|
+
...( localize2(2880, "Documentation")),
|
|
128
|
+
mnemonicTitle: ( localize(2881, "&&Documentation"))
|
|
129
129
|
},
|
|
130
130
|
category: Categories.Help,
|
|
131
131
|
f1: true,
|
|
@@ -155,7 +155,7 @@ class OpenNewsletterSignupUrlAction extends Action2 {
|
|
|
155
155
|
constructor() {
|
|
156
156
|
super({
|
|
157
157
|
id: OpenNewsletterSignupUrlAction.ID,
|
|
158
|
-
title: ( localize2(
|
|
158
|
+
title: ( localize2(2882, "Signup for the VS Code Newsletter")),
|
|
159
159
|
category: Categories.Help,
|
|
160
160
|
f1: true
|
|
161
161
|
});
|
|
@@ -180,8 +180,8 @@ class OpenYouTubeUrlAction extends Action2 {
|
|
|
180
180
|
super({
|
|
181
181
|
id: OpenYouTubeUrlAction.ID,
|
|
182
182
|
title: {
|
|
183
|
-
...( localize2(
|
|
184
|
-
mnemonicTitle: ( localize(
|
|
183
|
+
...( localize2(2883, "Join Us on YouTube")),
|
|
184
|
+
mnemonicTitle: ( localize(2884, "&&Join Us on YouTube"))
|
|
185
185
|
},
|
|
186
186
|
category: Categories.Help,
|
|
187
187
|
f1: true,
|
|
@@ -211,8 +211,8 @@ class OpenRequestFeatureUrlAction extends Action2 {
|
|
|
211
211
|
super({
|
|
212
212
|
id: OpenRequestFeatureUrlAction.ID,
|
|
213
213
|
title: {
|
|
214
|
-
...( localize2(
|
|
215
|
-
mnemonicTitle: ( localize(
|
|
214
|
+
...( localize2(2885, "Search Feature Requests")),
|
|
215
|
+
mnemonicTitle: ( localize(2886, "&&Search Feature Requests"))
|
|
216
216
|
},
|
|
217
217
|
category: Categories.Help,
|
|
218
218
|
f1: true,
|
|
@@ -242,8 +242,8 @@ class OpenLicenseUrlAction extends Action2 {
|
|
|
242
242
|
super({
|
|
243
243
|
id: OpenLicenseUrlAction.ID,
|
|
244
244
|
title: {
|
|
245
|
-
...( localize2(
|
|
246
|
-
mnemonicTitle: ( localize(
|
|
245
|
+
...( localize2(2887, "View License")),
|
|
246
|
+
mnemonicTitle: ( localize(2888, "View &&License"))
|
|
247
247
|
},
|
|
248
248
|
category: Categories.Help,
|
|
249
249
|
f1: true,
|
|
@@ -279,8 +279,8 @@ class OpenPrivacyStatementUrlAction extends Action2 {
|
|
|
279
279
|
super({
|
|
280
280
|
id: OpenPrivacyStatementUrlAction.ID,
|
|
281
281
|
title: {
|
|
282
|
-
...( localize2(
|
|
283
|
-
mnemonicTitle: ( localize(
|
|
282
|
+
...( localize2(2889, "Privacy Statement")),
|
|
283
|
+
mnemonicTitle: ( localize(2890, "Privac&&y Statement"))
|
|
284
284
|
},
|
|
285
285
|
category: Categories.Help,
|
|
286
286
|
f1: true,
|
|
@@ -306,7 +306,7 @@ class GetStartedWithAccessibilityFeatures extends Action2 {
|
|
|
306
306
|
constructor() {
|
|
307
307
|
super({
|
|
308
308
|
id: GetStartedWithAccessibilityFeatures.ID,
|
|
309
|
-
title: ( localize2(
|
|
309
|
+
title: ( localize2(2891, "Get Started with Accessibility Features")),
|
|
310
310
|
category: Categories.Help,
|
|
311
311
|
f1: true,
|
|
312
312
|
precondition: ( IsSessionsWindowContext.negate()),
|
|
@@ -330,7 +330,7 @@ class AskVSCodeCopilot extends Action2 {
|
|
|
330
330
|
constructor() {
|
|
331
331
|
super({
|
|
332
332
|
id: AskVSCodeCopilot.ID,
|
|
333
|
-
title: ( localize2(
|
|
333
|
+
title: ( localize2(2892, "Ask @vscode")),
|
|
334
334
|
category: Categories.Help,
|
|
335
335
|
f1: true,
|
|
336
336
|
precondition: ( ContextKeyExpr.and(( ContextKeyExpr.equals("chatSetupHidden", false)), ( ContextKeyExpr.equals("chatSetupDisabledInWorkspace", false)), ( IsSessionsWindowContext.negate())))
|
|
@@ -348,7 +348,7 @@ class AskVSCodeCopilot extends Action2 {
|
|
|
348
348
|
MenuRegistry.appendMenuItem(MenuId.MenubarHelpMenu, {
|
|
349
349
|
command: {
|
|
350
350
|
id: AskVSCodeCopilot.ID,
|
|
351
|
-
title: ( localize2(
|
|
351
|
+
title: ( localize2(2892, "Ask @vscode"))
|
|
352
352
|
},
|
|
353
353
|
order: 7,
|
|
354
354
|
group: "1_welcome",
|
|
@@ -784,13 +784,13 @@ registerAction2(class ToggleStickyScroll extends Action2 {
|
|
|
784
784
|
super({
|
|
785
785
|
id: "tree.toggleStickyScroll",
|
|
786
786
|
title: {
|
|
787
|
-
...( localize2(
|
|
788
|
-
mnemonicTitle: ( localize(
|
|
787
|
+
...( localize2(3020, "Toggle Tree Sticky Scroll")),
|
|
788
|
+
mnemonicTitle: ( localize(3021, "&&Toggle Tree Sticky Scroll"))
|
|
789
789
|
},
|
|
790
790
|
category: "View",
|
|
791
791
|
metadata: {
|
|
792
792
|
description: ( localize(
|
|
793
|
-
|
|
793
|
+
3022,
|
|
794
794
|
"Toggles Sticky Scroll widget at the top of tree structures such as the File Explorer and Debug variables View."
|
|
795
795
|
))
|
|
796
796
|
},
|
|
@@ -163,7 +163,7 @@ registerAction2(class extends BaseNavigationAction {
|
|
|
163
163
|
constructor() {
|
|
164
164
|
super({
|
|
165
165
|
id: "workbench.action.navigateLeft",
|
|
166
|
-
title: ( localize2(
|
|
166
|
+
title: ( localize2(3023, "Navigate to the View on the Left")),
|
|
167
167
|
category: Categories.View,
|
|
168
168
|
f1: true
|
|
169
169
|
}, Direction.Left);
|
|
@@ -173,7 +173,7 @@ registerAction2(class extends BaseNavigationAction {
|
|
|
173
173
|
constructor() {
|
|
174
174
|
super({
|
|
175
175
|
id: "workbench.action.navigateRight",
|
|
176
|
-
title: ( localize2(
|
|
176
|
+
title: ( localize2(3024, "Navigate to the View on the Right")),
|
|
177
177
|
category: Categories.View,
|
|
178
178
|
f1: true
|
|
179
179
|
}, Direction.Right);
|
|
@@ -183,7 +183,7 @@ registerAction2(class extends BaseNavigationAction {
|
|
|
183
183
|
constructor() {
|
|
184
184
|
super({
|
|
185
185
|
id: "workbench.action.navigateUp",
|
|
186
|
-
title: ( localize2(
|
|
186
|
+
title: ( localize2(3025, "Navigate to the View Above")),
|
|
187
187
|
category: Categories.View,
|
|
188
188
|
f1: true
|
|
189
189
|
}, Direction.Up);
|
|
@@ -193,7 +193,7 @@ registerAction2(class extends BaseNavigationAction {
|
|
|
193
193
|
constructor() {
|
|
194
194
|
super({
|
|
195
195
|
id: "workbench.action.navigateDown",
|
|
196
|
-
title: ( localize2(
|
|
196
|
+
title: ( localize2(3026, "Navigate to the View Below")),
|
|
197
197
|
category: Categories.View,
|
|
198
198
|
f1: true
|
|
199
199
|
}, Direction.Down);
|
|
@@ -275,7 +275,7 @@ registerAction2(class extends BaseFocusAction {
|
|
|
275
275
|
constructor() {
|
|
276
276
|
super({
|
|
277
277
|
id: "workbench.action.focusNextPart",
|
|
278
|
-
title: ( localize2(
|
|
278
|
+
title: ( localize2(3027, "Focus Next Part")),
|
|
279
279
|
category: Categories.View,
|
|
280
280
|
f1: true,
|
|
281
281
|
keybinding: {
|
|
@@ -289,7 +289,7 @@ registerAction2(class extends BaseFocusAction {
|
|
|
289
289
|
constructor() {
|
|
290
290
|
super({
|
|
291
291
|
id: "workbench.action.focusPreviousPart",
|
|
292
|
-
title: ( localize2(
|
|
292
|
+
title: ( localize2(3028, "Focus Previous Part")),
|
|
293
293
|
category: Categories.View,
|
|
294
294
|
f1: true,
|
|
295
295
|
keybinding: {
|