@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
|
@@ -64,7 +64,7 @@ const baseVerbosityProperty = {
|
|
|
64
64
|
};
|
|
65
65
|
const accessibilityConfigurationNodeBase = ( Object.freeze({
|
|
66
66
|
id: 'accessibility',
|
|
67
|
-
title: ( localize(
|
|
67
|
+
title: ( localize(3886, "Accessibility")),
|
|
68
68
|
type: 'object'
|
|
69
69
|
}));
|
|
70
70
|
const soundFeatureBase = {
|
|
@@ -72,9 +72,9 @@ const soundFeatureBase = {
|
|
|
72
72
|
'enum': ['auto', 'on', 'off'],
|
|
73
73
|
'default': 'auto',
|
|
74
74
|
'enumDescriptions': [
|
|
75
|
-
( localize(
|
|
76
|
-
( localize(
|
|
77
|
-
( localize(
|
|
75
|
+
( localize(3887, "Enable sound when a screen reader is attached.")),
|
|
76
|
+
( localize(3888, "Enable sound.")),
|
|
77
|
+
( localize(3889, "Disable sound."))
|
|
78
78
|
],
|
|
79
79
|
tags: ['accessibility'],
|
|
80
80
|
};
|
|
@@ -93,10 +93,10 @@ const announcementFeatureBase = {
|
|
|
93
93
|
'default': 'auto',
|
|
94
94
|
'enumDescriptions': [
|
|
95
95
|
( localize(
|
|
96
|
-
|
|
96
|
+
3890,
|
|
97
97
|
"Enable announcement, will only play when in screen reader optimized mode."
|
|
98
98
|
)),
|
|
99
|
-
( localize(
|
|
99
|
+
( localize(3891, "Disable announcement."))
|
|
100
100
|
],
|
|
101
101
|
tags: ['accessibility'],
|
|
102
102
|
};
|
|
@@ -114,116 +114,116 @@ const configuration = {
|
|
|
114
114
|
properties: {
|
|
115
115
|
[AccessibilityVerbositySettingId.Terminal]: {
|
|
116
116
|
description: ( localize(
|
|
117
|
-
|
|
117
|
+
3892,
|
|
118
118
|
'Provide information about how to access the terminal accessibility help menu when the terminal is focused.'
|
|
119
119
|
)),
|
|
120
120
|
...baseVerbosityProperty
|
|
121
121
|
},
|
|
122
122
|
[AccessibilityVerbositySettingId.DiffEditor]: {
|
|
123
123
|
description: ( localize(
|
|
124
|
-
|
|
124
|
+
3893,
|
|
125
125
|
'Provide information about how to navigate changes in the diff editor when it is focused.'
|
|
126
126
|
)),
|
|
127
127
|
...baseVerbosityProperty
|
|
128
128
|
},
|
|
129
129
|
[AccessibilityVerbositySettingId.Chat]: {
|
|
130
130
|
description: ( localize(
|
|
131
|
-
|
|
131
|
+
3894,
|
|
132
132
|
'Provide information about how to access the chat help menu when the chat input is focused.'
|
|
133
133
|
)),
|
|
134
134
|
...baseVerbosityProperty
|
|
135
135
|
},
|
|
136
136
|
[AccessibilityVerbositySettingId.InlineChat]: {
|
|
137
137
|
description: ( localize(
|
|
138
|
-
|
|
138
|
+
3895,
|
|
139
139
|
'Provide information about how to access the inline editor chat accessibility help menu and alert with hints that describe how to use the feature when the input is focused.'
|
|
140
140
|
)),
|
|
141
141
|
...baseVerbosityProperty
|
|
142
142
|
},
|
|
143
143
|
[AccessibilityVerbositySettingId.InlineCompletions]: {
|
|
144
144
|
description: ( localize(
|
|
145
|
-
|
|
145
|
+
3896,
|
|
146
146
|
'Provide information about how to access the inline completions hover and Accessible View.'
|
|
147
147
|
)),
|
|
148
148
|
...baseVerbosityProperty
|
|
149
149
|
},
|
|
150
150
|
[AccessibilityVerbositySettingId.KeybindingsEditor]: {
|
|
151
151
|
description: ( localize(
|
|
152
|
-
|
|
152
|
+
3897,
|
|
153
153
|
'Provide information about how to change a keybinding in the keybindings editor when a row is focused.'
|
|
154
154
|
)),
|
|
155
155
|
...baseVerbosityProperty
|
|
156
156
|
},
|
|
157
157
|
[AccessibilityVerbositySettingId.Notebook]: {
|
|
158
158
|
description: ( localize(
|
|
159
|
-
|
|
159
|
+
3898,
|
|
160
160
|
'Provide information about how to focus the cell container or inner editor when a notebook cell is focused.'
|
|
161
161
|
)),
|
|
162
162
|
...baseVerbosityProperty
|
|
163
163
|
},
|
|
164
164
|
[AccessibilityVerbositySettingId.Hover]: {
|
|
165
165
|
description: ( localize(
|
|
166
|
-
|
|
166
|
+
3899,
|
|
167
167
|
'Provide information about how to open the hover in an Accessible View.'
|
|
168
168
|
)),
|
|
169
169
|
...baseVerbosityProperty
|
|
170
170
|
},
|
|
171
171
|
[AccessibilityVerbositySettingId.Notification]: {
|
|
172
172
|
description: ( localize(
|
|
173
|
-
|
|
173
|
+
3900,
|
|
174
174
|
'Provide information about how to open the notification in an Accessible View.'
|
|
175
175
|
)),
|
|
176
176
|
...baseVerbosityProperty
|
|
177
177
|
},
|
|
178
178
|
[AccessibilityVerbositySettingId.EmptyEditorHint]: {
|
|
179
179
|
description: ( localize(
|
|
180
|
-
|
|
180
|
+
3901,
|
|
181
181
|
'Provide information about relevant actions in an empty text editor.'
|
|
182
182
|
)),
|
|
183
183
|
...baseVerbosityProperty
|
|
184
184
|
},
|
|
185
185
|
[AccessibilityVerbositySettingId.ReplEditor]: {
|
|
186
186
|
description: ( localize(
|
|
187
|
-
|
|
187
|
+
3902,
|
|
188
188
|
'Provide information about how to access the REPL editor accessibility help menu when the REPL editor is focused.'
|
|
189
189
|
)),
|
|
190
190
|
...baseVerbosityProperty
|
|
191
191
|
},
|
|
192
192
|
[AccessibilityVerbositySettingId.Comments]: {
|
|
193
193
|
description: ( localize(
|
|
194
|
-
|
|
194
|
+
3903,
|
|
195
195
|
'Provide information about actions that can be taken in the comment widget or in a file which contains comments.'
|
|
196
196
|
)),
|
|
197
197
|
...baseVerbosityProperty
|
|
198
198
|
},
|
|
199
199
|
[AccessibilityVerbositySettingId.DiffEditorActive]: {
|
|
200
|
-
description: ( localize(
|
|
200
|
+
description: ( localize(3904, 'Indicate when a diff editor becomes the active editor.')),
|
|
201
201
|
...baseVerbosityProperty
|
|
202
202
|
},
|
|
203
203
|
[AccessibilityVerbositySettingId.Debug]: {
|
|
204
204
|
description: ( localize(
|
|
205
|
-
|
|
205
|
+
3905,
|
|
206
206
|
'Provide information about how to access the debug console accessibility help dialog when the debug console or run and debug viewlet is focused. Note that a reload of the window is required for this to take effect.'
|
|
207
207
|
)),
|
|
208
208
|
...baseVerbosityProperty
|
|
209
209
|
},
|
|
210
210
|
[AccessibilityVerbositySettingId.Walkthrough]: {
|
|
211
211
|
description: ( localize(
|
|
212
|
-
|
|
212
|
+
3906,
|
|
213
213
|
'Provide information about how to open the walkthrough in an Accessible View.'
|
|
214
214
|
)),
|
|
215
215
|
...baseVerbosityProperty
|
|
216
216
|
},
|
|
217
217
|
[AccessibilityWorkbenchSettingId.AccessibleViewCloseOnKeyPress]: {
|
|
218
218
|
markdownDescription: ( localize(
|
|
219
|
-
|
|
219
|
+
3907,
|
|
220
220
|
"On keypress, close the Accessible View and focus the element from which it was invoked."
|
|
221
221
|
)),
|
|
222
222
|
type: 'boolean',
|
|
223
223
|
default: true
|
|
224
224
|
},
|
|
225
225
|
'accessibility.signalOptions.volume': {
|
|
226
|
-
'description': ( localize(
|
|
226
|
+
'description': ( localize(3908, "The volume of the sounds in percent (0-100).")),
|
|
227
227
|
'type': 'number',
|
|
228
228
|
'minimum': 0,
|
|
229
229
|
'maximum': 100,
|
|
@@ -231,7 +231,7 @@ const configuration = {
|
|
|
231
231
|
'tags': ['accessibility']
|
|
232
232
|
},
|
|
233
233
|
'accessibility.signalOptions.debouncePositionChanges': {
|
|
234
|
-
'description': ( localize(
|
|
234
|
+
'description': ( localize(3909, "Whether or not position changes should be debounced")),
|
|
235
235
|
'type': 'boolean',
|
|
236
236
|
'default': false,
|
|
237
237
|
'tags': ['accessibility']
|
|
@@ -242,13 +242,13 @@ const configuration = {
|
|
|
242
242
|
'additionalProperties': false,
|
|
243
243
|
'properties': {
|
|
244
244
|
'announcement': {
|
|
245
|
-
'description': ( localize(
|
|
245
|
+
'description': ( localize(3910, "The delay in milliseconds before an announcement is made.")),
|
|
246
246
|
'type': 'number',
|
|
247
247
|
'minimum': 0,
|
|
248
248
|
'default': 3000
|
|
249
249
|
},
|
|
250
250
|
'sound': {
|
|
251
|
-
'description': ( localize(
|
|
251
|
+
'description': ( localize(3911, "The delay in milliseconds before a sound is played.")),
|
|
252
252
|
'type': 'number',
|
|
253
253
|
'minimum': 0,
|
|
254
254
|
'default': 400
|
|
@@ -262,7 +262,7 @@ const configuration = {
|
|
|
262
262
|
'properties': {
|
|
263
263
|
'announcement': {
|
|
264
264
|
'description': ( localize(
|
|
265
|
-
|
|
265
|
+
3912,
|
|
266
266
|
"The delay in milliseconds before an announcement is made when there's a warning at the position."
|
|
267
267
|
)),
|
|
268
268
|
'type': 'number',
|
|
@@ -271,7 +271,7 @@ const configuration = {
|
|
|
271
271
|
},
|
|
272
272
|
'sound': {
|
|
273
273
|
'description': ( localize(
|
|
274
|
-
|
|
274
|
+
3913,
|
|
275
275
|
"The delay in milliseconds before a sound is played when there's a warning at the position."
|
|
276
276
|
)),
|
|
277
277
|
'type': 'number',
|
|
@@ -287,7 +287,7 @@ const configuration = {
|
|
|
287
287
|
'properties': {
|
|
288
288
|
'announcement': {
|
|
289
289
|
'description': ( localize(
|
|
290
|
-
|
|
290
|
+
3914,
|
|
291
291
|
"The delay in milliseconds before an announcement is made when there's an error at the position."
|
|
292
292
|
)),
|
|
293
293
|
'type': 'number',
|
|
@@ -296,7 +296,7 @@ const configuration = {
|
|
|
296
296
|
},
|
|
297
297
|
'sound': {
|
|
298
298
|
'description': ( localize(
|
|
299
|
-
|
|
299
|
+
3915,
|
|
300
300
|
"The delay in milliseconds before a sound is played when there's an error at the position."
|
|
301
301
|
)),
|
|
302
302
|
'type': 'number',
|
|
@@ -309,16 +309,16 @@ const configuration = {
|
|
|
309
309
|
'accessibility.signals.lineHasBreakpoint': {
|
|
310
310
|
...signalFeatureBase,
|
|
311
311
|
'description': ( localize(
|
|
312
|
-
|
|
312
|
+
3916,
|
|
313
313
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a breakpoint."
|
|
314
314
|
)),
|
|
315
315
|
'properties': {
|
|
316
316
|
'sound': {
|
|
317
|
-
'description': ( localize(
|
|
317
|
+
'description': ( localize(3917, "Plays a sound when the active line has a breakpoint.")),
|
|
318
318
|
...soundFeatureBase
|
|
319
319
|
},
|
|
320
320
|
'announcement': {
|
|
321
|
-
'description': ( localize(
|
|
321
|
+
'description': ( localize(3918, "Announces when the active line has a breakpoint.")),
|
|
322
322
|
...announcementFeatureBase
|
|
323
323
|
},
|
|
324
324
|
},
|
|
@@ -326,12 +326,12 @@ const configuration = {
|
|
|
326
326
|
'accessibility.signals.lineHasInlineSuggestion': {
|
|
327
327
|
...defaultNoAnnouncement,
|
|
328
328
|
'description': ( localize(
|
|
329
|
-
|
|
329
|
+
3919,
|
|
330
330
|
"Plays a sound / audio cue when the active line has an inline suggestion."
|
|
331
331
|
)),
|
|
332
332
|
'properties': {
|
|
333
333
|
'sound': {
|
|
334
|
-
'description': ( localize(
|
|
334
|
+
'description': ( localize(3920, "Plays a sound when the active line has an inline suggestion.")),
|
|
335
335
|
...soundFeatureBase,
|
|
336
336
|
'default': 'off'
|
|
337
337
|
}
|
|
@@ -340,16 +340,16 @@ const configuration = {
|
|
|
340
340
|
'accessibility.signals.lineHasError': {
|
|
341
341
|
...signalFeatureBase,
|
|
342
342
|
'description': ( localize(
|
|
343
|
-
|
|
343
|
+
3921,
|
|
344
344
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has an error."
|
|
345
345
|
)),
|
|
346
346
|
'properties': {
|
|
347
347
|
'sound': {
|
|
348
|
-
'description': ( localize(
|
|
348
|
+
'description': ( localize(3922, "Plays a sound when the active line has an error.")),
|
|
349
349
|
...soundFeatureBase
|
|
350
350
|
},
|
|
351
351
|
'announcement': {
|
|
352
|
-
'description': ( localize(
|
|
352
|
+
'description': ( localize(3923, "Announces when the active line has an error.")),
|
|
353
353
|
...announcementFeatureBase,
|
|
354
354
|
default: 'off'
|
|
355
355
|
},
|
|
@@ -358,13 +358,13 @@ const configuration = {
|
|
|
358
358
|
'accessibility.signals.lineHasFoldedArea': {
|
|
359
359
|
...signalFeatureBase,
|
|
360
360
|
'description': ( localize(
|
|
361
|
-
|
|
361
|
+
3924,
|
|
362
362
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - the active line has a folded area that can be unfolded."
|
|
363
363
|
)),
|
|
364
364
|
'properties': {
|
|
365
365
|
'sound': {
|
|
366
366
|
'description': ( localize(
|
|
367
|
-
|
|
367
|
+
3925,
|
|
368
368
|
"Plays a sound when the active line has a folded area that can be unfolded."
|
|
369
369
|
)),
|
|
370
370
|
...soundFeatureBase,
|
|
@@ -372,7 +372,7 @@ const configuration = {
|
|
|
372
372
|
},
|
|
373
373
|
'announcement': {
|
|
374
374
|
'description': ( localize(
|
|
375
|
-
|
|
375
|
+
3926,
|
|
376
376
|
"Announces when the active line has a folded area that can be unfolded."
|
|
377
377
|
)),
|
|
378
378
|
...announcementFeatureBase
|
|
@@ -382,16 +382,16 @@ const configuration = {
|
|
|
382
382
|
'accessibility.signals.lineHasWarning': {
|
|
383
383
|
...signalFeatureBase,
|
|
384
384
|
'description': ( localize(
|
|
385
|
-
|
|
385
|
+
3927,
|
|
386
386
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
|
|
387
387
|
)),
|
|
388
388
|
'properties': {
|
|
389
389
|
'sound': {
|
|
390
|
-
'description': ( localize(
|
|
390
|
+
'description': ( localize(3928, "Plays a sound when the active line has a warning.")),
|
|
391
391
|
...soundFeatureBase
|
|
392
392
|
},
|
|
393
393
|
'announcement': {
|
|
394
|
-
'description': ( localize(
|
|
394
|
+
'description': ( localize(3929, "Announces when the active line has a warning.")),
|
|
395
395
|
...announcementFeatureBase,
|
|
396
396
|
default: 'off'
|
|
397
397
|
},
|
|
@@ -400,16 +400,16 @@ const configuration = {
|
|
|
400
400
|
'accessibility.signals.positionHasError': {
|
|
401
401
|
...signalFeatureBase,
|
|
402
402
|
'description': ( localize(
|
|
403
|
-
|
|
403
|
+
3930,
|
|
404
404
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
|
|
405
405
|
)),
|
|
406
406
|
'properties': {
|
|
407
407
|
'sound': {
|
|
408
|
-
'description': ( localize(
|
|
408
|
+
'description': ( localize(3931, "Plays a sound when the active line has a warning.")),
|
|
409
409
|
...soundFeatureBase
|
|
410
410
|
},
|
|
411
411
|
'announcement': {
|
|
412
|
-
'description': ( localize(
|
|
412
|
+
'description': ( localize(3932, "Announces when the active line has a warning.")),
|
|
413
413
|
...announcementFeatureBase,
|
|
414
414
|
default: 'on'
|
|
415
415
|
},
|
|
@@ -418,16 +418,16 @@ const configuration = {
|
|
|
418
418
|
'accessibility.signals.positionHasWarning': {
|
|
419
419
|
...signalFeatureBase,
|
|
420
420
|
'description': ( localize(
|
|
421
|
-
|
|
421
|
+
3933,
|
|
422
422
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
|
|
423
423
|
)),
|
|
424
424
|
'properties': {
|
|
425
425
|
'sound': {
|
|
426
|
-
'description': ( localize(
|
|
426
|
+
'description': ( localize(3934, "Plays a sound when the active line has a warning.")),
|
|
427
427
|
...soundFeatureBase
|
|
428
428
|
},
|
|
429
429
|
'announcement': {
|
|
430
|
-
'description': ( localize(
|
|
430
|
+
'description': ( localize(3935, "Announces when the active line has a warning.")),
|
|
431
431
|
...announcementFeatureBase,
|
|
432
432
|
default: 'on'
|
|
433
433
|
},
|
|
@@ -436,16 +436,16 @@ const configuration = {
|
|
|
436
436
|
'accessibility.signals.onDebugBreak': {
|
|
437
437
|
...signalFeatureBase,
|
|
438
438
|
'description': ( localize(
|
|
439
|
-
|
|
439
|
+
3936,
|
|
440
440
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when the debugger stopped on a breakpoint."
|
|
441
441
|
)),
|
|
442
442
|
'properties': {
|
|
443
443
|
'sound': {
|
|
444
|
-
'description': ( localize(
|
|
444
|
+
'description': ( localize(3937, "Plays a sound when the debugger stopped on a breakpoint.")),
|
|
445
445
|
...soundFeatureBase
|
|
446
446
|
},
|
|
447
447
|
'announcement': {
|
|
448
|
-
'description': ( localize(
|
|
448
|
+
'description': ( localize(3938, "Announces when the debugger stopped on a breakpoint.")),
|
|
449
449
|
...announcementFeatureBase
|
|
450
450
|
},
|
|
451
451
|
}
|
|
@@ -453,20 +453,20 @@ const configuration = {
|
|
|
453
453
|
'accessibility.signals.noInlayHints': {
|
|
454
454
|
...signalFeatureBase,
|
|
455
455
|
'description': ( localize(
|
|
456
|
-
|
|
456
|
+
3939,
|
|
457
457
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when trying to read a line with inlay hints that has no inlay hints."
|
|
458
458
|
)),
|
|
459
459
|
'properties': {
|
|
460
460
|
'sound': {
|
|
461
461
|
'description': ( localize(
|
|
462
|
-
|
|
462
|
+
3940,
|
|
463
463
|
"Plays a sound when trying to read a line with inlay hints that has no inlay hints."
|
|
464
464
|
)),
|
|
465
465
|
...soundFeatureBase
|
|
466
466
|
},
|
|
467
467
|
'announcement': {
|
|
468
468
|
'description': ( localize(
|
|
469
|
-
|
|
469
|
+
3941,
|
|
470
470
|
"Announces when trying to read a line with inlay hints that has no inlay hints."
|
|
471
471
|
)),
|
|
472
472
|
...announcementFeatureBase
|
|
@@ -476,16 +476,16 @@ const configuration = {
|
|
|
476
476
|
'accessibility.signals.taskCompleted': {
|
|
477
477
|
...signalFeatureBase,
|
|
478
478
|
'description': ( localize(
|
|
479
|
-
|
|
479
|
+
3942,
|
|
480
480
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a task is completed."
|
|
481
481
|
)),
|
|
482
482
|
'properties': {
|
|
483
483
|
'sound': {
|
|
484
|
-
'description': ( localize(
|
|
484
|
+
'description': ( localize(3943, "Plays a sound when a task is completed.")),
|
|
485
485
|
...soundFeatureBase
|
|
486
486
|
},
|
|
487
487
|
'announcement': {
|
|
488
|
-
'description': ( localize(
|
|
488
|
+
'description': ( localize(3944, "Announces when a task is completed.")),
|
|
489
489
|
...announcementFeatureBase
|
|
490
490
|
},
|
|
491
491
|
}
|
|
@@ -493,16 +493,16 @@ const configuration = {
|
|
|
493
493
|
'accessibility.signals.taskFailed': {
|
|
494
494
|
...signalFeatureBase,
|
|
495
495
|
'description': ( localize(
|
|
496
|
-
|
|
496
|
+
3945,
|
|
497
497
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a task fails (non-zero exit code)."
|
|
498
498
|
)),
|
|
499
499
|
'properties': {
|
|
500
500
|
'sound': {
|
|
501
|
-
'description': ( localize(
|
|
501
|
+
'description': ( localize(3946, "Plays a sound when a task fails (non-zero exit code).")),
|
|
502
502
|
...soundFeatureBase
|
|
503
503
|
},
|
|
504
504
|
'announcement': {
|
|
505
|
-
'description': ( localize(
|
|
505
|
+
'description': ( localize(3947, "Announces when a task fails (non-zero exit code).")),
|
|
506
506
|
...announcementFeatureBase
|
|
507
507
|
},
|
|
508
508
|
}
|
|
@@ -510,20 +510,20 @@ const configuration = {
|
|
|
510
510
|
'accessibility.signals.terminalCommandFailed': {
|
|
511
511
|
...signalFeatureBase,
|
|
512
512
|
'description': ( localize(
|
|
513
|
-
|
|
513
|
+
3948,
|
|
514
514
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
|
|
515
515
|
)),
|
|
516
516
|
'properties': {
|
|
517
517
|
'sound': {
|
|
518
518
|
'description': ( localize(
|
|
519
|
-
|
|
519
|
+
3949,
|
|
520
520
|
"Plays a sound when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
|
|
521
521
|
)),
|
|
522
522
|
...soundFeatureBase
|
|
523
523
|
},
|
|
524
524
|
'announcement': {
|
|
525
525
|
'description': ( localize(
|
|
526
|
-
|
|
526
|
+
3950,
|
|
527
527
|
"Announces when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
|
|
528
528
|
)),
|
|
529
529
|
...announcementFeatureBase
|
|
@@ -533,20 +533,20 @@ const configuration = {
|
|
|
533
533
|
'accessibility.signals.terminalCommandSucceeded': {
|
|
534
534
|
...signalFeatureBase,
|
|
535
535
|
'description': ( localize(
|
|
536
|
-
|
|
536
|
+
3951,
|
|
537
537
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
|
|
538
538
|
)),
|
|
539
539
|
'properties': {
|
|
540
540
|
'sound': {
|
|
541
541
|
'description': ( localize(
|
|
542
|
-
|
|
542
|
+
3952,
|
|
543
543
|
"Plays a sound when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
|
|
544
544
|
)),
|
|
545
545
|
...soundFeatureBase
|
|
546
546
|
},
|
|
547
547
|
'announcement': {
|
|
548
548
|
'description': ( localize(
|
|
549
|
-
|
|
549
|
+
3953,
|
|
550
550
|
"Announces when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
|
|
551
551
|
)),
|
|
552
552
|
...announcementFeatureBase
|
|
@@ -556,16 +556,16 @@ const configuration = {
|
|
|
556
556
|
'accessibility.signals.terminalQuickFix': {
|
|
557
557
|
...signalFeatureBase,
|
|
558
558
|
'description': ( localize(
|
|
559
|
-
|
|
559
|
+
3954,
|
|
560
560
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when terminal Quick Fixes are available."
|
|
561
561
|
)),
|
|
562
562
|
'properties': {
|
|
563
563
|
'sound': {
|
|
564
|
-
'description': ( localize(
|
|
564
|
+
'description': ( localize(3955, "Plays a sound when terminal Quick Fixes are available.")),
|
|
565
565
|
...soundFeatureBase
|
|
566
566
|
},
|
|
567
567
|
'announcement': {
|
|
568
|
-
'description': ( localize(
|
|
568
|
+
'description': ( localize(3956, "Announces when terminal Quick Fixes are available.")),
|
|
569
569
|
...announcementFeatureBase
|
|
570
570
|
},
|
|
571
571
|
}
|
|
@@ -573,16 +573,16 @@ const configuration = {
|
|
|
573
573
|
'accessibility.signals.terminalBell': {
|
|
574
574
|
...signalFeatureBase,
|
|
575
575
|
'description': ( localize(
|
|
576
|
-
|
|
576
|
+
3957,
|
|
577
577
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when the terminal bell is ringing."
|
|
578
578
|
)),
|
|
579
579
|
'properties': {
|
|
580
580
|
'sound': {
|
|
581
|
-
'description': ( localize(
|
|
581
|
+
'description': ( localize(3958, "Plays a sound when the terminal bell is ringing.")),
|
|
582
582
|
...soundFeatureBase
|
|
583
583
|
},
|
|
584
584
|
'announcement': {
|
|
585
|
-
'description': ( localize(
|
|
585
|
+
'description': ( localize(3959, "Announces when the terminal bell is ringing.")),
|
|
586
586
|
...announcementFeatureBase
|
|
587
587
|
},
|
|
588
588
|
}
|
|
@@ -590,13 +590,13 @@ const configuration = {
|
|
|
590
590
|
'accessibility.signals.diffLineInserted': {
|
|
591
591
|
...defaultNoAnnouncement,
|
|
592
592
|
'description': ( localize(
|
|
593
|
-
|
|
593
|
+
3960,
|
|
594
594
|
"Plays a sound / audio cue when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change."
|
|
595
595
|
)),
|
|
596
596
|
'properties': {
|
|
597
597
|
'sound': {
|
|
598
598
|
'description': ( localize(
|
|
599
|
-
|
|
599
|
+
3961,
|
|
600
600
|
"Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change."
|
|
601
601
|
)),
|
|
602
602
|
...soundFeatureBase
|
|
@@ -606,13 +606,13 @@ const configuration = {
|
|
|
606
606
|
'accessibility.signals.diffLineModified': {
|
|
607
607
|
...defaultNoAnnouncement,
|
|
608
608
|
'description': ( localize(
|
|
609
|
-
|
|
609
|
+
3962,
|
|
610
610
|
"Plays a sound / audio cue when the focus moves to an modified line in Accessible Diff Viewer mode or to the next/previous change."
|
|
611
611
|
)),
|
|
612
612
|
'properties': {
|
|
613
613
|
'sound': {
|
|
614
614
|
'description': ( localize(
|
|
615
|
-
|
|
615
|
+
3963,
|
|
616
616
|
"Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change."
|
|
617
617
|
)),
|
|
618
618
|
...soundFeatureBase
|
|
@@ -622,13 +622,13 @@ const configuration = {
|
|
|
622
622
|
'accessibility.signals.diffLineDeleted': {
|
|
623
623
|
...defaultNoAnnouncement,
|
|
624
624
|
'description': ( localize(
|
|
625
|
-
|
|
625
|
+
3964,
|
|
626
626
|
"Plays a sound / audio cue when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change."
|
|
627
627
|
)),
|
|
628
628
|
'properties': {
|
|
629
629
|
'sound': {
|
|
630
630
|
'description': ( localize(
|
|
631
|
-
|
|
631
|
+
3965,
|
|
632
632
|
"Plays a sound when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change."
|
|
633
633
|
)),
|
|
634
634
|
...soundFeatureBase
|
|
@@ -638,20 +638,20 @@ const configuration = {
|
|
|
638
638
|
'accessibility.signals.notebookCellCompleted': {
|
|
639
639
|
...signalFeatureBase,
|
|
640
640
|
'description': ( localize(
|
|
641
|
-
|
|
641
|
+
3966,
|
|
642
642
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a notebook cell execution is successfully completed."
|
|
643
643
|
)),
|
|
644
644
|
'properties': {
|
|
645
645
|
'sound': {
|
|
646
646
|
'description': ( localize(
|
|
647
|
-
|
|
647
|
+
3967,
|
|
648
648
|
"Plays a sound when a notebook cell execution is successfully completed."
|
|
649
649
|
)),
|
|
650
650
|
...soundFeatureBase
|
|
651
651
|
},
|
|
652
652
|
'announcement': {
|
|
653
653
|
'description': ( localize(
|
|
654
|
-
|
|
654
|
+
3968,
|
|
655
655
|
"Announces when a notebook cell execution is successfully completed."
|
|
656
656
|
)),
|
|
657
657
|
...announcementFeatureBase
|
|
@@ -661,16 +661,16 @@ const configuration = {
|
|
|
661
661
|
'accessibility.signals.notebookCellFailed': {
|
|
662
662
|
...signalFeatureBase,
|
|
663
663
|
'description': ( localize(
|
|
664
|
-
|
|
664
|
+
3969,
|
|
665
665
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a notebook cell execution fails."
|
|
666
666
|
)),
|
|
667
667
|
'properties': {
|
|
668
668
|
'sound': {
|
|
669
|
-
'description': ( localize(
|
|
669
|
+
'description': ( localize(3970, "Plays a sound when a notebook cell execution fails.")),
|
|
670
670
|
...soundFeatureBase
|
|
671
671
|
},
|
|
672
672
|
'announcement': {
|
|
673
|
-
'description': ( localize(
|
|
673
|
+
'description': ( localize(3971, "Announces when a notebook cell execution fails.")),
|
|
674
674
|
...announcementFeatureBase
|
|
675
675
|
},
|
|
676
676
|
}
|
|
@@ -678,16 +678,16 @@ const configuration = {
|
|
|
678
678
|
'accessibility.signals.progress': {
|
|
679
679
|
...signalFeatureBase,
|
|
680
680
|
'description': ( localize(
|
|
681
|
-
|
|
681
|
+
3972,
|
|
682
682
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - on loop while progress is occurring."
|
|
683
683
|
)),
|
|
684
684
|
'properties': {
|
|
685
685
|
'sound': {
|
|
686
|
-
'description': ( localize(
|
|
686
|
+
'description': ( localize(3973, "Plays a sound on loop while progress is occurring.")),
|
|
687
687
|
...soundFeatureBase
|
|
688
688
|
},
|
|
689
689
|
'announcement': {
|
|
690
|
-
'description': ( localize(
|
|
690
|
+
'description': ( localize(3974, "Alerts on loop while progress is occurring.")),
|
|
691
691
|
...announcementFeatureBase
|
|
692
692
|
},
|
|
693
693
|
},
|
|
@@ -695,56 +695,56 @@ const configuration = {
|
|
|
695
695
|
'accessibility.signals.chatRequestSent': {
|
|
696
696
|
...signalFeatureBase,
|
|
697
697
|
'description': ( localize(
|
|
698
|
-
|
|
698
|
+
3975,
|
|
699
699
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a chat request is made."
|
|
700
700
|
)),
|
|
701
701
|
'properties': {
|
|
702
702
|
'sound': {
|
|
703
|
-
'description': ( localize(
|
|
703
|
+
'description': ( localize(3976, "Plays a sound when a chat request is made.")),
|
|
704
704
|
...soundFeatureBase
|
|
705
705
|
},
|
|
706
706
|
'announcement': {
|
|
707
|
-
'description': ( localize(
|
|
707
|
+
'description': ( localize(3977, "Announces when a chat request is made.")),
|
|
708
708
|
...announcementFeatureBase
|
|
709
709
|
},
|
|
710
710
|
}
|
|
711
711
|
},
|
|
712
712
|
'accessibility.signals.chatResponseReceived': {
|
|
713
713
|
...defaultNoAnnouncement,
|
|
714
|
-
'description': ( localize(
|
|
714
|
+
'description': ( localize(3978, "Plays a sound / audio cue when the response has been received.")),
|
|
715
715
|
'properties': {
|
|
716
716
|
'sound': {
|
|
717
|
-
'description': ( localize(
|
|
717
|
+
'description': ( localize(3979, "Plays a sound on when the response has been received.")),
|
|
718
718
|
...soundFeatureBase
|
|
719
719
|
},
|
|
720
720
|
}
|
|
721
721
|
},
|
|
722
722
|
'accessibility.signals.codeActionTriggered': {
|
|
723
723
|
...defaultNoAnnouncement,
|
|
724
|
-
'description': ( localize(
|
|
724
|
+
'description': ( localize(3980, "Plays a sound / audio cue - when a code action has been triggered.")),
|
|
725
725
|
'properties': {
|
|
726
726
|
'sound': {
|
|
727
|
-
'description': ( localize(
|
|
727
|
+
'description': ( localize(3981, "Plays a sound when a code action has been triggered.")),
|
|
728
728
|
...soundFeatureBase
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
731
|
},
|
|
732
732
|
'accessibility.signals.codeActionApplied': {
|
|
733
733
|
...defaultNoAnnouncement,
|
|
734
|
-
'description': ( localize(
|
|
734
|
+
'description': ( localize(3982, "Plays a sound / audio cue when the code action has been applied.")),
|
|
735
735
|
'properties': {
|
|
736
736
|
'sound': {
|
|
737
|
-
'description': ( localize(
|
|
737
|
+
'description': ( localize(3983, "Plays a sound when the code action has been applied.")),
|
|
738
738
|
...soundFeatureBase
|
|
739
739
|
},
|
|
740
740
|
}
|
|
741
741
|
},
|
|
742
742
|
'accessibility.signals.voiceRecordingStarted': {
|
|
743
743
|
...defaultNoAnnouncement,
|
|
744
|
-
'description': ( localize(
|
|
744
|
+
'description': ( localize(3984, "Plays a sound / audio cue when the voice recording has started.")),
|
|
745
745
|
'properties': {
|
|
746
746
|
'sound': {
|
|
747
|
-
'description': ( localize(
|
|
747
|
+
'description': ( localize(3985, "Plays a sound when the voice recording has started.")),
|
|
748
748
|
...soundFeatureBase,
|
|
749
749
|
},
|
|
750
750
|
},
|
|
@@ -754,10 +754,10 @@ const configuration = {
|
|
|
754
754
|
},
|
|
755
755
|
'accessibility.signals.voiceRecordingStopped': {
|
|
756
756
|
...defaultNoAnnouncement,
|
|
757
|
-
'description': ( localize(
|
|
757
|
+
'description': ( localize(3986, "Plays a sound / audio cue when the voice recording has stopped.")),
|
|
758
758
|
'properties': {
|
|
759
759
|
'sound': {
|
|
760
|
-
'description': ( localize(
|
|
760
|
+
'description': ( localize(3987, "Plays a sound when the voice recording has stopped.")),
|
|
761
761
|
...soundFeatureBase,
|
|
762
762
|
default: 'off'
|
|
763
763
|
},
|
|
@@ -766,16 +766,16 @@ const configuration = {
|
|
|
766
766
|
'accessibility.signals.clear': {
|
|
767
767
|
...signalFeatureBase,
|
|
768
768
|
'description': ( localize(
|
|
769
|
-
|
|
769
|
+
3988,
|
|
770
770
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a feature is cleared (for example, the terminal, Debug Console, or Output channel)."
|
|
771
771
|
)),
|
|
772
772
|
'properties': {
|
|
773
773
|
'sound': {
|
|
774
|
-
'description': ( localize(
|
|
774
|
+
'description': ( localize(3989, "Plays a sound when a feature is cleared.")),
|
|
775
775
|
...soundFeatureBase
|
|
776
776
|
},
|
|
777
777
|
'announcement': {
|
|
778
|
-
'description': ( localize(
|
|
778
|
+
'description': ( localize(3990, "Announces when a feature is cleared.")),
|
|
779
779
|
...announcementFeatureBase
|
|
780
780
|
},
|
|
781
781
|
},
|
|
@@ -785,30 +785,30 @@ const configuration = {
|
|
|
785
785
|
'tags': ['accessibility'],
|
|
786
786
|
additionalProperties: false,
|
|
787
787
|
'markdownDescription': ( localize(
|
|
788
|
-
|
|
788
|
+
3991,
|
|
789
789
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a file is saved."
|
|
790
790
|
)),
|
|
791
791
|
'properties': {
|
|
792
792
|
'sound': {
|
|
793
|
-
'description': ( localize(
|
|
793
|
+
'description': ( localize(3992, "Plays a sound when a file is saved.")),
|
|
794
794
|
'type': 'string',
|
|
795
795
|
'enum': ['userGesture', 'always', 'never'],
|
|
796
796
|
'default': 'never',
|
|
797
797
|
'enumDescriptions': [
|
|
798
|
-
( localize(
|
|
799
|
-
( localize(
|
|
800
|
-
( localize(
|
|
798
|
+
( localize(3993, "Plays the sound when a user explicitly saves a file.")),
|
|
799
|
+
( localize(3994, "Plays the sound whenever a file is saved, including auto save.")),
|
|
800
|
+
( localize(3995, "Never plays the sound."))
|
|
801
801
|
],
|
|
802
802
|
},
|
|
803
803
|
'announcement': {
|
|
804
|
-
'description': ( localize(
|
|
804
|
+
'description': ( localize(3996, "Announces when a file is saved.")),
|
|
805
805
|
'type': 'string',
|
|
806
806
|
'enum': ['userGesture', 'always', 'never'],
|
|
807
807
|
'default': 'never',
|
|
808
808
|
'enumDescriptions': [
|
|
809
|
-
( localize(
|
|
810
|
-
( localize(
|
|
811
|
-
( localize(
|
|
809
|
+
( localize(3997, "Announces when a user explicitly saves a file.")),
|
|
810
|
+
( localize(3998, "Announces whenever a file is saved, including auto save.")),
|
|
811
|
+
( localize(3999, "Never plays the announcement."))
|
|
812
812
|
],
|
|
813
813
|
},
|
|
814
814
|
},
|
|
@@ -822,36 +822,36 @@ const configuration = {
|
|
|
822
822
|
'tags': ['accessibility'],
|
|
823
823
|
additionalProperties: false,
|
|
824
824
|
'markdownDescription': ( localize(
|
|
825
|
-
|
|
825
|
+
4000,
|
|
826
826
|
"Plays a signal - sound (audio cue) and/or announcement (alert) - when a file or notebook is formatted."
|
|
827
827
|
)),
|
|
828
828
|
'properties': {
|
|
829
829
|
'sound': {
|
|
830
|
-
'description': ( localize(
|
|
830
|
+
'description': ( localize(4001, "Plays a sound when a file or notebook is formatted.")),
|
|
831
831
|
'type': 'string',
|
|
832
832
|
'enum': ['userGesture', 'always', 'never'],
|
|
833
833
|
'default': 'never',
|
|
834
834
|
'enumDescriptions': [
|
|
835
|
-
( localize(
|
|
835
|
+
( localize(4002, "Plays the sound when a user explicitly formats a file.")),
|
|
836
836
|
( localize(
|
|
837
|
-
|
|
837
|
+
4003,
|
|
838
838
|
"Plays the sound whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell."
|
|
839
839
|
)),
|
|
840
|
-
( localize(
|
|
840
|
+
( localize(4004, "Never plays the sound."))
|
|
841
841
|
],
|
|
842
842
|
},
|
|
843
843
|
'announcement': {
|
|
844
|
-
'description': ( localize(
|
|
844
|
+
'description': ( localize(4005, "Announces when a file or notebook is formatted.")),
|
|
845
845
|
'type': 'string',
|
|
846
846
|
'enum': ['userGesture', 'always', 'never'],
|
|
847
847
|
'default': 'never',
|
|
848
848
|
'enumDescriptions': [
|
|
849
|
-
( localize(
|
|
849
|
+
( localize(4006, "Announces when a user explicitly formats a file.")),
|
|
850
850
|
( localize(
|
|
851
|
-
|
|
851
|
+
4007,
|
|
852
852
|
"Announces whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell."
|
|
853
853
|
)),
|
|
854
|
-
( localize(
|
|
854
|
+
( localize(4008, "Never announces."))
|
|
855
855
|
],
|
|
856
856
|
},
|
|
857
857
|
},
|
|
@@ -862,13 +862,13 @@ const configuration = {
|
|
|
862
862
|
},
|
|
863
863
|
'accessibility.underlineLinks': {
|
|
864
864
|
'type': 'boolean',
|
|
865
|
-
'description': ( localize(
|
|
865
|
+
'description': ( localize(4009, "Controls whether links should be underlined in the workbench.")),
|
|
866
866
|
'default': false,
|
|
867
867
|
},
|
|
868
868
|
'accessibility.debugWatchVariableAnnouncements': {
|
|
869
869
|
'type': 'boolean',
|
|
870
870
|
'description': ( localize(
|
|
871
|
-
|
|
871
|
+
4010,
|
|
872
872
|
"Controls whether variable changes should be announced in the debug watch view."
|
|
873
873
|
)),
|
|
874
874
|
'default': true,
|
|
@@ -876,7 +876,7 @@ const configuration = {
|
|
|
876
876
|
'accessibility.replEditor.readLastExecutionOutput': {
|
|
877
877
|
'type': 'boolean',
|
|
878
878
|
'description': ( localize(
|
|
879
|
-
|
|
879
|
+
4011,
|
|
880
880
|
"Controls whether the output from an execution in the native REPL will be announced."
|
|
881
881
|
)),
|
|
882
882
|
'default': true,
|
|
@@ -886,7 +886,7 @@ const configuration = {
|
|
|
886
886
|
enum: ['none', 'input', 'lastExecution'],
|
|
887
887
|
default: 'input',
|
|
888
888
|
description: ( localize(
|
|
889
|
-
|
|
889
|
+
4012,
|
|
890
890
|
"Control whether focus should automatically be sent to the REPL when code is executed."
|
|
891
891
|
)),
|
|
892
892
|
}
|
|
@@ -900,7 +900,7 @@ function registerAccessibilityConfiguration() {
|
|
|
900
900
|
properties: {
|
|
901
901
|
[AccessibilityWorkbenchSettingId.DimUnfocusedEnabled]: {
|
|
902
902
|
description: ( localize(
|
|
903
|
-
|
|
903
|
+
4013,
|
|
904
904
|
'Whether to dim unfocused editors and terminals, which makes it more clear where typed input will go to. This works with the majority of editors with the notable exceptions of those that utilize iframes like notebooks and extension webview editors.'
|
|
905
905
|
)),
|
|
906
906
|
type: 'boolean',
|
|
@@ -910,7 +910,7 @@ function registerAccessibilityConfiguration() {
|
|
|
910
910
|
},
|
|
911
911
|
[AccessibilityWorkbenchSettingId.DimUnfocusedOpacity]: {
|
|
912
912
|
markdownDescription: ( localize(
|
|
913
|
-
|
|
913
|
+
4014,
|
|
914
914
|
'The opacity fraction (0.2 to 1.0) to use for unfocused editors and terminals. This will only take effect when {0} is enabled.',
|
|
915
915
|
`\`#${AccessibilityWorkbenchSettingId.DimUnfocusedEnabled}#\``
|
|
916
916
|
)),
|
|
@@ -922,7 +922,7 @@ function registerAccessibilityConfiguration() {
|
|
|
922
922
|
scope: ConfigurationScope.APPLICATION,
|
|
923
923
|
},
|
|
924
924
|
[AccessibilityWorkbenchSettingId.HideAccessibleView]: {
|
|
925
|
-
description: ( localize(
|
|
925
|
+
description: ( localize(4015, "Controls whether the Accessible View is hidden.")),
|
|
926
926
|
type: 'boolean',
|
|
927
927
|
default: false,
|
|
928
928
|
tags: ['accessibility']
|
|
@@ -953,7 +953,7 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
|
|
|
953
953
|
properties: {
|
|
954
954
|
[AccessibilityVoiceSettingId.SpeechTimeout]: {
|
|
955
955
|
'markdownDescription': ( localize(
|
|
956
|
-
|
|
956
|
+
4016,
|
|
957
957
|
"The duration in milliseconds that voice speech recognition remains active after you stop speaking. For example in a chat session, the transcribed text is submitted automatically after the timeout is met. Set to `0` to disable this feature."
|
|
958
958
|
)),
|
|
959
959
|
'type': 'number',
|
|
@@ -963,7 +963,7 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
|
|
|
963
963
|
},
|
|
964
964
|
[AccessibilityVoiceSettingId.SpeechLanguage]: {
|
|
965
965
|
'markdownDescription': ( localize(
|
|
966
|
-
|
|
966
|
+
4017,
|
|
967
967
|
"The language that text-to-speech and speech-to-text should use. Select `auto` to use the configured display language if possible. Note that not all display languages maybe supported by speech recognition and synthesizers."
|
|
968
968
|
)),
|
|
969
969
|
'type': 'string',
|
|
@@ -978,17 +978,17 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
|
|
|
978
978
|
'enum': ['on', 'off', 'auto'],
|
|
979
979
|
'enumDescriptions': [
|
|
980
980
|
( localize(
|
|
981
|
-
|
|
981
|
+
4018,
|
|
982
982
|
"Enable the feature. When a screen reader is enabled, note that this will disable aria updates."
|
|
983
983
|
)),
|
|
984
|
-
( localize(
|
|
984
|
+
( localize(4019, "Disable the feature.")),
|
|
985
985
|
( localize(
|
|
986
|
-
|
|
986
|
+
4020,
|
|
987
987
|
"When a screen reader is detected, disable the feature. Otherwise, enable the feature."
|
|
988
988
|
))
|
|
989
989
|
],
|
|
990
990
|
'markdownDescription': ( localize(
|
|
991
|
-
|
|
991
|
+
4021,
|
|
992
992
|
"Whether a textual response should automatically be read out aloud when speech was used as input. For example in a chat session, a response is automatically synthesized when voice was used as chat request."
|
|
993
993
|
)),
|
|
994
994
|
'default': this.productService.quality !== 'stable' ? 'auto' : 'off',
|
|
@@ -1000,7 +1000,7 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
|
|
|
1000
1000
|
getLanguages() {
|
|
1001
1001
|
return {
|
|
1002
1002
|
['auto']: {
|
|
1003
|
-
name: ( localize(
|
|
1003
|
+
name: ( localize(4022, "Auto (Use Display Language)"))
|
|
1004
1004
|
},
|
|
1005
1005
|
...SPEECH_LANGUAGES
|
|
1006
1006
|
};
|