@codingame/monaco-vscode-a8d3bd74-e63e-5327-96e8-4f931661e329-common 19.1.4 → 20.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-a8d3bd74-e63e-5327-96e8-4f931661e329-common",
3
- "version": "19.1.4",
3
+ "version": "20.0.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - common package (bulk-edit, chat, debug, edit-sessions, explorer, extension-gallery, extensions, markers, mcp, outline, output, remote-agent, scm, search, terminal, testing, timeline, user-data-sync, view-common, views, workbench)",
6
6
  "keywords": [],
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-501b06ab-3f58-516b-8a1a-c29d375d3da4-common": "19.1.4",
19
- "@codingame/monaco-vscode-60014c9d-b815-501d-83a9-4b08725c2ec2-common": "19.1.4",
20
- "@codingame/monaco-vscode-api": "19.1.4"
18
+ "@codingame/monaco-vscode-501b06ab-3f58-516b-8a1a-c29d375d3da4-common": "20.0.0",
19
+ "@codingame/monaco-vscode-60014c9d-b815-501d-83a9-4b08725c2ec2-common": "20.0.0",
20
+ "@codingame/monaco-vscode-api": "20.0.0"
21
21
  },
22
22
  "exports": {
23
23
  ".": {
@@ -54,7 +54,7 @@ registerCss(paneviewlet);
54
54
  const ViewsSubMenu = ( new MenuId('Views'));
55
55
  MenuRegistry.appendMenuItem(MenuId.ViewContainerTitle, {
56
56
  submenu: ViewsSubMenu,
57
- title: ( localize(3564, "Views")),
57
+ title: ( localize(3602, "Views")),
58
58
  order: 1,
59
59
  });
60
60
  var DropDirection;
@@ -993,7 +993,7 @@ registerAction2(class MoveViewUp extends MoveViewPosition {
993
993
  constructor() {
994
994
  super({
995
995
  id: 'views.moveViewUp',
996
- title: ( localize(3565, "Move View Up")),
996
+ title: ( localize(3603, "Move View Up")),
997
997
  keybinding: {
998
998
  primary: KeyChord(KeyMod.CtrlCmd + KeyCode.KeyK, KeyCode.UpArrow),
999
999
  weight: KeybindingWeight.WorkbenchContrib + 1,
@@ -1006,7 +1006,7 @@ registerAction2(class MoveViewLeft extends MoveViewPosition {
1006
1006
  constructor() {
1007
1007
  super({
1008
1008
  id: 'views.moveViewLeft',
1009
- title: ( localize(3566, "Move View Left")),
1009
+ title: ( localize(3604, "Move View Left")),
1010
1010
  keybinding: {
1011
1011
  primary: KeyChord(KeyMod.CtrlCmd + KeyCode.KeyK, KeyCode.LeftArrow),
1012
1012
  weight: KeybindingWeight.WorkbenchContrib + 1,
@@ -1019,7 +1019,7 @@ registerAction2(class MoveViewDown extends MoveViewPosition {
1019
1019
  constructor() {
1020
1020
  super({
1021
1021
  id: 'views.moveViewDown',
1022
- title: ( localize(3567, "Move View Down")),
1022
+ title: ( localize(3605, "Move View Down")),
1023
1023
  keybinding: {
1024
1024
  primary: KeyChord(KeyMod.CtrlCmd + KeyCode.KeyK, KeyCode.DownArrow),
1025
1025
  weight: KeybindingWeight.WorkbenchContrib + 1,
@@ -1032,7 +1032,7 @@ registerAction2(class MoveViewRight extends MoveViewPosition {
1032
1032
  constructor() {
1033
1033
  super({
1034
1034
  id: 'views.moveViewRight',
1035
- title: ( localize(3568, "Move View Right")),
1035
+ title: ( localize(3606, "Move View Right")),
1036
1036
  keybinding: {
1037
1037
  primary: KeyChord(KeyMod.CtrlCmd + KeyCode.KeyK, KeyCode.RightArrow),
1038
1038
  weight: KeybindingWeight.WorkbenchContrib + 1,
@@ -1045,7 +1045,7 @@ registerAction2(class MoveViews extends Action2 {
1045
1045
  constructor() {
1046
1046
  super({
1047
1047
  id: 'vscode.moveViews',
1048
- title: ( localize(3569, "Move Views")),
1048
+ title: ( localize(3607, "Move Views")),
1049
1049
  });
1050
1050
  }
1051
1051
  async run(accessor, options) {