@codingame/monaco-vscode-view-common-service-override 14.0.5 → 15.0.0

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.
Files changed (67) hide show
  1. package/index.js +4 -4
  2. package/package.json +44 -43
  3. package/vscode/src/vs/workbench/api/browser/viewsExtensionPoint.js +64 -63
  4. package/vscode/src/vs/workbench/browser/actions/listCommands.js +4 -4
  5. package/vscode/src/vs/workbench/browser/actions/navigationActions.js +7 -7
  6. package/vscode/src/vs/workbench/browser/parts/editor/editor.contribution.js +171 -172
  7. package/vscode/src/vs/workbench/browser/parts/editor/editorConfiguration.js +8 -8
  8. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution.js +13 -13
  9. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek.d.ts +7 -6
  10. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek.js +14 -13
  11. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyTree.js +3 -3
  12. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditor.contribution.js +1 -1
  13. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInputFactory.d.ts +1 -1
  14. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInputFactory.js +2 -2
  15. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditors.js +1 -1
  16. package/vscode/src/vs/workbench/contrib/customEditor/common/contributedCustomEditors.js +2 -2
  17. package/vscode/src/vs/workbench/contrib/customEditor/common/customEditor.js +1 -1
  18. package/vscode/src/vs/workbench/contrib/customEditor/common/extensionPoint.js +12 -12
  19. package/vscode/src/vs/workbench/contrib/languageStatus/browser/languageStatus.js +9 -9
  20. package/vscode/src/vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution.js +8 -8
  21. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/commands.js +27 -27
  22. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/devCommands.js +15 -15
  23. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution.js +4 -4
  24. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/colors.js +13 -13
  25. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editorGutter.d.ts +1 -1
  26. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editorGutter.js +4 -7
  27. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView.js +7 -11
  28. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/codeEditorView.js +5 -6
  29. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView.d.ts +2 -2
  30. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView.js +17 -20
  31. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView.js +10 -12
  32. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/lineAlignment.d.ts +1 -1
  33. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/lineAlignment.js +2 -2
  34. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/mergeEditor.d.ts +3 -3
  35. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/mergeEditor.js +9 -12
  36. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/scrollSynchronizer.js +3 -7
  37. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewModel.d.ts +1 -1
  38. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewModel.js +6 -9
  39. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewZones.js +3 -3
  40. package/vscode/src/vs/workbench/contrib/preferences/browser/keyboardLayoutPicker.js +12 -12
  41. package/vscode/src/vs/workbench/contrib/sash/browser/sash.contribution.js +2 -2
  42. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution.js +11 -11
  43. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek.d.ts +5 -4
  44. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek.js +9 -8
  45. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree.js +3 -3
  46. package/vscode/src/vs/workbench/contrib/webview/browser/overlayWebview.d.ts +1 -1
  47. package/vscode/src/vs/workbench/contrib/webview/browser/overlayWebview.js +1 -1
  48. package/vscode/src/vs/workbench/contrib/webview/browser/themeing.d.ts +2 -2
  49. package/vscode/src/vs/workbench/contrib/webview/browser/themeing.js +1 -1
  50. package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.d.ts +4 -6
  51. package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.js +9 -16
  52. package/vscode/src/vs/workbench/contrib/webview/browser/webviewFindWidget.js +1 -1
  53. package/vscode/src/vs/workbench/contrib/webview/browser/webviewService.d.ts +1 -1
  54. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewCommands.js +7 -7
  55. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditorInputSerializer.d.ts +2 -2
  56. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditorInputSerializer.js +1 -1
  57. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution.js +3 -3
  58. package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewPane.d.ts +1 -2
  59. package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewPane.js +15 -17
  60. package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewService.d.ts +1 -1
  61. package/vscode/src/vs/workbench/services/editor/browser/editorPaneService.js +1 -1
  62. package/vscode/src/vs/workbench/services/editor/browser/editorResolverService.js +10 -10
  63. package/vscode/src/vs/workbench/services/history/browser/historyService.js +10 -10
  64. package/vscode/src/vs/workbench/services/progress/browser/progressService.js +9 -9
  65. package/vscode/src/vs/workbench/services/untitled/common/untitledTextEditorHandler.d.ts +2 -2
  66. package/vscode/src/vs/workbench/services/untitled/common/untitledTextEditorHandler.js +2 -2
  67. package/vscode/src/vs/workbench/services/views/browser/viewDescriptorService.js +6 -6
