@codingame/monaco-vscode-notebook-service-override 32.0.2 → 33.0.7
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/package.json +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint.js +7 -7
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands.js +21 -21
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellDiagnostics/cellDiagnosticsActions.js +4 -4
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellDiagnostics/diagnosticCellStatusBarContrib.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/statusBarProviders.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard.js +6 -6
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar.js +9 -9
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFind.js +4 -4
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/format/formatting.js +4 -4
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/multicursor/notebookMulticursor.js +5 -5
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/navigation/arrow.js +13 -13
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookInlineVariables.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.js +9 -9
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants.js +12 -12
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/editActions.js +25 -25
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/executeActions.js +22 -22
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/layoutActions.js +21 -21
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/notebookIndentationActions.js +7 -7
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/sectionActions.js +12 -12
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/variablesActions.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffActions.js +21 -21
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookMultiDiffEditor.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/notebook.contribution.js +59 -59
- package/vscode/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityHelp.js +10 -10
- package/vscode/src/vs/workbench/contrib/notebook/browser/notebookExtensionPoint.js +31 -31
- package/vscode/src/vs/workbench/contrib/notebook/browser/outputEditor/notebookOutputEditor.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/outputEditor/notebookOutputEditorInput.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookLoggingServiceImpl.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookServiceImpl.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory.js +1 -1
- package/vscode/src/vs/workbench/contrib/replNotebook/browser/repl.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp.js +14 -14
- package/vscode/src/vs/workbench/services/workingCopy/common/fileWorkingCopyManager.js +12 -12
- package/vscode/src/vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager.js +1 -1
|
@@ -857,7 +857,7 @@ for (const editorOption of editorOptionsRegistry) {
|
|
|
857
857
|
}
|
|
858
858
|
const editorOptionsCustomizationSchema = {
|
|
859
859
|
description: ( localize(
|
|
860
|
-
|
|
860
|
+
11829,
|
|
861
861
|
"Settings for code editors used in notebooks. This can be used to customize most editor.* settings."
|
|
862
862
|
)),
|
|
863
863
|
default: {},
|
|
@@ -871,11 +871,11 @@ const configurationRegistry = ( Registry.as(Extensions$2.Configuration));
|
|
|
871
871
|
configurationRegistry.registerConfiguration({
|
|
872
872
|
id: "notebook",
|
|
873
873
|
order: 100,
|
|
874
|
-
title: ( localize(
|
|
874
|
+
title: ( localize(11830, "Notebook")),
|
|
875
875
|
type: "object",
|
|
876
876
|
properties: {
|
|
877
877
|
[NotebookSetting.displayOrder]: {
|
|
878
|
-
description: ( localize(
|
|
878
|
+
description: ( localize(11831, "Priority list for output mime types")),
|
|
879
879
|
type: "array",
|
|
880
880
|
items: {
|
|
881
881
|
type: "string"
|
|
@@ -884,12 +884,12 @@ configurationRegistry.registerConfiguration({
|
|
|
884
884
|
},
|
|
885
885
|
[NotebookSetting.cellToolbarLocation]: {
|
|
886
886
|
description: ( localize(
|
|
887
|
-
|
|
887
|
+
11832,
|
|
888
888
|
"Where the cell toolbar should be shown, or whether it should be hidden."
|
|
889
889
|
)),
|
|
890
890
|
type: "object",
|
|
891
891
|
additionalProperties: {
|
|
892
|
-
markdownDescription: ( localize(
|
|
892
|
+
markdownDescription: ( localize(11833, "Configure the cell toolbar position for for specific file types")),
|
|
893
893
|
type: "string",
|
|
894
894
|
enum: ["left", "right", "hidden"]
|
|
895
895
|
},
|
|
@@ -899,11 +899,11 @@ configurationRegistry.registerConfiguration({
|
|
|
899
899
|
tags: ["notebookLayout"]
|
|
900
900
|
},
|
|
901
901
|
[NotebookSetting.showCellStatusBar]: {
|
|
902
|
-
description: ( localize(
|
|
902
|
+
description: ( localize(11834, "Whether the cell status bar should be shown.")),
|
|
903
903
|
type: "string",
|
|
904
904
|
enum: ["hidden", "visible", "visibleAfterExecute"],
|
|
905
|
-
enumDescriptions: [( localize(
|
|
906
|
-
|
|
905
|
+
enumDescriptions: [( localize(11835, "The cell status bar is always hidden.")), ( localize(11836, "The cell status bar is always visible.")), ( localize(
|
|
906
|
+
11837,
|
|
907
907
|
"The cell status bar is hidden until the cell has executed. Then it becomes visible to show the execution status."
|
|
908
908
|
))],
|
|
909
909
|
default: "visible",
|
|
@@ -911,30 +911,30 @@ configurationRegistry.registerConfiguration({
|
|
|
911
911
|
},
|
|
912
912
|
[NotebookSetting.cellExecutionTimeVerbosity]: {
|
|
913
913
|
description: ( localize(
|
|
914
|
-
|
|
914
|
+
11838,
|
|
915
915
|
"Controls the verbosity of the cell execution time in the cell status bar."
|
|
916
916
|
)),
|
|
917
917
|
type: "string",
|
|
918
918
|
enum: ["default", "verbose"],
|
|
919
919
|
enumDescriptions: [( localize(
|
|
920
|
-
|
|
920
|
+
11839,
|
|
921
921
|
"The cell execution duration is visible, with advanced information in the hover tooltip."
|
|
922
922
|
)), ( localize(
|
|
923
|
-
|
|
923
|
+
11840,
|
|
924
924
|
"The cell last execution timestamp and duration are visible, with advanced information in the hover tooltip."
|
|
925
925
|
))],
|
|
926
926
|
default: "default",
|
|
927
927
|
tags: ["notebookLayout"]
|
|
928
928
|
},
|
|
929
929
|
[NotebookSetting.textDiffEditorPreview]: {
|
|
930
|
-
description: ( localize(
|
|
930
|
+
description: ( localize(11841, "Whether to use the enhanced text diff editor for notebook.")),
|
|
931
931
|
type: "boolean",
|
|
932
932
|
default: true,
|
|
933
933
|
tags: ["notebookLayout"]
|
|
934
934
|
},
|
|
935
935
|
[NotebookSetting.diffOverviewRuler]: {
|
|
936
936
|
description: ( localize(
|
|
937
|
-
|
|
937
|
+
11842,
|
|
938
938
|
"Whether to render the overview ruler in the diff editor for notebook."
|
|
939
939
|
)),
|
|
940
940
|
type: "boolean",
|
|
@@ -942,21 +942,21 @@ configurationRegistry.registerConfiguration({
|
|
|
942
942
|
tags: ["notebookLayout"]
|
|
943
943
|
},
|
|
944
944
|
[NotebookSetting.cellToolbarVisibility]: {
|
|
945
|
-
markdownDescription: ( localize(
|
|
945
|
+
markdownDescription: ( localize(11843, "Whether the cell toolbar should appear on hover or click.")),
|
|
946
946
|
type: "string",
|
|
947
947
|
enum: ["hover", "click"],
|
|
948
948
|
default: "click",
|
|
949
949
|
tags: ["notebookLayout"]
|
|
950
950
|
},
|
|
951
951
|
[NotebookSetting.undoRedoPerCell]: {
|
|
952
|
-
description: ( localize(
|
|
952
|
+
description: ( localize(11844, "Whether to use separate undo/redo stack for each cell.")),
|
|
953
953
|
type: "boolean",
|
|
954
954
|
default: true,
|
|
955
955
|
tags: ["notebookLayout"]
|
|
956
956
|
},
|
|
957
957
|
[NotebookSetting.compactView]: {
|
|
958
958
|
description: ( localize(
|
|
959
|
-
|
|
959
|
+
11845,
|
|
960
960
|
"Control whether the notebook editor should be rendered in a compact form. For example, when turned on, it will decrease the left margin width."
|
|
961
961
|
)),
|
|
962
962
|
type: "boolean",
|
|
@@ -965,7 +965,7 @@ configurationRegistry.registerConfiguration({
|
|
|
965
965
|
},
|
|
966
966
|
[NotebookSetting.focusIndicator]: {
|
|
967
967
|
description: ( localize(
|
|
968
|
-
|
|
968
|
+
11846,
|
|
969
969
|
"Controls where the focus indicator is rendered, either along the cell borders or on the left gutter."
|
|
970
970
|
)),
|
|
971
971
|
type: "string",
|
|
@@ -974,16 +974,16 @@ configurationRegistry.registerConfiguration({
|
|
|
974
974
|
tags: ["notebookLayout"]
|
|
975
975
|
},
|
|
976
976
|
[NotebookSetting.insertToolbarLocation]: {
|
|
977
|
-
description: ( localize(
|
|
977
|
+
description: ( localize(11847, "Control where the insert cell actions should appear.")),
|
|
978
978
|
type: "string",
|
|
979
979
|
enum: ["betweenCells", "notebookToolbar", "both", "hidden"],
|
|
980
|
-
enumDescriptions: [( localize(
|
|
980
|
+
enumDescriptions: [( localize(11848, "A toolbar that appears on hover between cells.")), ( localize(11849, "The toolbar at the top of the notebook editor.")), ( localize(11850, "Both toolbars.")), ( localize(11851, "The insert actions don't appear anywhere."))],
|
|
981
981
|
default: "both",
|
|
982
982
|
tags: ["notebookLayout"]
|
|
983
983
|
},
|
|
984
984
|
[NotebookSetting.globalToolbar]: {
|
|
985
985
|
description: ( localize(
|
|
986
|
-
|
|
986
|
+
11852,
|
|
987
987
|
"Control whether to render a global toolbar inside the notebook editor."
|
|
988
988
|
)),
|
|
989
989
|
type: "boolean",
|
|
@@ -992,7 +992,7 @@ configurationRegistry.registerConfiguration({
|
|
|
992
992
|
},
|
|
993
993
|
[NotebookSetting.stickyScrollEnabled]: {
|
|
994
994
|
description: ( localize(
|
|
995
|
-
|
|
995
|
+
11853,
|
|
996
996
|
"Experimental. Control whether to render notebook Sticky Scroll headers in the notebook editor."
|
|
997
997
|
)),
|
|
998
998
|
type: "boolean",
|
|
@@ -1001,18 +1001,18 @@ configurationRegistry.registerConfiguration({
|
|
|
1001
1001
|
},
|
|
1002
1002
|
[NotebookSetting.stickyScrollMode]: {
|
|
1003
1003
|
description: ( localize(
|
|
1004
|
-
|
|
1004
|
+
11854,
|
|
1005
1005
|
"Control whether nested sticky lines appear to stack flat or indented."
|
|
1006
1006
|
)),
|
|
1007
1007
|
type: "string",
|
|
1008
1008
|
enum: ["flat", "indented"],
|
|
1009
|
-
enumDescriptions: [( localize(
|
|
1009
|
+
enumDescriptions: [( localize(11855, "Nested sticky lines appear flat.")), ( localize(11856, "Nested sticky lines appear indented."))],
|
|
1010
1010
|
default: "indented",
|
|
1011
1011
|
tags: ["notebookLayout"]
|
|
1012
1012
|
},
|
|
1013
1013
|
[NotebookSetting.consolidatedOutputButton]: {
|
|
1014
1014
|
description: ( localize(
|
|
1015
|
-
|
|
1015
|
+
11857,
|
|
1016
1016
|
"Control whether outputs action should be rendered in the output toolbar."
|
|
1017
1017
|
)),
|
|
1018
1018
|
type: "boolean",
|
|
@@ -1020,16 +1020,16 @@ configurationRegistry.registerConfiguration({
|
|
|
1020
1020
|
tags: ["notebookLayout"]
|
|
1021
1021
|
},
|
|
1022
1022
|
[NotebookSetting.showFoldingControls]: {
|
|
1023
|
-
description: ( localize(
|
|
1023
|
+
description: ( localize(11858, "Controls when the Markdown header folding arrow is shown.")),
|
|
1024
1024
|
type: "string",
|
|
1025
1025
|
enum: ["always", "never", "mouseover"],
|
|
1026
|
-
enumDescriptions: [( localize(
|
|
1026
|
+
enumDescriptions: [( localize(11859, "The folding controls are always visible.")), ( localize(11860, "Never show the folding controls and reduce the gutter size.")), ( localize(11861, "The folding controls are visible only on mouseover."))],
|
|
1027
1027
|
default: "mouseover",
|
|
1028
1028
|
tags: ["notebookLayout"]
|
|
1029
1029
|
},
|
|
1030
1030
|
[NotebookSetting.dragAndDropEnabled]: {
|
|
1031
1031
|
description: ( localize(
|
|
1032
|
-
|
|
1032
|
+
11862,
|
|
1033
1033
|
"Control whether the notebook editor should allow moving cells through drag and drop."
|
|
1034
1034
|
)),
|
|
1035
1035
|
type: "boolean",
|
|
@@ -1038,7 +1038,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1038
1038
|
},
|
|
1039
1039
|
[NotebookSetting.consolidatedRunButton]: {
|
|
1040
1040
|
description: ( localize(
|
|
1041
|
-
|
|
1041
|
+
11863,
|
|
1042
1042
|
"Control whether extra actions are shown in a dropdown next to the run button."
|
|
1043
1043
|
)),
|
|
1044
1044
|
type: "boolean",
|
|
@@ -1047,7 +1047,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1047
1047
|
},
|
|
1048
1048
|
[NotebookSetting.globalToolbarShowLabel]: {
|
|
1049
1049
|
description: ( localize(
|
|
1050
|
-
|
|
1050
|
+
11864,
|
|
1051
1051
|
"Control whether the actions on the notebook toolbar should render label or not."
|
|
1052
1052
|
)),
|
|
1053
1053
|
type: "string",
|
|
@@ -1057,7 +1057,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1057
1057
|
},
|
|
1058
1058
|
[NotebookSetting.textOutputLineLimit]: {
|
|
1059
1059
|
markdownDescription: ( localize(
|
|
1060
|
-
|
|
1060
|
+
11865,
|
|
1061
1061
|
"Controls how many lines of text are displayed in a text output. If {0} is enabled, this setting is used to determine the scroll height of the output.",
|
|
1062
1062
|
"`#notebook.output.scrolling#`"
|
|
1063
1063
|
)),
|
|
@@ -1068,7 +1068,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1068
1068
|
},
|
|
1069
1069
|
[NotebookSetting.LinkifyOutputFilePaths]: {
|
|
1070
1070
|
description: ( localize(
|
|
1071
|
-
|
|
1071
|
+
11866,
|
|
1072
1072
|
"Control whether to disable filepath links in the output of notebook cells."
|
|
1073
1073
|
)),
|
|
1074
1074
|
type: "boolean",
|
|
@@ -1076,14 +1076,14 @@ configurationRegistry.registerConfiguration({
|
|
|
1076
1076
|
tags: ["notebookOutputLayout"]
|
|
1077
1077
|
},
|
|
1078
1078
|
[NotebookSetting.minimalErrorRendering]: {
|
|
1079
|
-
description: ( localize(
|
|
1079
|
+
description: ( localize(11867, "Control whether to render error output in a minimal style.")),
|
|
1080
1080
|
type: "boolean",
|
|
1081
1081
|
default: false,
|
|
1082
1082
|
tags: ["notebookOutputLayout"]
|
|
1083
1083
|
},
|
|
1084
1084
|
[NotebookSetting.markupFontSize]: {
|
|
1085
1085
|
markdownDescription: ( localize(
|
|
1086
|
-
|
|
1086
|
+
11868,
|
|
1087
1087
|
"Controls the font size in pixels of rendered markup in notebooks. When set to {0}, 120% of {1} is used.",
|
|
1088
1088
|
"`0`",
|
|
1089
1089
|
"`#editor.fontSize#`"
|
|
@@ -1094,7 +1094,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1094
1094
|
},
|
|
1095
1095
|
[NotebookSetting.markdownLineHeight]: {
|
|
1096
1096
|
markdownDescription: ( localize(
|
|
1097
|
-
|
|
1097
|
+
11869,
|
|
1098
1098
|
"Controls the line height in pixels of markdown cells in notebooks. When set to {0}, {1} will be used",
|
|
1099
1099
|
"`0`",
|
|
1100
1100
|
"`normal`"
|
|
@@ -1106,7 +1106,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1106
1106
|
[NotebookSetting.cellEditorOptionsCustomizations]: editorOptionsCustomizationSchema,
|
|
1107
1107
|
[NotebookSetting.interactiveWindowCollapseCodeCells]: {
|
|
1108
1108
|
markdownDescription: ( localize(
|
|
1109
|
-
|
|
1109
|
+
11870,
|
|
1110
1110
|
"Controls whether code cells in the interactive window are collapsed by default."
|
|
1111
1111
|
)),
|
|
1112
1112
|
type: "string",
|
|
@@ -1115,7 +1115,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1115
1115
|
},
|
|
1116
1116
|
[NotebookSetting.outputLineHeight]: {
|
|
1117
1117
|
markdownDescription: ( localize(
|
|
1118
|
-
|
|
1118
|
+
11871,
|
|
1119
1119
|
"Line height of the output text within notebook cells.\n - When set to 0, editor line height is used.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values."
|
|
1120
1120
|
)),
|
|
1121
1121
|
type: "number",
|
|
@@ -1124,7 +1124,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1124
1124
|
},
|
|
1125
1125
|
[NotebookSetting.outputFontSize]: {
|
|
1126
1126
|
markdownDescription: ( localize(
|
|
1127
|
-
|
|
1127
|
+
11872,
|
|
1128
1128
|
"Font size for the output text within notebook cells. When set to 0, {0} is used.",
|
|
1129
1129
|
"`#editor.fontSize#`"
|
|
1130
1130
|
)),
|
|
@@ -1134,7 +1134,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1134
1134
|
},
|
|
1135
1135
|
[NotebookSetting.outputFontFamily]: {
|
|
1136
1136
|
markdownDescription: ( localize(
|
|
1137
|
-
|
|
1137
|
+
11873,
|
|
1138
1138
|
"The font family of the output text within notebook cells. When set to empty, the {0} is used.",
|
|
1139
1139
|
"`#editor.fontFamily#`"
|
|
1140
1140
|
)),
|
|
@@ -1143,7 +1143,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1143
1143
|
},
|
|
1144
1144
|
[NotebookSetting.outputScrolling]: {
|
|
1145
1145
|
markdownDescription: ( localize(
|
|
1146
|
-
|
|
1146
|
+
11874,
|
|
1147
1147
|
"Initially render notebook outputs in a scrollable region when longer than the limit."
|
|
1148
1148
|
)),
|
|
1149
1149
|
type: "boolean",
|
|
@@ -1151,14 +1151,14 @@ configurationRegistry.registerConfiguration({
|
|
|
1151
1151
|
default: typeof product.quality === "string" && product.quality !== "stable"
|
|
1152
1152
|
},
|
|
1153
1153
|
[NotebookSetting.outputWordWrap]: {
|
|
1154
|
-
markdownDescription: ( localize(
|
|
1154
|
+
markdownDescription: ( localize(11875, "Controls whether the lines in output should wrap.")),
|
|
1155
1155
|
type: "boolean",
|
|
1156
1156
|
tags: ["notebookLayout", "notebookOutputLayout"],
|
|
1157
1157
|
default: false
|
|
1158
1158
|
},
|
|
1159
1159
|
[NotebookSetting.defaultFormatter]: {
|
|
1160
1160
|
description: ( localize(
|
|
1161
|
-
|
|
1161
|
+
11876,
|
|
1162
1162
|
"Defines a default notebook formatter which takes precedence over all other formatter settings. Must be the identifier of an extension contributing a formatter."
|
|
1163
1163
|
)),
|
|
1164
1164
|
type: ["string", "null"],
|
|
@@ -1169,7 +1169,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1169
1169
|
},
|
|
1170
1170
|
[NotebookSetting.formatOnSave]: {
|
|
1171
1171
|
markdownDescription: ( localize(
|
|
1172
|
-
|
|
1172
|
+
11877,
|
|
1173
1173
|
"Format a notebook on save. A formatter must be available and the editor must not be shutting down. When {0} is set to `afterDelay`, the file will only be formatted when saved explicitly.",
|
|
1174
1174
|
"`#files.autoSave#`"
|
|
1175
1175
|
)),
|
|
@@ -1179,7 +1179,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1179
1179
|
},
|
|
1180
1180
|
[NotebookSetting.insertFinalNewline]: {
|
|
1181
1181
|
markdownDescription: ( localize(
|
|
1182
|
-
|
|
1182
|
+
11878,
|
|
1183
1183
|
"When enabled, insert a final new line into the end of code cells when saving a notebook."
|
|
1184
1184
|
)),
|
|
1185
1185
|
type: "boolean",
|
|
@@ -1188,7 +1188,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1188
1188
|
},
|
|
1189
1189
|
[NotebookSetting.formatOnCellExecution]: {
|
|
1190
1190
|
markdownDescription: ( localize(
|
|
1191
|
-
|
|
1191
|
+
11879,
|
|
1192
1192
|
"Format a notebook cell upon execution. A formatter must be available."
|
|
1193
1193
|
)),
|
|
1194
1194
|
type: "boolean",
|
|
@@ -1196,7 +1196,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1196
1196
|
},
|
|
1197
1197
|
[NotebookSetting.confirmDeleteRunningCell]: {
|
|
1198
1198
|
markdownDescription: ( localize(
|
|
1199
|
-
|
|
1199
|
+
11880,
|
|
1200
1200
|
"Control whether a confirmation prompt is required to delete a running cell."
|
|
1201
1201
|
)),
|
|
1202
1202
|
type: "boolean",
|
|
@@ -1204,7 +1204,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1204
1204
|
},
|
|
1205
1205
|
[NotebookSetting.findFilters]: {
|
|
1206
1206
|
markdownDescription: ( localize(
|
|
1207
|
-
|
|
1207
|
+
11881,
|
|
1208
1208
|
"Customize the Find Widget behavior for searching within notebook cells. When both markup source and markup preview are enabled, the Find Widget will search either the source code or preview based on the current state of the cell."
|
|
1209
1209
|
)),
|
|
1210
1210
|
type: "object",
|
|
@@ -1236,7 +1236,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1236
1236
|
},
|
|
1237
1237
|
[NotebookSetting.remoteSaving]: {
|
|
1238
1238
|
markdownDescription: ( localize(
|
|
1239
|
-
|
|
1239
|
+
11882,
|
|
1240
1240
|
"Enables the incremental saving of notebooks between processes and across Remote connections. When enabled, only the changes to the notebook are sent to the extension host, improving performance for large notebooks and slow network connections."
|
|
1241
1241
|
)),
|
|
1242
1242
|
type: "boolean",
|
|
@@ -1245,18 +1245,18 @@ configurationRegistry.registerConfiguration({
|
|
|
1245
1245
|
},
|
|
1246
1246
|
[NotebookSetting.scrollToRevealCell]: {
|
|
1247
1247
|
markdownDescription: ( localize(
|
|
1248
|
-
|
|
1248
|
+
11883,
|
|
1249
1249
|
"How far to scroll when revealing the next cell upon running {0}.",
|
|
1250
1250
|
"notebook.cell.executeAndSelectBelow"
|
|
1251
1251
|
)),
|
|
1252
1252
|
type: "string",
|
|
1253
1253
|
enum: ["fullCell", "firstLine", "none"],
|
|
1254
|
-
markdownEnumDescriptions: [( localize(
|
|
1254
|
+
markdownEnumDescriptions: [( localize(11884, "Scroll to fully reveal the next cell.")), ( localize(11885, "Scroll to reveal the first line of the next cell.")), ( localize(11886, "Do not scroll."))],
|
|
1255
1255
|
default: "fullCell"
|
|
1256
1256
|
},
|
|
1257
1257
|
[NotebookSetting.cellGenerate]: {
|
|
1258
1258
|
markdownDescription: ( localize(
|
|
1259
|
-
|
|
1259
|
+
11887,
|
|
1260
1260
|
"Enable experimental generate action to create code cell with inline chat enabled."
|
|
1261
1261
|
)),
|
|
1262
1262
|
type: "boolean",
|
|
@@ -1264,7 +1264,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1264
1264
|
},
|
|
1265
1265
|
[NotebookSetting.notebookVariablesView]: {
|
|
1266
1266
|
markdownDescription: ( localize(
|
|
1267
|
-
|
|
1267
|
+
11888,
|
|
1268
1268
|
"Enable the experimental notebook variables view within the debug panel."
|
|
1269
1269
|
)),
|
|
1270
1270
|
type: "boolean",
|
|
@@ -1272,28 +1272,28 @@ configurationRegistry.registerConfiguration({
|
|
|
1272
1272
|
},
|
|
1273
1273
|
[NotebookSetting.notebookInlineValues]: {
|
|
1274
1274
|
markdownDescription: ( localize(
|
|
1275
|
-
|
|
1275
|
+
11889,
|
|
1276
1276
|
"Control whether to show inline values within notebook code cells after cell execution. Values will remain until the cell is edited, re-executed, or explicitly cleared via the Clear All Outputs toolbar button or the `Notebook: Clear Inline Values` command."
|
|
1277
1277
|
)),
|
|
1278
1278
|
type: "string",
|
|
1279
1279
|
enum: ["on", "auto", "off"],
|
|
1280
1280
|
enumDescriptions: [( localize(
|
|
1281
|
-
|
|
1281
|
+
11890,
|
|
1282
1282
|
"Always show inline values, with a regex fallback if no inline value provider is registered. Note: There may be a performance impact in larger cells if the fallback is used."
|
|
1283
1283
|
)), ( localize(
|
|
1284
|
-
|
|
1284
|
+
11891,
|
|
1285
1285
|
"Show inline values only when an inline value provider is registered."
|
|
1286
|
-
)), ( localize(
|
|
1286
|
+
)), ( localize(11892, "Never show inline values."))],
|
|
1287
1287
|
default: "off"
|
|
1288
1288
|
},
|
|
1289
1289
|
[NotebookSetting.cellFailureDiagnostics]: {
|
|
1290
|
-
markdownDescription: ( localize(
|
|
1290
|
+
markdownDescription: ( localize(11893, "Show available diagnostics for cell failures.")),
|
|
1291
1291
|
type: "boolean",
|
|
1292
1292
|
default: true
|
|
1293
1293
|
},
|
|
1294
1294
|
[NotebookSetting.outputBackupSizeLimit]: {
|
|
1295
1295
|
markdownDescription: ( localize(
|
|
1296
|
-
|
|
1296
|
+
11894,
|
|
1297
1297
|
"The limit of notebook output size in kilobytes (KB) where notebook files will no longer be backed up for hot reload. Use 0 for unlimited."
|
|
1298
1298
|
)),
|
|
1299
1299
|
type: "number",
|
|
@@ -1301,7 +1301,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1301
1301
|
},
|
|
1302
1302
|
[NotebookSetting.multiCursor]: {
|
|
1303
1303
|
markdownDescription: ( localize(
|
|
1304
|
-
|
|
1304
|
+
11895,
|
|
1305
1305
|
"Experimental. Enables a limited set of multi cursor controls across multiple cells in the notebook editor. Currently supported are core editor actions (typing/cut/copy/paste/composition) and a limited subset of editor commands."
|
|
1306
1306
|
)),
|
|
1307
1307
|
type: "boolean",
|
|
@@ -1309,7 +1309,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1309
1309
|
},
|
|
1310
1310
|
[NotebookSetting.markupFontFamily]: {
|
|
1311
1311
|
markdownDescription: ( localize(
|
|
1312
|
-
|
|
1312
|
+
11896,
|
|
1313
1313
|
"Controls the font family of rendered markup in notebooks. When left blank, this will fall back to the default workbench font family."
|
|
1314
1314
|
)),
|
|
1315
1315
|
type: "string",
|
|
@@ -24,42 +24,42 @@ class NotebookAccessibilityHelp {
|
|
|
24
24
|
}
|
|
25
25
|
function getAccessibilityHelpText() {
|
|
26
26
|
return [( localize(
|
|
27
|
-
|
|
27
|
+
11897,
|
|
28
28
|
"The notebook view is a collection of code and markdown cells. Code cells can be executed and will produce output directly below the cell."
|
|
29
29
|
)), ( localize(
|
|
30
|
-
|
|
30
|
+
11898,
|
|
31
31
|
"The Edit Cell command{0} will focus on the cell input.",
|
|
32
32
|
"<keybinding:notebook.cell.edit>"
|
|
33
33
|
)), ( localize(
|
|
34
|
-
|
|
34
|
+
11899,
|
|
35
35
|
"The Quit Edit command{0} will set focus on the cell container. The default (Escape) key may need to be pressed twice first exit the virtual cursor if active.",
|
|
36
36
|
"<keybinding:notebook.cell.quitEdit>"
|
|
37
37
|
)), ( localize(
|
|
38
|
-
|
|
38
|
+
11900,
|
|
39
39
|
"The Focus Output command{0} will set focus in the cell's output.",
|
|
40
40
|
"<keybinding:notebook.cell.focusInOutput>"
|
|
41
41
|
)), ( localize(
|
|
42
|
-
|
|
42
|
+
11901,
|
|
43
43
|
"The Focus Next Cell Editor command{0} will set focus in the next cell's editor.",
|
|
44
44
|
"<keybinding:notebook.focusNextEditor>"
|
|
45
45
|
)), ( localize(
|
|
46
|
-
|
|
46
|
+
11902,
|
|
47
47
|
"The Focus Previous Cell Editor command{0} will set focus in the previous cell's editor.",
|
|
48
48
|
"<keybinding:notebook.focusPreviousEditor>"
|
|
49
49
|
)), ( localize(
|
|
50
|
-
|
|
50
|
+
11903,
|
|
51
51
|
"The up and down arrows will also move focus between cells while focused on the outer cell container."
|
|
52
52
|
)), ( localize(
|
|
53
|
-
|
|
53
|
+
11904,
|
|
54
54
|
"The Execute Cell command{0} executes the cell that currently has focus.",
|
|
55
55
|
"<keybinding:notebook.cell.executeAndFocusContainer>"
|
|
56
56
|
)), ( localize(
|
|
57
|
-
|
|
57
|
+
11905,
|
|
58
58
|
"The Insert Cell Above{0} and Below{1} commands will create new empty code cells.",
|
|
59
59
|
"<keybinding:notebook.cell.insertCodeCellAbove>",
|
|
60
60
|
"<keybinding:notebook.cell.insertCodeCellBelow>"
|
|
61
61
|
)), ( localize(
|
|
62
|
-
|
|
62
|
+
11906,
|
|
63
63
|
"The Change Cell to Code/Markdown commands are used to switch between cell types."
|
|
64
64
|
))].join("\n");
|
|
65
65
|
}
|