@codingame/monaco-vscode-api 13.0.0 → 13.1.1
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.
- package/README.md +0 -1
- package/extensions.d.ts +1 -0
- package/package.json +8 -332
- package/services.d.ts +5 -0
- package/services.js +4 -0
- package/vscode/src/vs/base/browser/dom.d.ts +1 -1
- package/vscode/src/vs/base/common/observableInternal/index.js +8 -0
- package/vscode/src/vs/editor/browser/gpu/gpuUtils.d.ts +1 -1
- package/vscode/src/vs/editor/common/tokens/contiguousTokensEditing.d.ts +1 -1
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetParser.d.ts +1 -1
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetSession.d.ts +1 -1
- package/vscode/src/vs/platform/accessibilitySignal/browser/accessibilitySignalService.service.d.ts +1 -1
- package/vscode/src/vs/platform/contextview/browser/contextView.service.d.ts +4 -5
- package/vscode/src/vs/platform/diagnostics/common/diagnostics.service.d.ts +1 -1
- package/vscode/src/vs/platform/dialogs/common/dialogs.service.d.ts +2 -3
- package/vscode/src/vs/platform/environment/common/environment.service.d.ts +1 -1
- package/vscode/src/vs/platform/extensionManagement/common/extensionManagement.service.d.ts +4 -6
- package/vscode/src/vs/platform/extensionManagement/common/extensionStorage.service.d.ts +1 -1
- package/vscode/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.service.d.ts +1 -1
- package/vscode/src/vs/platform/extensionManagement/common/extensionsScannerService.service.d.ts +2 -2
- package/vscode/src/vs/platform/extensions/common/extensions.d.ts +1 -0
- package/vscode/src/vs/platform/hover/browser/hover.d.ts +1 -1
- package/vscode/src/vs/platform/hover/browser/hover.service.d.ts +1 -1
- package/vscode/src/vs/platform/instantiation/common/extensions.d.ts +1 -0
- package/vscode/src/vs/platform/keybinding/common/keybinding.service.d.ts +2 -2
- package/vscode/src/vs/platform/keyboardLayout/common/keyboardLayout.service.d.ts +1 -1
- package/vscode/src/vs/platform/label/common/label.service.d.ts +1 -1
- package/vscode/src/vs/platform/log/common/log.d.ts +1 -2
- package/vscode/src/vs/platform/log/common/log.service.d.ts +3 -3
- package/vscode/src/vs/platform/progress/common/progress.service.d.ts +1 -2
- package/vscode/src/vs/platform/request/common/request.service.d.ts +1 -1
- package/vscode/src/vs/platform/sign/common/sign.service.d.ts +1 -1
- package/vscode/src/vs/platform/telemetry/common/commonProperties.js +15 -0
- package/vscode/src/vs/platform/telemetry/common/telemetry.js +4 -1
- package/vscode/src/vs/platform/telemetry/common/telemetry.service.d.ts +2 -3
- package/vscode/src/vs/platform/telemetry/common/telemetryUtils.js +82 -6
- package/vscode/src/vs/platform/terminal/common/terminal.service.d.ts +4 -5
- package/vscode/src/vs/platform/theme/common/colorUtils.js +2 -2
- package/vscode/src/vs/platform/theme/common/colors/baseColors.js +17 -17
- package/vscode/src/vs/platform/theme/common/colors/chartsColors.js +8 -8
- package/vscode/src/vs/platform/theme/common/colors/editorColors.js +94 -94
- package/vscode/src/vs/platform/theme/common/colors/inputColors.js +45 -45
- package/vscode/src/vs/platform/theme/common/colors/listColors.js +36 -36
- package/vscode/src/vs/platform/theme/common/colors/menuColors.js +7 -7
- package/vscode/src/vs/platform/theme/common/colors/minimapColors.js +11 -11
- package/vscode/src/vs/platform/theme/common/colors/miscColors.js +15 -15
- package/vscode/src/vs/platform/theme/common/colors/quickpickColors.js +9 -9
- package/vscode/src/vs/platform/theme/common/colors/searchColors.js +3 -3
- package/vscode/src/vs/platform/theme/common/iconRegistry.js +5 -5
- package/vscode/src/vs/platform/undoRedo/common/undoRedoService.js +20 -20
- package/vscode/src/vs/platform/uriIdentity/common/uriIdentity.service.d.ts +1 -1
- package/vscode/src/vs/platform/url/common/url.service.d.ts +1 -1
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfile.js +1 -1
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfileStorageService.service.d.ts +1 -1
- package/vscode/src/vs/platform/userDataSync/common/userDataSync.js +5 -5
- package/vscode/src/vs/platform/userDataSync/common/userDataSync.service.d.ts +8 -8
- package/vscode/src/vs/platform/workspace/common/editSessions.service.d.ts +1 -1
- package/vscode/src/vs/platform/workspace/common/workspace.js +1 -1
- package/vscode/src/vs/platform/workspace/common/workspaceTrust.service.d.ts +4 -5
- package/vscode/src/vs/workbench/api/common/extHost.protocol.d.ts +1 -1
- package/vscode/src/vs/workbench/api/common/extHostDiagnostics.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostExtensionService.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostLanguageFeatures.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostLanguageModels.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostLogService.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostNotebook.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostStatusBar.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostTelemetry.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTerminalService.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTesting.d.ts +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTreeViews.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTunnelService.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostWorkspace.js +1 -1
- package/vscode/src/vs/workbench/api/common/jsonValidationExtensionPoint.js +12 -12
- package/vscode/src/vs/workbench/browser/actions/developerActions.js +31 -31
- package/vscode/src/vs/workbench/browser/actions/textInputActions.js +6 -6
- package/vscode/src/vs/workbench/common/configuration.js +10 -10
- package/vscode/src/vs/workbench/common/contextkeys.js +70 -70
- package/vscode/src/vs/workbench/common/editor.js +4 -4
- package/vscode/src/vs/workbench/common/theme.js +158 -158
- package/vscode/src/vs/workbench/common/views.js +4 -4
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.js +137 -137
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.js +12 -12
- package/vscode/src/vs/workbench/contrib/chat/browser/chat.service.d.ts +3 -5
- package/vscode/src/vs/workbench/contrib/chat/common/chatAgents.d.ts +1 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatCodeMapperService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/chatContextKeys.js +24 -24
- package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatService.js +2 -1
- package/vscode/src/vs/workbench/contrib/chat/common/chatService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/chatSlashCommands.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatVariables.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +6 -6
- package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +13 -13
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
- package/vscode/src/vs/workbench/contrib/comments/browser/commentService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
- package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +10 -10
- package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
- package/vscode/src/vs/workbench/contrib/debug/common/debug.js +64 -64
- package/vscode/src/vs/workbench/contrib/debug/common/debug.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/debug/common/debugVisualizers.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/editSessions/common/editSessions.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/extensions/common/extensions.service.d.ts +6 -6
- package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
- package/vscode/src/vs/workbench/contrib/files/browser/files.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
- package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
- package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
- package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
- package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
- package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
- package/vscode/src/vs/workbench/contrib/logs/common/defaultLogLevels.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/chatEdit/notebookOriginalCellModelFactory.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookEditorService.service.d.ts +5 -5
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookCellStatusBarService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookCommon.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookEditorModelResolverService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookExecutionService.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookExecutionStateService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookService.service.d.ts +7 -7
- package/vscode/src/vs/workbench/contrib/output/common/outputChannelModelService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/scm/browser/diff.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/scm/browser/dirtyDiffSwitcher.js +2 -2
- package/vscode/src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.js +23 -23
- package/vscode/src/vs/workbench/contrib/scm/common/quickDiff.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/scm/common/scm.service.d.ts +3 -4
- package/vscode/src/vs/workbench/contrib/search/browser/replace.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippets.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
- package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
- package/vscode/src/vs/workbench/contrib/tags/common/workspaceTags.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +5 -5
- package/vscode/src/vs/workbench/contrib/tasks/common/taskService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminal/browser/terminal.service.d.ts +10 -11
- package/vscode/src/vs/workbench/contrib/terminal/common/terminal.service.d.ts +4 -5
- package/vscode/src/vs/workbench/contrib/terminalContrib/links/browser/links.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
- package/vscode/src/vs/workbench/contrib/testing/common/testCoverageService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testExplorerFilterState.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testProfileService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testResultService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/testing/common/testService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
- package/vscode/src/vs/workbench/contrib/testing/common/testingDecorations.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/testing/common/testingPeekOpener.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/timeline/common/timeline.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webview/browser/webview.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolver.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +15 -15
- package/vscode/src/vs/workbench/services/decorations/common/decorations.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/editor/common/editorGroupsService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/editor/common/editorPaneService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
- package/vscode/src/vs/workbench/services/editor/common/editorResolverService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/editor/common/editorService.service.d.ts +6 -6
- package/vscode/src/vs/workbench/services/environment/common/environmentService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/environment/common/environmentService.service.js +1 -1
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionFeatures.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagement.service.d.ts +5 -9
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagement.service.js +1 -1
- package/vscode/src/vs/workbench/services/extensionRecommendations/common/extensionRecommendations.service.d.ts +1 -2
- package/vscode/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/extensions/common/extensions.d.ts +1 -0
- package/vscode/src/vs/workbench/services/extensions/common/extensions.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +83 -83
- package/vscode/src/vs/workbench/services/files/common/elevatedFileService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/services/history/common/history.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/host/browser/host.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
- package/vscode/src/vs/workbench/services/layout/browser/layoutService.service.d.ts +5 -4
- package/vscode/src/vs/workbench/services/panecomposite/browser/panecomposite.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/preferences/common/preferences.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/remote/common/remoteAgentService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
- package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
- package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
- package/vscode/src/vs/workbench/services/statusbar/browser/statusbar.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/textMate/browser/textMateTokenizationFeature.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/textfile/common/textEditorService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/textfile/common/textfiles.service.d.ts +4 -4
- package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
- package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +14 -14
- package/vscode/src/vs/workbench/services/themes/common/productIconThemeSchema.js +8 -8
- package/vscode/src/vs/workbench/services/title/browser/titleService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfile.service.d.ts +4 -6
- package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +11 -11
- package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/views/common/viewsService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyEditorService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyFileService.service.d.ts +3 -3
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyHistory.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workspaces/common/workspaceEditing.service.d.ts +1 -1
|
@@ -17,13 +17,13 @@ const iconIdPattern = `^${ThemeIcon.iconNameSegment}(-${ThemeIcon.iconNameSegmen
|
|
|
17
17
|
const iconConfigurationExtPoint = ExtensionsRegistry.registerExtensionPoint({
|
|
18
18
|
extensionPoint: 'icons',
|
|
19
19
|
jsonSchema: {
|
|
20
|
-
description: ( localize(
|
|
20
|
+
description: ( localize(11892, 'Contributes extension defined themable icons')),
|
|
21
21
|
type: 'object',
|
|
22
22
|
propertyNames: {
|
|
23
23
|
pattern: iconIdPattern,
|
|
24
|
-
description: ( localize(
|
|
24
|
+
description: ( localize(11893, 'The identifier of the themable icon')),
|
|
25
25
|
patternErrorMessage: ( localize(
|
|
26
|
-
|
|
26
|
+
11894,
|
|
27
27
|
'Identifiers can only contain letters, digits and minuses and need to consist of at least two segments in the form `component-iconname`.'
|
|
28
28
|
)),
|
|
29
29
|
},
|
|
@@ -32,7 +32,7 @@ const iconConfigurationExtPoint = ExtensionsRegistry.registerExtensionPoint({
|
|
|
32
32
|
properties: {
|
|
33
33
|
description: {
|
|
34
34
|
type: 'string',
|
|
35
|
-
description: ( localize(
|
|
35
|
+
description: ( localize(11895, 'The description of the themable icon')),
|
|
36
36
|
},
|
|
37
37
|
default: {
|
|
38
38
|
anyOf: [
|
|
@@ -41,15 +41,15 @@ const iconConfigurationExtPoint = ExtensionsRegistry.registerExtensionPoint({
|
|
|
41
41
|
type: 'object',
|
|
42
42
|
properties: {
|
|
43
43
|
fontPath: {
|
|
44
|
-
description: ( localize(
|
|
44
|
+
description: ( localize(11896, 'The path of the icon font that defines the icon.')),
|
|
45
45
|
type: 'string'
|
|
46
46
|
},
|
|
47
47
|
fontCharacter: {
|
|
48
|
-
description: ( localize(
|
|
48
|
+
description: ( localize(11897, 'The character for the icon in the icon font.')),
|
|
49
49
|
type: 'string',
|
|
50
50
|
pattern: fontCharacterRegex,
|
|
51
51
|
patternErrorMessage: ( localize(
|
|
52
|
-
|
|
52
|
+
11898,
|
|
53
53
|
'The fontCharacter must be a single letter or a backslash followed by unicode code points in hexadecimal.'
|
|
54
54
|
))
|
|
55
55
|
}
|
|
@@ -59,7 +59,7 @@ const iconConfigurationExtPoint = ExtensionsRegistry.registerExtensionPoint({
|
|
|
59
59
|
}
|
|
60
60
|
],
|
|
61
61
|
description: ( localize(
|
|
62
|
-
|
|
62
|
+
11899,
|
|
63
63
|
'The default of the icon. Either a reference to an extisting ThemeIcon or an icon in an icon font.'
|
|
64
64
|
)),
|
|
65
65
|
}
|
|
@@ -78,7 +78,7 @@ class IconExtensionPoint {
|
|
|
78
78
|
const collector = extension.collector;
|
|
79
79
|
if (!extensionValue || typeof extensionValue !== 'object') {
|
|
80
80
|
collector.error(( localize(
|
|
81
|
-
|
|
81
|
+
11900,
|
|
82
82
|
"'configuration.icons' must be an object with the icon names as properties."
|
|
83
83
|
)));
|
|
84
84
|
return;
|
|
@@ -86,7 +86,7 @@ class IconExtensionPoint {
|
|
|
86
86
|
for (const id in extensionValue) {
|
|
87
87
|
if (!id.match(iconIdPattern)) {
|
|
88
88
|
collector.error(( localize(
|
|
89
|
-
|
|
89
|
+
11901,
|
|
90
90
|
"'configuration.icons' keys represent the icon id and can only contain letter, digits and minuses. They need to consist of at least two segments in the form `component-iconname`."
|
|
91
91
|
)));
|
|
92
92
|
return;
|
|
@@ -94,7 +94,7 @@ class IconExtensionPoint {
|
|
|
94
94
|
const iconContribution = extensionValue[id];
|
|
95
95
|
if (typeof iconContribution.description !== 'string' || iconContribution.description.length === 0) {
|
|
96
96
|
collector.error(( localize(
|
|
97
|
-
|
|
97
|
+
11902,
|
|
98
98
|
"'configuration.icons.description' must be defined and can not be empty"
|
|
99
99
|
)));
|
|
100
100
|
return;
|
|
@@ -108,7 +108,7 @@ class IconExtensionPoint {
|
|
|
108
108
|
const format = formatMap[fileExt];
|
|
109
109
|
if (!format) {
|
|
110
110
|
collector.warn(( localize(
|
|
111
|
-
|
|
111
|
+
11903,
|
|
112
112
|
"Expected `contributes.icons.default.fontPath` to have file extension 'woff', woff2' or 'ttf', is '{0}'.",
|
|
113
113
|
fileExt
|
|
114
114
|
)));
|
|
@@ -120,7 +120,7 @@ class IconExtensionPoint {
|
|
|
120
120
|
const definition = iconRegistry.registerIconFont(fontId, { src: [{ location: iconFontLocation, format }] });
|
|
121
121
|
if (!isEqualOrParent(iconFontLocation, extensionLocation)) {
|
|
122
122
|
collector.warn(( localize(
|
|
123
|
-
|
|
123
|
+
11904,
|
|
124
124
|
"Expected `contributes.icons.default.fontPath` ({0}) to be included inside extension's folder ({0}).",
|
|
125
125
|
iconFontLocation.path,
|
|
126
126
|
extensionLocation.path
|
|
@@ -137,7 +137,7 @@ class IconExtensionPoint {
|
|
|
137
137
|
}
|
|
138
138
|
else {
|
|
139
139
|
collector.error(( localize(
|
|
140
|
-
|
|
140
|
+
11905,
|
|
141
141
|
"'configuration.icons.default' must be either a reference to the id of an other theme icon (string) or a icon definition (object) with properties `fontPath` and `fontCharacter`."
|
|
142
142
|
)));
|
|
143
143
|
}
|
|
@@ -24,23 +24,23 @@ const schema = {
|
|
|
24
24
|
properties: {
|
|
25
25
|
id: {
|
|
26
26
|
type: 'string',
|
|
27
|
-
description: ( localize(
|
|
27
|
+
description: ( localize(11906, 'The ID of the font.')),
|
|
28
28
|
pattern: fontIdRegex,
|
|
29
|
-
patternErrorMessage: ( localize(
|
|
29
|
+
patternErrorMessage: ( localize(11907, 'The ID must only contain letters, numbers, underscore and minus.'))
|
|
30
30
|
},
|
|
31
31
|
src: {
|
|
32
32
|
type: 'array',
|
|
33
|
-
description: ( localize(
|
|
33
|
+
description: ( localize(11908, 'The location of the font.')),
|
|
34
34
|
items: {
|
|
35
35
|
type: 'object',
|
|
36
36
|
properties: {
|
|
37
37
|
path: {
|
|
38
38
|
type: 'string',
|
|
39
|
-
description: ( localize(
|
|
39
|
+
description: ( localize(11909, 'The font path, relative to the current product icon theme file.')),
|
|
40
40
|
},
|
|
41
41
|
format: {
|
|
42
42
|
type: 'string',
|
|
43
|
-
description: ( localize(
|
|
43
|
+
description: ( localize(11910, 'The format of the font.')),
|
|
44
44
|
enum: ['woff', 'woff2', 'truetype', 'opentype', 'embedded-opentype', 'svg']
|
|
45
45
|
}
|
|
46
46
|
},
|
|
@@ -53,7 +53,7 @@ const schema = {
|
|
|
53
53
|
weight: {
|
|
54
54
|
type: 'string',
|
|
55
55
|
description: ( localize(
|
|
56
|
-
|
|
56
|
+
11911,
|
|
57
57
|
'The weight of the font. See https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight for valid values.'
|
|
58
58
|
)),
|
|
59
59
|
anyOf: [
|
|
@@ -64,7 +64,7 @@ const schema = {
|
|
|
64
64
|
style: {
|
|
65
65
|
type: 'string',
|
|
66
66
|
description: ( localize(
|
|
67
|
-
|
|
67
|
+
11912,
|
|
68
68
|
'The style of the font. See https://developer.mozilla.org/en-US/docs/Web/CSS/font-style for valid values.'
|
|
69
69
|
)),
|
|
70
70
|
anyOf: [
|
|
@@ -80,7 +80,7 @@ const schema = {
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
iconDefinitions: {
|
|
83
|
-
description: ( localize(
|
|
83
|
+
description: ( localize(11913, 'Association of icon name to a font character.')),
|
|
84
84
|
$ref: iconsSchemaId
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ITitlebarPart, IAuxiliaryTitlebarPart } from "@codingame/monaco-vscode-view-title-bar-service-override/vscode/vs/workbench/browser/parts/titlebar/titlebarPart";
|
|
2
2
|
import { IEditorGroupsContainer } from "../../editor/common/editorGroupsService.js";
|
|
3
3
|
export declare const ITitleService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<ITitleService>;
|
|
4
4
|
export interface ITitleService extends ITitlebarPart {
|
package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfile.service.d.ts
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import type { CancellationToken } from "../../../../base/common/cancellation.js";
|
|
2
|
-
import type { IDisposable } from "../../../../base/common/lifecycle.js";
|
|
3
|
-
import type { URI } from "../../../../base/common/uri.js";
|
|
4
1
|
import { Event } from "../../../../base/common/event.js";
|
|
5
2
|
import { IUserDataProfile, type IUserDataProfileOptions, type IUserDataProfileUpdateOptions, type ProfileResourceTypeFlags } from "../../../../platform/userDataProfile/common/userDataProfile.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
3
|
+
import { DidChangeUserDataProfileEvent, type IProfileTemplateInfo, type IUserDataProfileContentHandler, type IUserDataProfileCreateOptions, type IUserDataProfileTemplate } from "@codingame/monaco-vscode-e72c94ca-257a-5b75-8b68-5a5fa3c18255-common/vscode/vs/workbench/services/userDataProfile/common/userDataProfile";
|
|
4
|
+
import { CancellationToken } from "../../../../base/common/cancellation.js";
|
|
5
|
+
import { IDisposable } from "../../../../base/common/lifecycle.js";
|
|
6
|
+
import { URI } from "../../../../base/common/uri.js";
|
|
9
7
|
export declare const IUserDataProfileService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IUserDataProfileService>;
|
|
10
8
|
export interface IUserDataProfileService {
|
|
11
9
|
readonly _serviceBrand: undefined;
|
|
@@ -8,14 +8,14 @@ import { Categories } from '../../../../platform/action/common/actionCommonCateg
|
|
|
8
8
|
|
|
9
9
|
function getSyncAreaLabel(source) {
|
|
10
10
|
switch (source) {
|
|
11
|
-
case SyncResource.Settings: return localize(
|
|
12
|
-
case SyncResource.Keybindings: return localize(
|
|
13
|
-
case SyncResource.Snippets: return localize(
|
|
14
|
-
case SyncResource.Tasks: return localize(
|
|
15
|
-
case SyncResource.Extensions: return localize(
|
|
16
|
-
case SyncResource.GlobalState: return localize(
|
|
17
|
-
case SyncResource.Profiles: return localize(
|
|
18
|
-
case SyncResource.WorkspaceState: return localize(
|
|
11
|
+
case SyncResource.Settings: return localize(12074, "Settings");
|
|
12
|
+
case SyncResource.Keybindings: return localize(12075, "Keyboard Shortcuts");
|
|
13
|
+
case SyncResource.Snippets: return localize(12076, "Snippets");
|
|
14
|
+
case SyncResource.Tasks: return localize(12077, "Tasks");
|
|
15
|
+
case SyncResource.Extensions: return localize(12078, "Extensions");
|
|
16
|
+
case SyncResource.GlobalState: return localize(12079, "UI State");
|
|
17
|
+
case SyncResource.Profiles: return localize(12080, "Profiles");
|
|
18
|
+
case SyncResource.WorkspaceState: return localize(12081, "Workspace State");
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
var AccountStatus;
|
|
@@ -24,8 +24,8 @@ var AccountStatus;
|
|
|
24
24
|
AccountStatus["Unavailable"] = "unavailable";
|
|
25
25
|
AccountStatus["Available"] = "available";
|
|
26
26
|
})(AccountStatus || (AccountStatus = {}));
|
|
27
|
-
const SYNC_TITLE = ( localize2(
|
|
28
|
-
const SYNC_VIEW_ICON = registerIcon('settings-sync-view-icon', Codicon.sync, ( localize(
|
|
27
|
+
const SYNC_TITLE = ( localize2(12082, "Settings Sync"));
|
|
28
|
+
const SYNC_VIEW_ICON = registerIcon('settings-sync-view-icon', Codicon.sync, ( localize(12083, 'View icon of the Settings Sync view.')));
|
|
29
29
|
const CONTEXT_SYNC_STATE = ( new RawContextKey('syncStatus', SyncStatus.Uninitialized));
|
|
30
30
|
const CONTEXT_SYNC_ENABLEMENT = ( new RawContextKey('syncEnabled', false));
|
|
31
31
|
const CONTEXT_ACCOUNT_STATE = ( new RawContextKey('userDataSyncAccountStatus', AccountStatus.Uninitialized));
|
|
@@ -38,7 +38,7 @@ const SYNC_VIEW_CONTAINER_ID = 'workbench.view.sync';
|
|
|
38
38
|
const SYNC_CONFLICTS_VIEW_ID = 'workbench.views.sync.conflicts';
|
|
39
39
|
const DOWNLOAD_ACTIVITY_ACTION_DESCRIPTOR = {
|
|
40
40
|
id: 'workbench.userDataSync.actions.downloadSyncActivity',
|
|
41
|
-
title: ( localize2(
|
|
41
|
+
title: ( localize2(12084, "Download Settings Sync Activity")),
|
|
42
42
|
category: Categories.Developer,
|
|
43
43
|
f1: true,
|
|
44
44
|
precondition: ( ContextKeyExpr.and(( CONTEXT_ACCOUNT_STATE.isEqualTo(AccountStatus.Available)), ( CONTEXT_SYNC_STATE.notEqualsTo(SyncStatus.Uninitialized))))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IAuthenticationProvider, IUserDataSyncResource, IResourcePreview } from "../../../../platform/userDataSync/common/userDataSync.js";
|
|
2
1
|
import { Event } from "../../../../base/common/event.js";
|
|
3
2
|
import { URI } from "../../../../base/common/uri.js";
|
|
3
|
+
import { IAuthenticationProvider, IResourcePreview, IUserDataSyncResource } from "../../../../platform/userDataSync/common/userDataSync.js";
|
|
4
4
|
import { IUserDataSyncAccount, AccountStatus } from "./userDataSync.js";
|
|
5
5
|
export declare const IUserDataSyncWorkbenchService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IUserDataSyncWorkbenchService>;
|
|
6
6
|
export interface IUserDataSyncWorkbenchService {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Event } from "../../../../base/common/event.js";
|
|
2
2
|
import { IProgressIndicator } from "../../../../platform/progress/common/progress.js";
|
|
3
3
|
import { IPaneComposite } from "../../../common/panecomposite.js";
|
|
4
|
-
import {
|
|
4
|
+
import { ViewContainerLocation, ViewContainer, IViewPaneContainer, IViewDescriptor, IView } from "../../../common/views.js";
|
|
5
5
|
export declare const IViewsService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IViewsService>;
|
|
6
6
|
export interface IViewsService {
|
|
7
7
|
readonly _serviceBrand: undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VSBufferReadable, VSBufferReadableStream } from "../../../../base/common/buffer.js";
|
|
2
2
|
import { CancellationToken } from "../../../../base/common/cancellation.js";
|
|
3
|
-
import {
|
|
3
|
+
import { IWorkingCopyIdentifier, IWorkingCopyBackupMeta } from "@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy";
|
|
4
4
|
import { IResolvedWorkingCopyBackup } from "./workingCopyBackup.js";
|
|
5
5
|
export declare const IWorkingCopyBackupService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWorkingCopyBackupService>;
|
|
6
6
|
export interface IWorkingCopyBackupService {
|
package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyEditorService.service.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Event } from "../../../../base/common/event.js";
|
|
2
|
+
import { IDisposable } from "../../../../base/common/lifecycle.js";
|
|
2
3
|
import { IEditorIdentifier } from "../../../common/editor.js";
|
|
3
4
|
import { IWorkingCopy } from "@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy";
|
|
4
|
-
import { IDisposable } from "../../../../base/common/lifecycle.js";
|
|
5
5
|
import { IWorkingCopyEditorHandler } from "@codingame/monaco-vscode-working-copy-service-override/vscode/vs/workbench/services/workingCopy/common/workingCopyEditorService";
|
|
6
6
|
export declare const IWorkingCopyEditorService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWorkingCopyEditorService>;
|
|
7
7
|
export interface IWorkingCopyEditorService {
|
package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyFileService.service.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { CancellationToken } from "../../../../base/common/cancellation.js";
|
|
1
2
|
import { Event } from "../../../../base/common/event.js";
|
|
2
|
-
import { URI } from "../../../../base/common/uri.js";
|
|
3
3
|
import { IDisposable } from "../../../../base/common/lifecycle.js";
|
|
4
|
+
import { URI } from "../../../../base/common/uri.js";
|
|
4
5
|
import { IFileStatWithMetadata } from "../../../../platform/files/common/files.js";
|
|
5
|
-
import { CancellationToken } from "../../../../base/common/cancellation.js";
|
|
6
|
-
import { IWorkingCopy } from "@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy";
|
|
7
6
|
import { IProgress, IProgressStep } from "../../../../platform/progress/common/progress.js";
|
|
8
7
|
import { IStoredFileWorkingCopy, IStoredFileWorkingCopyModel } from "@codingame/monaco-vscode-99f24462-c56d-5407-83fb-2ea9dd33cc8c-common/vscode/vs/workbench/services/workingCopy/common/storedFileWorkingCopy";
|
|
8
|
+
import { IWorkingCopy } from "@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy";
|
|
9
9
|
import { WorkingCopyFileEvent, IWorkingCopyFileOperationParticipant, IStoredFileWorkingCopySaveParticipant, IStoredFileWorkingCopySaveParticipantContext, ICreateFileOperation, IFileOperationUndoRedoInfo, ICreateOperation, IMoveOperation, ICopyOperation, IDeleteOperation, WorkingCopyProvider } from "@codingame/monaco-vscode-base-service-override/vscode/vs/workbench/services/workingCopy/common/workingCopyFileService";
|
|
10
10
|
export declare const IWorkingCopyFileService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWorkingCopyFileService>;
|
|
11
11
|
export interface IWorkingCopyFileService {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Event } from "../../../../base/common/event.js";
|
|
2
1
|
import { CancellationToken } from "../../../../base/common/cancellation.js";
|
|
2
|
+
import { Event } from "../../../../base/common/event.js";
|
|
3
3
|
import { URI } from "../../../../base/common/uri.js";
|
|
4
4
|
import { SaveSource } from "../../../common/editor.js";
|
|
5
5
|
import { IWorkingCopyHistoryEvent, IWorkingCopyHistoryEntryDescriptor, IWorkingCopyHistoryEntry } from "@codingame/monaco-vscode-working-copy-service-override/vscode/vs/workbench/services/workingCopy/common/workingCopyHistory";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Event } from "../../../../base/common/event.js";
|
|
2
|
-
import { URI } from "../../../../base/common/uri.js";
|
|
3
2
|
import { IDisposable } from "../../../../base/common/lifecycle.js";
|
|
3
|
+
import { URI } from "../../../../base/common/uri.js";
|
|
4
4
|
import { IWorkingCopy, IWorkingCopyIdentifier } from "@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy";
|
|
5
5
|
import { IWorkingCopySaveEvent } from "@codingame/monaco-vscode-working-copy-service-override/vscode/vs/workbench/services/workingCopy/common/workingCopyService";
|
|
6
6
|
export declare const IWorkingCopyService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWorkingCopyService>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IWorkspaceFolderCreationData } from "@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common/vscode/vs/platform/workspaces/common/workspaces";
|
|
2
1
|
import { URI } from "../../../../base/common/uri.js";
|
|
3
2
|
import { IWorkspaceIdentifier } from "../../../../platform/workspace/common/workspace.js";
|
|
3
|
+
import { IWorkspaceFolderCreationData } from "@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common/vscode/vs/platform/workspaces/common/workspaces";
|
|
4
4
|
export declare const IWorkspaceEditingService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWorkspaceEditingService>;
|
|
5
5
|
export interface IWorkspaceEditingService {
|
|
6
6
|
readonly _serviceBrand: undefined;
|