package/index.js CHANGED
@@ -7,11 +7,11 @@ import { ActivityService } from '@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b2
7
7
  import { IPaneCompositePartService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/panecomposite/browser/panecomposite.service';
8
8
  import { IEditorResolverService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorResolverService.service';
9
9
  import { EditorResolverService } from './vscode/src/vs/workbench/services/editor/browser/editorResolverService.js';
10
- import { BreadcrumbsService } from '@codingame/monaco-vscode-c3c61c00-c254-5856-9dc9-d7929c1f9062-common/vscode/vs/workbench/browser/parts/editor/breadcrumbs';
10
+ import { BreadcrumbsService } from '@codingame/monaco-vscode-ad89fae6-94f0-5ac2-a185-22dea4b68ee0-common/vscode/vs/workbench/browser/parts/editor/breadcrumbs';
11
11
  import { IBreadcrumbsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/browser/parts/editor/breadcrumbs.service';
12
12
  import { IContextViewService } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextview/browser/contextView.service';
13
13
  import { ContextViewService } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextview/browser/contextViewService';
14
- import { ICodeEditorService } from '@codingame/monaco-vscode-api/vscode/vs/editor/browser/services/codeEditorService';
14
+ import { ICodeEditorService } from '@codingame/monaco-vscode-api/vscode/vs/editor/browser/services/codeEditorService.service';
15
15
  import { TextEditorService } from '@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common/vscode/vs/workbench/services/textfile/common/textEditorService';
16
16
  import { ITextEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textEditorService.service';
17
17
  import { CodeEditorService } from '@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common/vscode/vs/workbench/services/editor/browser/codeEditorService';
@@ -56,13 +56,13 @@ import './vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewPanel.cont
56
56
  import './vscode/src/vs/workbench/contrib/externalUriOpener/common/externalUriOpener.contribution.js';
57
57
  import './vscode/src/vs/workbench/contrib/languageStatus/browser/languageStatus.contribution.js';
58
58
  import './vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution.js';
59
- import '@codingame/monaco-vscode-771c2e6d-0284-5ac1-be73-7176085eedc5-common/vscode/vs/workbench/contrib/webview/browser/webview.contribution';
59
+ import '@codingame/monaco-vscode-9b5a5e82-d649-5455-b4bf-ef90d6afd294-common/vscode/vs/workbench/contrib/webview/browser/webview.contribution';
60
60
  import './vscode/src/vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution.js';
61
61
  import './vscode/src/vs/workbench/contrib/sash/browser/sash.contribution.js';
62
62
  import './vscode/src/vs/workbench/contrib/preferences/browser/keyboardLayoutPicker.js';
63
63
  import '@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common/vscode/vs/workbench/browser/parts/editor/editor.contribution._autosave';
64
64
  import '@codingame/monaco-vscode-d481a59e-259c-524e-bee1-76483d75d3a1-common/vscode/vs/workbench/contrib/files/browser/files.contribution._editorPane';
65
- import '@codingame/monaco-vscode-5945a5e2-a66c-5a82-bd2c-1965724b29eb-common/vscode/vs/workbench/contrib/files/browser/fileCommands._save';
65
+ import '@codingame/monaco-vscode-c4e2825a-b5b1-5f0e-b547-068c32e06d50-common/vscode/vs/workbench/contrib/files/browser/fileCommands._save';
66
66
  import './vscode/src/vs/workbench/browser/actions/navigationActions.js';
67
67
  import '@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common/vscode/vs/workbench/browser/style';
68
68
  import './service-override/tools/editorAssets.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-view-common-service-override",
3
- "version": "14.0.5",
3
+ "version": "15.0.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - view-common service-override",
6
6
  "keywords": [],
@@ -15,44 +15,45 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-0c06bfba-d24d-5c4d-90cd-b40cefb7f811-common": "14.0.5",
19
- "@codingame/monaco-vscode-0cc5da60-f921-59b9-bd8c-a018e93c0a6f-common": "14.0.5",
20
- "@codingame/monaco-vscode-0f5ced28-abde-558b-8652-db8e7d4d64aa-common": "14.0.5",
21
- "@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common": "14.0.5",
22
- "@codingame/monaco-vscode-2cbab29e-9393-5de6-b701-9a9555360b6b-common": "14.0.5",
23
- "@codingame/monaco-vscode-40cada32-7e9c-528a-81fc-766e4da54147-common": "14.0.5",
24
- "@codingame/monaco-vscode-44b92f80-48ea-5562-a8d0-18a015f8d845-common": "14.0.5",
25
- "@codingame/monaco-vscode-464d4abe-0937-5367-af84-1b9279e14ea3-common": "14.0.5",
26
- "@codingame/monaco-vscode-4a28f637-7c3c-5e48-a77c-1b7538b38850-common": "14.0.5",
27
- "@codingame/monaco-vscode-4a316137-39d1-5d77-8b53-112db3547c1e-common": "14.0.5",
28
- "@codingame/monaco-vscode-523730aa-81e6-55d7-9916-87ad537fe087-common": "14.0.5",
29
- "@codingame/monaco-vscode-55ed5668-e8ca-5335-a587-790bcf1200c0-common": "14.0.5",
30
- "@codingame/monaco-vscode-5945a5e2-a66c-5a82-bd2c-1965724b29eb-common": "14.0.5",
31
- "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "14.0.5",
32
- "@codingame/monaco-vscode-6980eeab-47bb-5a48-8e15-32caf0785565-common": "14.0.5",
33
- "@codingame/monaco-vscode-7443a901-21f6-577a-9674-42893b997ee0-common": "14.0.5",
34
- "@codingame/monaco-vscode-771c2e6d-0284-5ac1-be73-7176085eedc5-common": "14.0.5",
35
- "@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common": "14.0.5",
36
- "@codingame/monaco-vscode-897bebad-39df-57cb-8a57-36a271d038be-common": "14.0.5",
37
- "@codingame/monaco-vscode-89a82baf-8ded-5b2f-b8af-e5fbd72dc5ad-common": "14.0.5",
38
- "@codingame/monaco-vscode-8ccb7637-50ea-5359-97bf-00015d7fe567-common": "14.0.5",
39
- "@codingame/monaco-vscode-91789cdf-e3cb-5a04-aaeb-6f7df7d3d231-common": "14.0.5",
40
- "@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common": "14.0.5",
41
- "@codingame/monaco-vscode-a17f5129-e16c-5dac-857e-dcd91bfeffa2-common": "14.0.5",
42
- "@codingame/monaco-vscode-a7c9ae3c-16d2-5d17-86b2-981be7094566-common": "14.0.5",
43
- "@codingame/monaco-vscode-api": "14.0.5",
44
- "@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common": "14.0.5",
45
- "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common": "14.0.5",
46
- "@codingame/monaco-vscode-bulk-edit-service-override": "14.0.5",
47
- "@codingame/monaco-vscode-c3c61c00-c254-5856-9dc9-d7929c1f9062-common": "14.0.5",
48
- "@codingame/monaco-vscode-ce8c4b18-4e75-55dd-9656-517347af9de7-common": "14.0.5",
49
- "@codingame/monaco-vscode-d0fb86d3-2a47-594e-955b-9a24631a7124-common": "14.0.5",
50
- "@codingame/monaco-vscode-d481a59e-259c-524e-bee1-76483d75d3a1-common": "14.0.5",
51
- "@codingame/monaco-vscode-e59ecb8c-db32-5324-8fe4-cf9921fd92b8-common": "14.0.5",
52
- "@codingame/monaco-vscode-e72c94ca-257a-5b75-8b68-5a5fa3c18255-common": "14.0.5",
53
- "@codingame/monaco-vscode-eea37658-2307-56a5-8ed0-b2752c7b7a50-common": "14.0.5",
54
- "@codingame/monaco-vscode-f48982c4-9e82-55e2-b800-20e6d1e6096f-common": "14.0.5",
55
- "@codingame/monaco-vscode-ff9fa663-eae3-5274-8573-c2b918871e4b-common": "14.0.5"
18
+ "@codingame/monaco-vscode-09d6ed79-77bb-525d-bd17-ed2bf3adbb38-common": "15.0.0",
19
+ "@codingame/monaco-vscode-0c06bfba-d24d-5c4d-90cd-b40cefb7f811-common": "15.0.0",
20
+ "@codingame/monaco-vscode-0cc5da60-f921-59b9-bd8c-a018e93c0a6f-common": "15.0.0",
21
+ "@codingame/monaco-vscode-0f5ced28-abde-558b-8652-db8e7d4d64aa-common": "15.0.0",
22
+ "@codingame/monaco-vscode-12c5f9eb-72d3-57ca-babd-5bef7aa9de3b-common": "15.0.0",
23
+ "@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common": "15.0.0",
24
+ "@codingame/monaco-vscode-210e86a9-a91b-5273-b05d-390c776dde1f-common": "15.0.0",
25
+ "@codingame/monaco-vscode-29bc1406-2925-5b8f-b25e-d04a7772d896-common": "15.0.0",
26
+ "@codingame/monaco-vscode-38f25ab8-ea30-5ba9-8a08-ae3308c297c0-common": "15.0.0",
27
+ "@codingame/monaco-vscode-40cada32-7e9c-528a-81fc-766e4da54147-common": "15.0.0",
28
+ "@codingame/monaco-vscode-44b92f80-48ea-5562-a8d0-18a015f8d845-common": "15.0.0",
29
+ "@codingame/monaco-vscode-4a316137-39d1-5d77-8b53-112db3547c1e-common": "15.0.0",
30
+ "@codingame/monaco-vscode-523730aa-81e6-55d7-9916-87ad537fe087-common": "15.0.0",
31
+ "@codingame/monaco-vscode-55ed5668-e8ca-5335-a587-790bcf1200c0-common": "15.0.0",
32
+ "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "15.0.0",
33
+ "@codingame/monaco-vscode-6980eeab-47bb-5a48-8e15-32caf0785565-common": "15.0.0",
34
+ "@codingame/monaco-vscode-7559b0be-bfa5-5fe6-b731-1973fe9fffa1-common": "15.0.0",
35
+ "@codingame/monaco-vscode-7ba0af96-90c2-5e11-ad7f-befdbbf246c8-common": "15.0.0",
36
+ "@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common": "15.0.0",
37
+ "@codingame/monaco-vscode-81f603ca-d6ea-5402-90dd-3014dffc63b4-common": "15.0.0",
38
+ "@codingame/monaco-vscode-86d65fc6-30f9-5dca-9501-e249de688591-common": "15.0.0",
39
+ "@codingame/monaco-vscode-897bebad-39df-57cb-8a57-36a271d038be-common": "15.0.0",
40
+ "@codingame/monaco-vscode-89a82baf-8ded-5b2f-b8af-e5fbd72dc5ad-common": "15.0.0",
41
+ "@codingame/monaco-vscode-8ccb7637-50ea-5359-97bf-00015d7fe567-common": "15.0.0",
42
+ "@codingame/monaco-vscode-9b5a5e82-d649-5455-b4bf-ef90d6afd294-common": "15.0.0",
43
+ "@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common": "15.0.0",
44
+ "@codingame/monaco-vscode-a4c2011e-8775-52bd-abf0-4a3c07a9696b-common": "15.0.0",
45
+ "@codingame/monaco-vscode-a7c9ae3c-16d2-5d17-86b2-981be7094566-common": "15.0.0",
46
+ "@codingame/monaco-vscode-ad89fae6-94f0-5ac2-a185-22dea4b68ee0-common": "15.0.0",
47
+ "@codingame/monaco-vscode-aff8bc9b-c6f8-578f-9c8a-f70d14f9c13c-common": "15.0.0",
48
+ "@codingame/monaco-vscode-api": "15.0.0",
49
+ "@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common": "15.0.0",
50
+ "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common": "15.0.0",
51
+ "@codingame/monaco-vscode-bulk-edit-service-override": "15.0.0",
52
+ "@codingame/monaco-vscode-c4e2825a-b5b1-5f0e-b547-068c32e06d50-common": "15.0.0",
53
+ "@codingame/monaco-vscode-d481a59e-259c-524e-bee1-76483d75d3a1-common": "15.0.0",
54
+ "@codingame/monaco-vscode-e59ecb8c-db32-5324-8fe4-cf9921fd92b8-common": "15.0.0",
55
+ "@codingame/monaco-vscode-e72c94ca-257a-5b75-8b68-5a5fa3c18255-common": "15.0.0",
56
+ "@codingame/monaco-vscode-ff9fa663-eae3-5274-8573-c2b918871e4b-common": "15.0.0"
56
57
  },
57
58
  "main": "index.js",
58
59
  "module": "index.js",
@@ -62,12 +63,12 @@
62
63
  "default": "./index.js"
63
64
  },
64
65
  "./vscode/*": {
65
- "default": "./vscode/src/*.js",
66
- "types": "./vscode/src/*.d.ts"
66
+ "types": "./vscode/src/*.d.ts",
67
+ "default": "./vscode/src/*.js"
67
68
  },
68
69
  "./*": {
69
- "default": "./*.js",
70
- "types": "./*.d.ts"
70
+ "types": "./*.d.ts",
71
+ "default": "./*.js"
71
72
  }
72
73
  },
73
74
  "typesVersions": {
@@ -11,11 +11,11 @@ import { Registry } from '@codingame/monaco-vscode-api/vscode/vs/platform/regist
11
11
  import { ThemeIcon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/themables';
12
12
  import { Extensions as Extensions$1 } from '@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common/vscode/vs/workbench/browser/panecomposite';
13
13
  import { CustomTreeView, TreeViewPane } from '@codingame/monaco-vscode-4a316137-39d1-5d77-8b53-112db3547c1e-common/vscode/vs/workbench/browser/parts/views/treeView';
14
- import { ViewPaneContainer } from '@codingame/monaco-vscode-91789cdf-e3cb-5a04-aaeb-6f7df7d3d231-common/vscode/vs/workbench/browser/parts/views/viewPaneContainer';
14
+ import { ViewPaneContainer } from '@codingame/monaco-vscode-12c5f9eb-72d3-57ca-babd-5bef7aa9de3b-common/vscode/vs/workbench/browser/parts/views/viewPaneContainer';
15
15
  import { registerWorkbenchContribution2, WorkbenchPhase } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions';
16
16
  import { Extensions, ViewContainerLocation } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views';
17
17
  import { VIEWLET_ID as VIEWLET_ID$3 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/debug/common/debug';
18
- import { VIEWLET_ID as VIEWLET_ID$1 } from '@codingame/monaco-vscode-eea37658-2307-56a5-8ed0-b2752c7b7a50-common/vscode/vs/workbench/contrib/files/common/files';
18
+ import { VIEWLET_ID as VIEWLET_ID$1 } from '@codingame/monaco-vscode-a4c2011e-8775-52bd-abf0-4a3c07a9696b-common/vscode/vs/workbench/contrib/files/common/files';
19
19
  import { VIEWLET_ID } from '@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common/vscode/vs/workbench/contrib/remote/browser/remoteExplorer';
20
20
  import { VIEWLET_ID as VIEWLET_ID$2 } from '@codingame/monaco-vscode-ff9fa663-eae3-5274-8573-c2b918871e4b-common/vscode/vs/workbench/contrib/scm/common/scm';
21
21
  import { WebviewViewPane } from '../../contrib/webviewView/browser/webviewViewPane.js';
@@ -31,19 +31,19 @@ const viewsContainerSchema = {
31
31
  properties: {
32
32
  id: {
33
33
  description: ( localize(
34
- 2380,
34
+ 2388,
35
35
  "Unique id used to identify the container in which views can be contributed using 'views' contribution point"
36
36
  )),
37
37
  type: 'string',
38
38
  pattern: '^[a-zA-Z0-9_-]+$'
39
39
  },
40
40
  title: {
41
- description: ( localize(2381, 'Human readable string used to render the container')),
41
+ description: ( localize(2389, 'Human readable string used to render the container')),
42
42
  type: 'string'
43
43
  },
44
44
  icon: {
45
45
  description: ( localize(
46
- 2382,
46
+ 2390,
47
47
  "Path to the container icon. Icons are 24x24 centered on a 50x40 block and have a fill color of 'rgb(215, 218, 224)' or '#d7dae0'. It is recommended that icons be in SVG, though any image file type is accepted."
48
48
  )),
49
49
  type: 'string'
@@ -52,20 +52,21 @@ const viewsContainerSchema = {
52
52
  required: ['id', 'title', 'icon']
53
53
  };
54
54
  const viewsContainersContribution = {
55
- description: ( localize(2383, 'Contributes views containers to the editor')),
55
+ description: ( localize(2391, 'Contributes views containers to the editor')),
56
56
  type: 'object',
57
57
  properties: {
58
58
  'activitybar': {
59
- description: ( localize(2384, "Contribute views containers to Activity Bar")),
59
+ description: ( localize(2392, "Contribute views containers to Activity Bar")),
60
60
  type: 'array',
61
61
  items: viewsContainerSchema
62
62
  },
63
63
  'panel': {
64
- description: ( localize(2385, "Contribute views containers to Panel")),
64
+ description: ( localize(2393, "Contribute views containers to Panel")),
65
65
  type: 'array',
66
66
  items: viewsContainerSchema
67
67
  }
68
- }
68
+ },
69
+ additionalProperties: false
69
70
  };
70
71
  var ViewType;
71
72
  (function (ViewType) {
@@ -80,12 +81,12 @@ var InitialVisibility;
80
81
  })(InitialVisibility || (InitialVisibility = {}));
81
82
  const viewDescriptor = {
82
83
  type: 'object',
83
- required: ['id', 'name'],
84
- defaultSnippets: [{ body: { id: '${1:id}', name: '${2:name}' } }],
84
+ required: ['id', 'name', 'icon'],
85
+ defaultSnippets: [{ body: { id: '${1:id}', name: '${2:name}', icon: '${3:icon}' } }],
85
86
  properties: {
86
87
  type: {
87
88
  markdownDescription: ( localize(
88
- 2386,
89
+ 2394,
89
90
  "Type of the view. This can either be `tree` for a tree view based view or `webview` for a webview based view. The default is `tree`."
90
91
  )),
91
92
  type: 'string',
@@ -94,45 +95,45 @@ const viewDescriptor = {
94
95
  'webview',
95
96
  ],
96
97
  markdownEnumDescriptions: [
97
- ( localize(2387, "The view is backed by a `TreeView` created by `createTreeView`.")),
98
+ ( localize(2395, "The view is backed by a `TreeView` created by `createTreeView`.")),
98
99
  ( localize(
99
- 2388,
100
+ 2396,
100
101
  "The view is backed by a `WebviewView` registered by `registerWebviewViewProvider`."
101
102
  )),
102
103
  ]
103
104
  },
104
105
  id: {
105
106
  markdownDescription: ( localize(
106
- 2389,
107
+ 2397,
107
108
  'Identifier of the view. This should be unique across all views. It is recommended to include your extension id as part of the view id. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.'
108
109
  )),
109
110
  type: 'string'
110
111
  },
111
112
  name: {
112
- description: ( localize(2390, 'The human-readable name of the view. Will be shown')),
113
+ description: ( localize(2398, 'The human-readable name of the view. Will be shown')),
113
114
  type: 'string'
114
115
  },
115
116
  when: {
116
- description: ( localize(2391, 'Condition which must be true to show this view')),
117
+ description: ( localize(2399, 'Condition which must be true to show this view')),
117
118
  type: 'string'
118
119
  },
119
120
  icon: {
120
121
  description: ( localize(
121
- 2392,
122
+ 2400,
122
123
  "Path to the view icon. View icons are displayed when the name of the view cannot be shown. It is recommended that icons be in SVG, though any image file type is accepted."
123
124
  )),
124
125
  type: 'string'
125
126
  },
126
127
  contextualTitle: {
127
128
  description: ( localize(
128
- 2393,
129
+ 2401,
129
130
  "Human-readable context for when the view is moved out of its original location. By default, the view's container name will be used."
130
131
  )),
131
132
  type: 'string'
132
133
  },
133
134
  visibility: {
134
135
  description: ( localize(
135
- 2394,
136
+ 2402,
136
137
  "Initial state of the view when the extension is first installed. Once the user has changed the view state by collapsing, moving, or hiding the view, the initial state will not be used again."
137
138
  )),
138
139
  type: 'string',
@@ -144,27 +145,27 @@ const viewDescriptor = {
144
145
  default: 'visible',
145
146
  enumDescriptions: [
146
147
  ( localize(
147
- 2395,
148
+ 2403,
148
149
  "The default initial state for the view. In most containers the view will be expanded, however; some built-in containers (explorer, scm, and debug) show all contributed views collapsed regardless of the `visibility`."
149
150
  )),
150
151
  ( localize(
151
- 2396,
152
+ 2404,
152
153
  "The view will not be shown in the view container, but will be discoverable through the views menu and other view entry points and can be un-hidden by the user."
153
154
  )),
154
- ( localize(2397, "The view will show in the view container, but will be collapsed."))
155
+ ( localize(2405, "The view will show in the view container, but will be collapsed."))
155
156
  ]
156
157
  },
157
158
  initialSize: {
158
159
  type: 'number',
159
160
  description: ( localize(
160
- 2398,
161
+ 2406,
161
162
  "The initial size of the view. The size will behave like the css 'flex' property, and will set the initial size when the view is first shown. In the side bar, this is the height of the view. This value is only respected when the same extension owns both the view and the view container."
162
163
  )),
163
164
  },
164
165
  accessibilityHelpContent: {
165
166
  type: 'string',
166
167
  markdownDescription: ( localize(
167
- 2399,
168
+ 2407,
168
169
  "When the accessibility help dialog is invoked in this view, this content will be presented to the user as a markdown string. Keybindings will be resolved when provided in the format of <keybinding:commandId>. If there is no keybinding, that will be indicated and this command will be included in a quickpick for easy configuration."
169
170
  ))
170
171
  }
@@ -176,25 +177,25 @@ const remoteViewDescriptor = {
176
177
  properties: {
177
178
  id: {
178
179
  description: ( localize(
179
- 2389,
180
+ 2397,
180
181
  'Identifier of the view. This should be unique across all views. It is recommended to include your extension id as part of the view id. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.'
181
182
  )),
182
183
  type: 'string'
183
184
  },
184
185
  name: {
185
- description: ( localize(2390, 'The human-readable name of the view. Will be shown')),
186
+ description: ( localize(2398, 'The human-readable name of the view. Will be shown')),
186
187
  type: 'string'
187
188
  },
188
189
  when: {
189
- description: ( localize(2391, 'Condition which must be true to show this view')),
190
+ description: ( localize(2399, 'Condition which must be true to show this view')),
190
191
  type: 'string'
191
192
  },
192
193
  group: {
193
- description: ( localize(2400, 'Nested group in the viewlet')),
194
+ description: ( localize(2408, 'Nested group in the viewlet')),
194
195
  type: 'string'
195
196
  },
196
197
  remoteName: {
197
- description: ( localize(2401, 'The name of the remote type associated with this view')),
198
+ description: ( localize(2409, 'The name of the remote type associated with this view')),
198
199
  type: ['string', 'array'],
199
200
  items: {
200
201
  type: 'string'
@@ -203,36 +204,36 @@ const remoteViewDescriptor = {
203
204
  }
204
205
  };
205
206
  const viewsContribution = {
206
- description: ( localize(2402, "Contributes views to the editor")),
207
+ description: ( localize(2410, "Contributes views to the editor")),
207
208
  type: 'object',
208
209
  properties: {
209
210
  'explorer': {
210
- description: ( localize(2403, "Contributes views to Explorer container in the Activity bar")),
211
+ description: ( localize(2411, "Contributes views to Explorer container in the Activity bar")),
211
212
  type: 'array',
212
213
  items: viewDescriptor,
213
214
  default: []
214
215
  },
215
216
  'debug': {
216
- description: ( localize(2404, "Contributes views to Debug container in the Activity bar")),
217
+ description: ( localize(2412, "Contributes views to Debug container in the Activity bar")),
217
218
  type: 'array',
218
219
  items: viewDescriptor,
219
220
  default: []
220
221
  },
221
222
  'scm': {
222
- description: ( localize(2405, "Contributes views to SCM container in the Activity bar")),
223
+ description: ( localize(2413, "Contributes views to SCM container in the Activity bar")),
223
224
  type: 'array',
224
225
  items: viewDescriptor,
225
226
  default: []
226
227
  },
227
228
  'test': {
228
- description: ( localize(2406, "Contributes views to Test container in the Activity bar")),
229
+ description: ( localize(2414, "Contributes views to Test container in the Activity bar")),
229
230
  type: 'array',
230
231
  items: viewDescriptor,
231
232
  default: []
232
233
  },
233
234
  'remote': {
234
235
  description: ( localize(
235
- 2407,
236
+ 2415,
236
237
  "Contributes views to Remote container in the Activity bar. To contribute to this container, enableProposedApi needs to be turned on"
237
238
  )),
238
239
  type: 'array',
@@ -241,7 +242,7 @@ const viewsContribution = {
241
242
  }
242
243
  },
243
244
  additionalProperties: {
244
- description: ( localize(2408, "Contributes views to contributed views container")),
245
+ description: ( localize(2416, "Contributes views to contributed views container")),
245
246
  type: 'array',
246
247
  items: viewDescriptor,
247
248
  default: []
@@ -323,13 +324,13 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
323
324
  }
324
325
  isValidViewsContainer(viewsContainersDescriptors, collector) {
325
326
  if (!Array.isArray(viewsContainersDescriptors)) {
326
- collector.error(( localize(2409, "views containers must be an array")));
327
+ collector.error(( localize(2417, "views containers must be an array")));
327
328
  return false;
328
329
  }
329
330
  for (const descriptor of viewsContainersDescriptors) {
330
331
  if (typeof descriptor.id !== 'string' && isFalsyOrWhitespace(descriptor.id)) {
331
332
  collector.error(( localize(
332
- 2410,
333
+ 2418,
333
334
  "property `{0}` is mandatory and must be of type `string` with non-empty value. Only alphanumeric characters, '_', and '-' are allowed.",
334
335
  'id'
335
336
  )));
@@ -337,23 +338,23 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
337
338
  }
338
339
  if (!(/^[a-z0-9_-]+$/i.test(descriptor.id))) {
339
340
  collector.error(( localize(
340
- 2410,
341
+ 2418,
341
342
  "property `{0}` is mandatory and must be of type `string` with non-empty value. Only alphanumeric characters, '_', and '-' are allowed.",
342
343
  'id'
343
344
  )));
344
345
  return false;
345
346
  }
346
347
  if (typeof descriptor.title !== 'string') {
347
- collector.error(( localize(2411, "property `{0}` is mandatory and must be of type `string`", 'title')));
348
+ collector.error(( localize(2419, "property `{0}` is mandatory and must be of type `string`", 'title')));
348
349
  return false;
349
350
  }
350
351
  if (typeof descriptor.icon !== 'string') {
351
- collector.error(( localize(2411, "property `{0}` is mandatory and must be of type `string`", 'icon')));
352
+ collector.error(( localize(2419, "property `{0}` is mandatory and must be of type `string`", 'icon')));
352
353
  return false;
353
354
  }
354
355
  if (isFalsyOrWhitespace(descriptor.title)) {
355
356
  collector.warn(( localize(
356
- 2412,
357
+ 2420,
357
358
  "property `{0}` is mandatory and must be of type `string` with non-empty value",
358
359
  'title'
359
360
  )));
@@ -423,7 +424,7 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
423
424
  }
424
425
  if (key === 'remote' && !isProposedApiEnabled(extension.description, 'contribViewsRemote')) {
425
426
  collector.warn(( localize(
426
- 2413,
427
+ 2421,
427
428
  "View container '{0}' requires 'enabledApiProposals: [\"contribViewsRemote\"]' to be added to 'Remote'.",
428
429
  key
429
430
  )));
@@ -432,7 +433,7 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
432
433
  const viewContainer = this.getViewContainer(key);
433
434
  if (!viewContainer) {
434
435
  collector.warn(( localize(
435
- 2414,
436
+ 2422,
436
437
  "View container '{0}' does not exist and all views registered to it will be added to 'Explorer'.",
437
438
  key
438
439
  )));
@@ -442,11 +443,11 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
442
443
  for (let index = 0; index < value.length; index++) {
443
444
  const item = value[index];
444
445
  if (( viewIds.has(item.id))) {
445
- collector.error(( localize(2415, "Cannot register multiple views with same id `{0}`", item.id)));
446
+ collector.error(( localize(2423, "Cannot register multiple views with same id `{0}`", item.id)));
446
447
  continue;
447
448
  }
448
449
  if (this.viewsRegistry.getView(item.id) !== null) {
449
- collector.error(( localize(2416, "A view with id `{0}` is already registered.", item.id)));
450
+ collector.error(( localize(2424, "A view with id `{0}` is already registered.", item.id)));
450
451
  continue;
451
452
  }
452
453
  const order = ExtensionIdentifier.equals(extension.description.identifier, container.extensionId)
@@ -461,7 +462,7 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
461
462
  const initialVisibility = this.convertInitialVisibility(item.visibility);
462
463
  const type = this.getViewType(item.type);
463
464
  if (!type) {
464
- collector.error(( localize(2417, "Unknown view type `{0}`.", item.type)));
465
+ collector.error(( localize(2425, "Unknown view type `{0}`.", item.type)));
465
466
  continue;
466
467
  }
467
468
  let weight = undefined;
@@ -543,29 +544,29 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
543
544
  }
544
545
  isValidViewDescriptors(viewDescriptors, collector) {
545
546
  if (!Array.isArray(viewDescriptors)) {
546
- collector.error(( localize(2418, "views must be an array")));
547
+ collector.error(( localize(2426, "views must be an array")));
547
548
  return false;
548
549
  }
549
550
  for (const descriptor of viewDescriptors) {
550
551
  if (typeof descriptor.id !== 'string') {
551
- collector.error(( localize(2411, "property `{0}` is mandatory and must be of type `string`", 'id')));
552
+ collector.error(( localize(2419, "property `{0}` is mandatory and must be of type `string`", 'id')));
552
553
  return false;
553
554
  }
554
555
  if (typeof descriptor.name !== 'string') {
555
- collector.error(( localize(2411, "property `{0}` is mandatory and must be of type `string`", 'name')));
556
+ collector.error(( localize(2419, "property `{0}` is mandatory and must be of type `string`", 'name')));
556
557
  return false;
557
558
  }
558
559
  if (descriptor.when && typeof descriptor.when !== 'string') {
559
- collector.error(( localize(2419, "property `{0}` can be omitted or must be of type `string`", 'when')));
560
+ collector.error(( localize(2427, "property `{0}` can be omitted or must be of type `string`", 'when')));
560
561
  return false;
561
562
  }
562
563
  if (descriptor.icon && typeof descriptor.icon !== 'string') {
563
- collector.error(( localize(2419, "property `{0}` can be omitted or must be of type `string`", 'icon')));
564
+ collector.error(( localize(2427, "property `{0}` can be omitted or must be of type `string`", 'icon')));
564
565
  return false;
565
566
  }
566
567
  if (descriptor.contextualTitle && typeof descriptor.contextualTitle !== 'string') {
567
568
  collector.error(( localize(
568
- 2419,
569
+ 2427,
569
570
  "property `{0}` can be omitted or must be of type `string`",
570
571
  'contextualTitle'
571
572
  )));
@@ -573,7 +574,7 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
573
574
  }
574
575
  if (descriptor.visibility && !this.convertInitialVisibility(descriptor.visibility)) {
575
576
  collector.error(( localize(
576
- 2420,
577
+ 2428,
577
578
  "property `{0}` can be omitted or must be one of {1}",
578
579
  'visibility',
579
580
  ( Object.values(InitialVisibility)).join(', ')
@@ -625,9 +626,9 @@ class ViewContainersDataRenderer extends Disposable {
625
626
  return { data: { headers: [], rows: [] }, dispose: () => { } };
626
627
  }
627
628
  const headers = [
628
- ( localize(2421, "ID")),
629
- ( localize(2422, "Title")),
630
- ( localize(2423, "Where")),
629
+ ( localize(2429, "ID")),
630
+ ( localize(2430, "Title")),
631
+ ( localize(2431, "Where")),
631
632
  ];
632
633
  const rows = ( viewContainers
633
634
  .sort((a, b) => a.id.localeCompare(b.id))
@@ -666,9 +667,9 @@ class ViewsDataRenderer extends Disposable {
666
667
  return { data: { headers: [], rows: [] }, dispose: () => { } };
667
668
  }
668
669
  const headers = [
669
- ( localize(2424, "ID")),
670
- ( localize(2425, "Name")),
671
- ( localize(2423, "Where")),
670
+ ( localize(2432, "ID")),
671
+ ( localize(2433, "Name")),
672
+ ( localize(2431, "Where")),
672
673
  ];
673
674
  const rows = ( views
674
675
  .sort((a, b) => a.id.localeCompare(b.id))
@@ -690,7 +691,7 @@ class ViewsDataRenderer extends Disposable {
690
691
  }
691
692
  ( Registry.as(Extensions$2.ExtensionFeaturesRegistry)).registerExtensionFeature({
692
693
  id: 'viewsContainers',
693
- label: ( localize(2426, "View Containers")),
694
+ label: ( localize(2434, "View Containers")),
694
695
  access: {
695
696
  canToggle: false
696
697
  },
@@ -698,7 +699,7 @@ class ViewsDataRenderer extends Disposable {
698
699
  });
699
700
  ( Registry.as(Extensions$2.ExtensionFeaturesRegistry)).registerExtensionFeature({
700
701
  id: 'views',
701
- label: ( localize(2427, "Views")),
702
+ label: ( localize(2435, "Views")),
702
703
  access: {
703
704
  canToggle: false
704
705
  },
@@ -1,5 +1,5 @@
1
1
 
2
- import { KeyCode, KeyMod, KeyChord } from '@codingame/monaco-vscode-api/vscode/vs/base/common/keyCodes';
2
+ import { KeyMod, KeyCode, KeyChord } from '@codingame/monaco-vscode-api/vscode/vs/base/common/keyCodes';
3
3
  import { KeybindingsRegistry, KeybindingWeight } from '@codingame/monaco-vscode-api/vscode/vs/platform/keybinding/common/keybindingsRegistry';
4
4
  import { List } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/ui/list/listWidget';
5
5
  import { WorkbenchListSelectionNavigation, WorkbenchListFocusContextKey, WorkbenchListSupportsMultiSelectContextKey, WorkbenchTreeElementCanCollapse, WorkbenchTreeElementHasParent, WorkbenchTreeStickyScrollFocused, getSelectionKeyboardEvent, WorkbenchTreeElementCanExpand, WorkbenchTreeElementHasChild, WorkbenchListHasSelectionOrFocus, RawWorkbenchListFocusContextKey, WorkbenchListSupportsFind, WorkbenchTreeFindOpen, WorkbenchListScrollAtTopContextKey, WorkbenchListScrollAtBottomContextKey } from '@codingame/monaco-vscode-api/vscode/vs/platform/list/browser/listService';
@@ -782,12 +782,12 @@ registerAction2(class ToggleStickyScroll extends Action2 {
782
782
  super({
783
783
  id: 'tree.toggleStickyScroll',
784
784
  title: {
785
- ...( localize2(2667, "Toggle Tree Sticky Scroll")),
786
- mnemonicTitle: ( localize(2668, "&&Toggle Tree Sticky Scroll")),
785
+ ...( localize2(2675, "Toggle Tree Sticky Scroll")),
786
+ mnemonicTitle: ( localize(2676, "&&Toggle Tree Sticky Scroll")),
787
787
  },
788
788
  category: 'View',
789
789
  metadata: { description: ( localize(
790
- 2669,
790
+ 2677,
791
791
  "Toggles Sticky Scroll widget at the top of tree structures such as the File Explorer and Debug variables View."
792
792
  )) },
793
793
  f1: true