monaco-editor-core 0.54.0-dev-20250911 → 0.54.0-dev-20250912

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 (49) hide show
  1. package/esm/nls.messages.de.js +1 -1
  2. package/esm/nls.messages.es.js +1 -1
  3. package/esm/nls.messages.fr.js +1 -1
  4. package/esm/nls.messages.it.js +1 -1
  5. package/esm/nls.messages.ja.js +1 -1
  6. package/esm/nls.messages.ko.js +1 -1
  7. package/esm/nls.messages.ru.js +1 -1
  8. package/esm/nls.messages.zh-cn.js +1 -1
  9. package/esm/nls.messages.zh-tw.js +1 -1
  10. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  11. package/esm/vs/base/browser/ui/menu/menu.js +2 -0
  12. package/esm/vs/base/browser/ui/menu/menu.js.map +1 -1
  13. package/esm/vs/base/common/observableInternal/index.js +3 -0
  14. package/esm/vs/base/common/observableInternal/index.js.map +1 -1
  15. package/esm/vs/base/common/observableInternal/logging/debugGetDependencyGraph.js +71 -0
  16. package/esm/vs/base/common/observableInternal/logging/debugGetDependencyGraph.js.map +1 -0
  17. package/esm/vs/base/common/observableInternal/observables/baseObservable.js +4 -0
  18. package/esm/vs/base/common/observableInternal/observables/baseObservable.js.map +1 -1
  19. package/esm/vs/base/common/observableInternal/observables/derivedImpl.js +10 -0
  20. package/esm/vs/base/common/observableInternal/observables/derivedImpl.js.map +1 -1
  21. package/esm/vs/base/common/observableInternal/observables/observableFromEvent.js +3 -0
  22. package/esm/vs/base/common/observableInternal/observables/observableFromEvent.js.map +1 -1
  23. package/esm/vs/base/common/observableInternal/reactions/autorunImpl.js +9 -0
  24. package/esm/vs/base/common/observableInternal/reactions/autorunImpl.js.map +1 -1
  25. package/esm/vs/editor/browser/widget/diffEditor/commands.js +12 -1
  26. package/esm/vs/editor/browser/widget/diffEditor/commands.js.map +1 -1
  27. package/esm/vs/editor/browser/widget/diffEditor/diffEditorWidget.js +25 -0
  28. package/esm/vs/editor/browser/widget/diffEditor/diffEditorWidget.js.map +1 -1
  29. package/esm/vs/editor/common/core/ranges/lineRange.js +3 -0
  30. package/esm/vs/editor/common/core/ranges/lineRange.js.map +1 -1
  31. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js +4 -1
  32. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js.map +1 -1
  33. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js +2 -0
  34. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js.map +1 -1
  35. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViewProducer.js +1 -0
  36. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViewProducer.js.map +1 -1
  37. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +2 -1
  38. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js.map +1 -1
  39. package/esm/vs/platform/quickinput/browser/quickInput.js +1 -1
  40. package/esm/vs/platform/quickinput/browser/quickInput.js.map +1 -1
  41. package/esm/vs/platform/quickinput/browser/quickInputController.js +4 -0
  42. package/esm/vs/platform/quickinput/browser/quickInputController.js.map +1 -1
  43. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeController.js +12 -0
  44. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeController.js.map +1 -1
  45. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeRenderer.js +11 -5
  46. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeRenderer.js.map +1 -1
  47. package/esm/vs/platform/quickinput/common/quickInput.js.map +1 -1
  48. package/package.json +6 -2
  49. package/version.txt +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20250911(c5e6b5203456aa19d8a48533adcb01bf24c6ee85)
3
+ * Version: 0.54.0-dev-20250912(1b33d5dced070e8e1b00f7b468693a5a780985bd)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -654,6 +654,8 @@ class SubmenuMenuActionViewItem extends BaseMenuActionViewItem {
654
654
  this.submenuContainer.style.position = 'fixed';
655
655
  this.submenuContainer.style.top = '0';
656
656
  this.submenuContainer.style.left = '0';
657
+ // Fix to #263546, for submenu of treeView view/item/context z-index issue - ensure submenu appears above other elements
658
+ this.submenuContainer.style.zIndex = '1';
657
659
  this.parentData.submenu = new Menu(this.submenuContainer, this.submenuActions.length ? this.submenuActions : [new EmptySubmenuAction()], this.submenuOptions, this.menuStyle);
658
660
  // layout submenu
659
661
  const entryBox = this.element.getBoundingClientRect();