monaco-editor-core 0.55.0-dev-20251105 → 0.55.0-dev-20251106

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 (30) 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/ui/codicons/codicon/codicon.ttf +0 -0
  15. package/esm/vs/base/common/codiconsLibrary.js +2 -0
  16. package/esm/vs/base/common/codiconsLibrary.js.map +1 -1
  17. package/esm/vs/base/common/network.js +4 -0
  18. package/esm/vs/base/common/network.js.map +1 -1
  19. package/esm/vs/base/common/product.js.map +1 -1
  20. package/esm/vs/editor/browser/widget/markdownRenderer/browser/editorMarkdownCodeBlockRenderer.js +12 -6
  21. package/esm/vs/editor/browser/widget/markdownRenderer/browser/editorMarkdownCodeBlockRenderer.js.map +1 -1
  22. package/esm/vs/editor/common/config/fontInfoFromSettings.js +11 -0
  23. package/esm/vs/editor/common/config/fontInfoFromSettings.js.map +1 -1
  24. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +12 -6
  25. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js.map +1 -1
  26. package/esm/vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess.js +5 -2
  27. package/esm/vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess.js.map +1 -1
  28. package/esm/vs/platform/configuration/common/configurationRegistry.js +4 -4
  29. package/esm/vs/platform/configuration/common/configurationRegistry.js.map +1 -1
  30. 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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
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-20251105(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
3
+ * Version: 0.55.0-dev-20251106(e8e70b31548071cc1ffbe4fd2834ceb03c8a82c3)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -634,5 +634,7 @@ export const codiconsLibrary = {
634
634
  gitBranch: register('git-branch', 0xec6f),
635
635
  gitBranchCreate: register('git-branch-create', 0xec6f),
636
636
  gitBranchDelete: register('git-branch-delete', 0xec6f),
637
+ searchLarge: register('search-large', 0xec70),
638
+ terminalGitBash: register('terminal-git-bash', 0xec71),
637
639
  };
638
640
  //# sourceMappingURL=codiconsLibrary.js.map