monaco-editor-core 0.56.0-dev-20260121 → 0.56.0-dev-20260122

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 (43) hide show
  1. package/esm/nls.messages.cs.js +1 -1
  2. package/esm/nls.messages.de.js +1 -1
  3. package/esm/nls.messages.es.js +1 -1
  4. package/esm/nls.messages.fr.js +1 -1
  5. package/esm/nls.messages.it.js +1 -1
  6. package/esm/nls.messages.ja.js +1 -1
  7. package/esm/nls.messages.ko.js +1 -1
  8. package/esm/nls.messages.pl.js +1 -1
  9. package/esm/nls.messages.pt-br.js +1 -1
  10. package/esm/nls.messages.ru.js +1 -1
  11. package/esm/nls.messages.tr.js +1 -1
  12. package/esm/nls.messages.zh-cn.js +1 -1
  13. package/esm/nls.messages.zh-tw.js +1 -1
  14. package/esm/vs/base/browser/markdownRenderer.js +0 -1
  15. package/esm/vs/base/browser/markdownRenderer.js.map +1 -1
  16. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  17. package/esm/vs/base/common/codiconsLibrary.js +2 -0
  18. package/esm/vs/base/common/codiconsLibrary.js.map +1 -1
  19. package/esm/vs/base/common/network.js +0 -2
  20. package/esm/vs/base/common/network.js.map +1 -1
  21. package/esm/vs/editor/browser/editorBrowser.js.map +1 -1
  22. package/esm/vs/editor/browser/observableCodeEditor.js +41 -0
  23. package/esm/vs/editor/browser/observableCodeEditor.js.map +1 -1
  24. package/esm/vs/editor/browser/view.js +3 -0
  25. package/esm/vs/editor/browser/view.js.map +1 -1
  26. package/esm/vs/editor/browser/viewParts/viewLines/viewLine.js +14 -0
  27. package/esm/vs/editor/browser/viewParts/viewLines/viewLine.js.map +1 -1
  28. package/esm/vs/editor/browser/viewParts/viewLines/viewLines.js +7 -0
  29. package/esm/vs/editor/browser/viewParts/viewLines/viewLines.js.map +1 -1
  30. package/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js +6 -0
  31. package/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js.map +1 -1
  32. package/esm/vs/editor/browser/widget/multiDiffEditor/style.css +2 -41
  33. package/esm/vs/editor/contrib/floatingMenu/browser/floatingMenu.css +2 -1
  34. package/esm/vs/editor/contrib/floatingMenu/browser/floatingMenu.js +54 -45
  35. package/esm/vs/editor/contrib/floatingMenu/browser/floatingMenu.js.map +1 -1
  36. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js.map +1 -1
  37. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/utils.js +2 -8
  38. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/utils.js.map +1 -1
  39. package/esm/vs/editor/standalone/browser/services/standaloneWebWorkerService.js +2 -1
  40. package/esm/vs/editor/standalone/browser/services/standaloneWebWorkerService.js.map +1 -1
  41. package/esm/vs/platform/actionWidget/browser/actionList.js +5 -5
  42. package/esm/vs/platform/actionWidget/browser/actionList.js.map +1 -1
  43. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
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.56.0-dev-20260121(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
3
+ * Version: 0.56.0-dev-20260122(fe9dd23f49a64c1b2811d9eeec98f38876f93511)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -498,7 +498,6 @@ function getDomSanitizerConfig(mdStrConfig, options) {
498
498
  Schemas.vscodeRemote,
499
499
  Schemas.vscodeRemoteResource,
500
500
  Schemas.vscodeNotebookCell,
501
- Schemas.vscodeChatPrompt,
502
501
  // For links that are handled entirely by the action handler
503
502
  Schemas.internal,
504
503
  ];