monaco-editor-core 0.55.0-dev-20251007 → 0.55.0-dev-20251008

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 (40) 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/tree/abstractTree.js +2 -5
  11. package/esm/vs/base/browser/ui/tree/abstractTree.js.map +1 -1
  12. package/esm/vs/base/browser/ui/tree/asyncDataTree.js +6 -8
  13. package/esm/vs/base/browser/ui/tree/asyncDataTree.js.map +1 -1
  14. package/esm/vs/base/browser/ui/tree/dataTree.js.map +1 -1
  15. package/esm/vs/base/browser/ui/tree/indexTreeModel.js +1 -2
  16. package/esm/vs/base/browser/ui/tree/indexTreeModel.js.map +1 -1
  17. package/esm/vs/base/browser/ui/tree/objectTree.js.map +1 -1
  18. package/esm/vs/base/common/normalization.js +39 -0
  19. package/esm/vs/base/common/normalization.js.map +1 -0
  20. package/esm/vs/base/common/process.js +0 -1
  21. package/esm/vs/base/common/process.js.map +1 -1
  22. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js +1 -0
  23. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js.map +1 -1
  24. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditWithChanges.js +2 -1
  25. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditWithChanges.js.map +1 -1
  26. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
  27. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js.map +1 -1
  28. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js +27 -1
  29. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js.map +1 -1
  30. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViewProducer.js +1 -1
  31. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViewProducer.js.map +1 -1
  32. package/esm/vs/platform/dataChannel/browser/forwardingTelemetryService.js +1 -2
  33. package/esm/vs/platform/dataChannel/browser/forwardingTelemetryService.js.map +1 -1
  34. package/esm/vs/platform/dnd/browser/dnd.js +1 -3
  35. package/esm/vs/platform/dnd/browser/dnd.js.map +1 -1
  36. package/esm/vs/platform/product/common/product.js +1 -2
  37. package/esm/vs/platform/product/common/product.js.map +1 -1
  38. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +26 -2
  39. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js.map +1 -1
  40. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
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.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
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.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
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.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
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.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
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.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
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.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
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.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
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.55.0-dev-20251007(7c2310116c57517348bbd868a21139f32454be22)
3
+ * Version: 0.55.0-dev-20251008(7c2310116c57517348bbd868a21139f32454be22)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -127,11 +127,9 @@ function asListOptions(modelProvider, disposableStore, options) {
127
127
  dnd: options.dnd && disposableStore.add(new TreeNodeListDragAndDrop(modelProvider, options.dnd)),
128
128
  multipleSelectionController: options.multipleSelectionController && {
129
129
  isSelectionSingleChangeEvent(e) {
130
- // eslint-disable-next-line local/code-no-any-casts
131
130
  return options.multipleSelectionController.isSelectionSingleChangeEvent({ ...e, element: e.element });
132
131
  },
133
132
  isSelectionRangeChangeEvent(e) {
134
- // eslint-disable-next-line local/code-no-any-casts
135
133
  return options.multipleSelectionController.isSelectionRangeChangeEvent({ ...e, element: e.element });
136
134
  }
137
135
  },
@@ -776,7 +774,6 @@ export class FindController extends AbstractFindController {
776
774
  if (this.filter.totalCount > 0 && this.filter.matchCount <= 1) {
777
775
  return true;
778
776
  }
779
- // eslint-disable-next-line local/code-no-any-casts
780
777
  return !FuzzyScore.isDefault(node.filterData);
781
778
  }
782
779
  render() {
@@ -1516,8 +1513,8 @@ class Trait {
1516
1513
  this.onDidChange = this._onDidChange.event;
1517
1514
  }
1518
1515
  set(nodes, browserEvent) {
1519
- // eslint-disable-next-line local/code-no-any-casts
1520
- if (!browserEvent?.__forceEvent && equals(this.nodes, nodes)) {
1516
+ const event = browserEvent;
1517
+ if (!(event?.__forceEvent) && equals(this.nodes, nodes)) {
1521
1518
  return;
1522
1519
  }
1523
1520
  this._set(nodes, false, browserEvent);