monaco-editor-core 0.54.0-dev-20251002 → 0.54.0-dev-20251003

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.
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.54.0-dev-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
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-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
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-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
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-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
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-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
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-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
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-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
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-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
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-20251002(9242cdfd03eb811e8c480173cc80cceb513fc219)
3
+ * Version: 0.54.0-dev-20251003(9242cdfd03eb811e8c480173cc80cceb513fc219)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1 +1 @@
1
- {"version":3,"file":"product.js","sourceRoot":"file:///mnt/vss/_work/1/s/dependencies/vscode/out-editor-src","sources":["vs/base/common/product.ts"],"names":[],"mappings":"","sourcesContent":["\n\nexport interface IProductConfiguration {\n\treadonly quality?: string;\n}\n"]}
1
+ {"version":3,"file":"product.js","sourceRoot":"file:///mnt/vss/_work/1/s/dependencies/vscode/out-editor-src","sources":["vs/base/common/product.ts"],"names":[],"mappings":"","sourcesContent":["\n\nexport interface IProductConfiguration {\n\treadonly version: string;\n\treadonly quality?: string;\n\n\treadonly nameShort: string;\n\treadonly nameLong: string;\n\treadonly dataFolderName: string;\n\treadonly serverDataFolderName?: string;\n\n\treadonly defaultChatAgent?: IDefaultChatAgent;\n}\n\nexport interface IDefaultChatAgent {\n\treadonly completionsEnablementSetting: string;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sandboxTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sandboxTypes.js","sourceRoot":"file:///mnt/vss/_work/1/s/dependencies/vscode/out-editor-src","sources":["vs/base/parts/sandbox/common/sandboxTypes.ts"],"names":[],"mappings":"","sourcesContent":["\nimport { IProductConfiguration } from '../../../common/product.js';\n\n\n// #######################################################################\n// ### ###\n// ### Types we need in a common layer for reuse \t ###\n// ### ###\n// #######################################################################\n\n\n/**\n * The common properties required for any sandboxed\n * renderer to function.\n */\nexport interface ISandboxConfiguration {\n\n\t/**\n\t * Product configuration.\n\t */\n\tproduct: IProductConfiguration;\n}\n"]}
@@ -2124,7 +2124,7 @@ class InlineEditorSuggest extends BaseEditorOption {
2124
2124
  fontFamily: 'default',
2125
2125
  syntaxHighlightingEnabled: true,
2126
2126
  minShowDelay: 0,
2127
- suppressInSnippetMode: false,
2127
+ suppressInSnippetMode: true,
2128
2128
  edits: {
2129
2129
  enabled: true,
2130
2130
  showCollapsed: false,