@codingame/monaco-vscode-katex-common 32.0.0 → 32.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/package.json +2 -2
  2. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionHoverWidget.js +8 -8
  3. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsControl.js +2 -2
  4. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsFilter.js +9 -9
  5. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsOpener.js +1 -1
  6. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsViewer.js +30 -30
  7. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatAttachmentWidgets.js +52 -52
  8. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/implicitContextAttachment.js +13 -13
  9. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingActions.js +34 -34
  10. package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessionPickerActionItem.js +1 -1
  11. package/vscode/src/vs/workbench/contrib/chat/browser/tools/chatToolRiskAssessmentService.js +3 -3
  12. package/vscode/src/vs/workbench/contrib/chat/browser/tools/toolSetsContribution.js +13 -13
  13. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatAgentHover.js +2 -2
  14. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatArtifactsWidget.js +10 -10
  15. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAgentCommandContentPart.js +1 -1
  16. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAnonymousRateLimitedPart.js +2 -2
  17. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatChangesSummaryPart.js +1 -1
  18. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCodeCitationContentPart.js +1 -1
  19. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatCommandContentPart.js +1 -1
  20. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatConfirmationContentPart.js +2 -2
  21. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatConfirmationWidget.js +2 -2
  22. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatDisabledClaudeHooksContentPart.js +3 -3
  23. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatExtensionsContentPart.js +1 -1
  24. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatHookContentPart.js +1 -1
  25. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatInlineAnchorWidget.js +13 -13
  26. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMarkdownContentPart.js +6 -6
  27. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMcpServersInteractionContentPart.js +8 -8
  28. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMultiDiffContentPart.js +4 -4
  29. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatPlanReviewPart.js +30 -30
  30. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatProgressContentPart.js +1 -1
  31. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuestionCarouselPart.js +44 -44
  32. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuotaExceededPart.js +4 -4
  33. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatReferencesContentPart.js +6 -6
  34. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatResourceGroupWidget.js +5 -5
  35. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatSubagentContentPart.js +10 -10
  36. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatSuggestNextWidget.js +6 -6
  37. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTextEditContentPart.js +1 -1
  38. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatThinkingContentPart.js +19 -19
  39. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTipContentPart.js +9 -9
  40. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTodoListWidget.js +17 -17
  41. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatToolInputOutputContentPart.js +2 -2
  42. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTreeContentPart.js +1 -1
  43. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatWorkspaceEditContentPart.js +3 -3
  44. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/codeBlockPart.js +14 -14
  45. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/abstractToolConfirmationSubPart.js +1 -1
  46. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatExtensionsInstallToolSubPart.js +4 -4
  47. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatMcpAppModel.js +1 -1
  48. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatMcpAppSubPart.js +3 -3
  49. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatMissingSandboxDepsConfirmationSubPart.js +2 -2
  50. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatModifiedFilesConfirmationSubPart.js +6 -6
  51. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatTerminalToolConfirmationSubPart.js +18 -18
  52. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatTerminalToolProgressPart.js +18 -18
  53. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolConfirmationCarouselPart.js +8 -8
  54. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.js +6 -6
  55. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolOutputPart.js +2 -2
  56. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolPartUtilities.js +5 -5
  57. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolPostExecuteConfirmationPart.js +5 -5
  58. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/toolRiskBadgeWidget.js +4 -4
  59. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatDragAndDrop.js +11 -11
  60. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatListRenderer.js +25 -25
  61. package/vscode/src/vs/workbench/contrib/chat/browser/widget/chatWidget.js +15 -15
  62. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatFollowups.js +1 -1
  63. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatInputNotificationWidget.js +1 -1
  64. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.js +11 -11
  65. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.js +41 -41
  66. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatPhoneInputPresenter.js +2 -2
  67. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/delegationSessionPickerActionItem.js +5 -5
  68. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modePickerActionItem.js +5 -5
  69. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/modelPickerActionItem.js +1 -1
  70. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/permissionPickerActionItem.js +18 -18
  71. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/sessionTargetPickerActionItem.js +3 -3
  72. package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/workspacePickerActionItem.js +3 -3
  73. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatContextUsageDetails.js +7 -7
  74. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatContextUsageWidget.js +2 -2
  75. package/vscode/src/vs/workbench/contrib/chat/common/chatImageExtraction.js +6 -6
  76. package/vscode/src/vs/workbench/contrib/chat/common/chatPermissionWarnings.js +6 -6
  77. package/vscode/src/vs/workbench/contrib/chat/common/widget/chatColors.js +18 -18
  78. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatController.js +3 -3
  79. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.js +5 -5
  80. package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget.js +1 -1
  81. package/vscode/src/vs/workbench/contrib/inlineChat/common/inlineChat.js +30 -30
  82. package/vscode/src/vs/workbench/contrib/interactive/browser/replInputHintContentWidget.js +3 -3
  83. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController.js +7 -7
  84. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget.js +2 -2
  85. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/cellOperations.js +2 -2
  86. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/insertCellActions.js +24 -24
  87. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffComponents.js +3 -3
  88. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementOutputs.js +7 -7
  89. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor.js +1 -1
  90. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditorBrowser.js +5 -5
  91. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffList.js +1 -1
  92. package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditor.js +1 -1
  93. package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditorInput.js +1 -1
  94. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/runInTerminalHelpers.js +6 -6
  95. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/commandLineAnalyzer/autoApprove/npmScriptAutoApprover.js +1 -1
  96. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/commandLineAnalyzer/commandLineAutoApproveAnalyzer.js +12 -12
  97. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/commandLineAnalyzer/commandLineFileWriteAnalyzer.js +2 -2
  98. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/monitoring/outputMonitor.js +3 -3
  99. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.js +53 -53
  100. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalSandboxService.js +4 -4
@@ -29,7 +29,7 @@ var InlineChatConfigKeys;
29
29
  id: "editor",
30
30
  properties: {
31
31
  [InlineChatConfigKeys.NotebookAgent]: {
32
- markdownDescription: ( localize(10435, "Enable agent-like behavior for inline chat widget in notebooks.")),
32
+ markdownDescription: ( localize(10446, "Enable agent-like behavior for inline chat widget in notebooks.")),
33
33
  default: false,
34
34
  type: "boolean",
35
35
  tags: ["experimental"],
@@ -39,13 +39,13 @@ var InlineChatConfigKeys;
39
39
  },
40
40
  [InlineChatConfigKeys.Affordance]: {
41
41
  description: ( localize(
42
- 10436,
42
+ 10447,
43
43
  "Controls whether an inline chat affordance is shown when text is selected."
44
44
  )),
45
45
  default: "off",
46
46
  type: "string",
47
47
  enum: ["off", "editor"],
48
- enumDescriptions: [( localize(10437, "No affordance is shown.")), ( localize(10438, "Show an affordance in the editor at the cursor position."))],
48
+ enumDescriptions: [( localize(10448, "No affordance is shown.")), ( localize(10449, "Show an affordance in the editor at the cursor position."))],
49
49
  experiment: {
50
50
  mode: "auto"
51
51
  },
@@ -56,7 +56,7 @@ var InlineChatConfigKeys;
56
56
  },
57
57
  [InlineChatConfigKeys.FixDiagnostics]: {
58
58
  description: ( localize(
59
- 10439,
59
+ 10450,
60
60
  "Controls whether the Fix action is shown for diagnostics in the editor."
61
61
  )),
62
62
  default: true,
@@ -68,7 +68,7 @@ var InlineChatConfigKeys;
68
68
  },
69
69
  [InlineChatConfigKeys.AskInChat]: {
70
70
  description: ( localize(
71
- 10440,
71
+ 10451,
72
72
  "Controls whether files in a chat editing session use Ask in Chat instead of Inline Chat."
73
73
  )),
74
74
  default: true,
@@ -78,23 +78,23 @@ var InlineChatConfigKeys;
78
78
  });
79
79
  const INLINE_CHAT_ID = "editor.contrib.inlineChatController";
80
80
  const CTX_INLINE_CHAT_POSSIBLE = ( new RawContextKey("inlineChatPossible", false, ( localize(
81
- 10441,
81
+ 10452,
82
82
  "Whether a provider for inline chat exists and whether an editor for inline chat is open"
83
83
  ))));
84
- const CTX_INLINE_CHAT_HAS_AGENT = ( new RawContextKey("inlineChatHasEditsAgent", false, ( localize(10442, "Whether an agent for inline chat in interactive editors exists"))));
85
- const CTX_INLINE_CHAT_HAS_NOTEBOOK_INLINE = ( new RawContextKey("inlineChatHasNotebookInline", false, ( localize(10443, "Whether an agent for notebook cells exists"))));
86
- const CTX_INLINE_CHAT_HAS_NOTEBOOK_AGENT = ( new RawContextKey("inlineChatHasNotebookAgent", false, ( localize(10444, "Whether an agent for notebook cells exists"))));
87
- const CTX_INLINE_CHAT_VISIBLE = ( new RawContextKey("inlineChatVisible", false, ( localize(10445, "Whether the interactive editor input is visible"))));
88
- const CTX_INLINE_CHAT_FOCUSED = ( new RawContextKey("inlineChatFocused", false, ( localize(10446, "Whether the interactive editor input is focused"))));
89
- const CTX_INLINE_CHAT_RESPONSE_FOCUSED = ( new RawContextKey("inlineChatResponseFocused", false, ( localize(10447, "Whether the interactive widget's response is focused"))));
84
+ const CTX_INLINE_CHAT_HAS_AGENT = ( new RawContextKey("inlineChatHasEditsAgent", false, ( localize(10453, "Whether an agent for inline chat in interactive editors exists"))));
85
+ const CTX_INLINE_CHAT_HAS_NOTEBOOK_INLINE = ( new RawContextKey("inlineChatHasNotebookInline", false, ( localize(10454, "Whether an agent for notebook cells exists"))));
86
+ const CTX_INLINE_CHAT_HAS_NOTEBOOK_AGENT = ( new RawContextKey("inlineChatHasNotebookAgent", false, ( localize(10455, "Whether an agent for notebook cells exists"))));
87
+ const CTX_INLINE_CHAT_VISIBLE = ( new RawContextKey("inlineChatVisible", false, ( localize(10456, "Whether the interactive editor input is visible"))));
88
+ const CTX_INLINE_CHAT_FOCUSED = ( new RawContextKey("inlineChatFocused", false, ( localize(10457, "Whether the interactive editor input is focused"))));
89
+ const CTX_INLINE_CHAT_RESPONSE_FOCUSED = ( new RawContextKey("inlineChatResponseFocused", false, ( localize(10458, "Whether the interactive widget's response is focused"))));
90
90
  const CTX_INLINE_CHAT_OUTER_CURSOR_POSITION = ( new RawContextKey("inlineChatOuterCursorPosition", "", ( localize(
91
- 10448,
91
+ 10459,
92
92
  "Whether the cursor of the outer editor is above or below the interactive editor input"
93
93
  ))));
94
- const CTX_INLINE_CHAT_REQUEST_IN_PROGRESS = ( new RawContextKey("inlineChatRequestInProgress", false, ( localize(10449, "Whether an inline chat request is currently in progress"))));
95
- const CTX_INLINE_CHAT_FILE_BELONGS_TO_CHAT = ( new RawContextKey("inlineChatFileBelongsToChat", false, ( localize(10450, "Whether the current file belongs to a chat editing session"))));
96
- const CTX_INLINE_CHAT_TERMINATED = ( new RawContextKey("inlineChatTerminated", false, ( localize(10451, "Whether the current inline chat session is terminated"))));
97
- const CTX_INLINE_CHAT_AFFORDANCE_VISIBLE = ( new RawContextKey("inlineChatAffordanceVisible", false, ( localize(10452, "Whether an inline chat affordance widget is visible"))));
94
+ const CTX_INLINE_CHAT_REQUEST_IN_PROGRESS = ( new RawContextKey("inlineChatRequestInProgress", false, ( localize(10460, "Whether an inline chat request is currently in progress"))));
95
+ const CTX_INLINE_CHAT_FILE_BELONGS_TO_CHAT = ( new RawContextKey("inlineChatFileBelongsToChat", false, ( localize(10461, "Whether the current file belongs to a chat editing session"))));
96
+ const CTX_INLINE_CHAT_TERMINATED = ( new RawContextKey("inlineChatTerminated", false, ( localize(10462, "Whether the current inline chat session is terminated"))));
97
+ const CTX_INLINE_CHAT_AFFORDANCE_VISIBLE = ( new RawContextKey("inlineChatAffordanceVisible", false, ( localize(10463, "Whether an inline chat affordance widget is visible"))));
98
98
  const CTX_INLINE_CHAT_V2_ENABLED = ( ContextKeyExpr.or(CTX_INLINE_CHAT_HAS_AGENT, ( ContextKeyExpr.and(NOTEBOOK_IS_ACTIVE_EDITOR, CTX_INLINE_CHAT_HAS_NOTEBOOK_AGENT))));
99
99
  const CTX_FIX_DIAGNOSTICS_ENABLED = ( ContextKeyExpr.equals("config.inlineChat.fixDiagnostics", true));
100
100
  const CTX_ASK_IN_CHAT_ENABLED = ( ContextKeyExpr.equals("config.inlineChat.askInChat", true));
@@ -102,37 +102,37 @@ const ACTION_START = "inlineChat.start";
102
102
  const ACTION_ASK_IN_CHAT = "inlineChat.askInChat";
103
103
  const MENU_INLINE_CHAT_WIDGET_SECONDARY = MenuId.for("inlineChatWidget.secondary");
104
104
  const MENU_INLINE_CHAT_SIDE = MenuId.for("inlineChatWidget.side");
105
- const inlineChatForeground = registerColor("inlineChat.foreground", editorWidgetForeground, ( localize(10453, "Foreground color of the interactive editor widget")));
106
- const inlineChatBackground = registerColor("inlineChat.background", editorWidgetBackground, ( localize(10454, "Background color of the interactive editor widget")));
107
- registerColor("inlineChat.border", editorWidgetBorder, ( localize(10455, "Border color of the interactive editor widget")));
108
- registerColor("inlineChat.shadow", widgetShadow, ( localize(10456, "Shadow color of the interactive editor widget")));
109
- registerColor("inlineChatInput.border", editorWidgetBorder, ( localize(10457, "Border color of the interactive editor input")));
110
- registerColor("inlineChatInput.focusBorder", focusBorder, ( localize(10458, "Border color of the interactive editor input when focused")));
105
+ const inlineChatForeground = registerColor("inlineChat.foreground", editorWidgetForeground, ( localize(10464, "Foreground color of the interactive editor widget")));
106
+ const inlineChatBackground = registerColor("inlineChat.background", editorWidgetBackground, ( localize(10465, "Background color of the interactive editor widget")));
107
+ registerColor("inlineChat.border", editorWidgetBorder, ( localize(10466, "Border color of the interactive editor widget")));
108
+ registerColor("inlineChat.shadow", widgetShadow, ( localize(10467, "Shadow color of the interactive editor widget")));
109
+ registerColor("inlineChatInput.border", editorWidgetBorder, ( localize(10468, "Border color of the interactive editor input")));
110
+ registerColor("inlineChatInput.focusBorder", focusBorder, ( localize(10469, "Border color of the interactive editor input when focused")));
111
111
  registerColor(
112
112
  "inlineChatInput.placeholderForeground",
113
113
  inputPlaceholderForeground,
114
- ( localize(10459, "Foreground color of the interactive editor input placeholder"))
114
+ ( localize(10470, "Foreground color of the interactive editor input placeholder"))
115
115
  );
116
- registerColor("inlineChatInput.background", inputBackground, ( localize(10460, "Background color of the interactive editor input")));
117
- registerColor("inlineChatDiff.inserted", ( transparent(diffInserted, .5)), ( localize(10461, "Background color of inserted text in the interactive editor input")));
116
+ registerColor("inlineChatInput.background", inputBackground, ( localize(10471, "Background color of the interactive editor input")));
117
+ registerColor("inlineChatDiff.inserted", ( transparent(diffInserted, .5)), ( localize(10472, "Background color of inserted text in the interactive editor input")));
118
118
  registerColor("editorOverviewRuler.inlineChatInserted", {
119
119
  dark: ( transparent(diffInserted, 0.6)),
120
120
  light: ( transparent(diffInserted, 0.8)),
121
121
  hcDark: ( transparent(diffInserted, 0.6)),
122
122
  hcLight: ( transparent(diffInserted, 0.8))
123
- }, ( localize(10462, "Overview ruler marker color for inline chat inserted content.")));
123
+ }, ( localize(10473, "Overview ruler marker color for inline chat inserted content.")));
124
124
  registerColor("editorMinimap.inlineChatInserted", {
125
125
  dark: ( transparent(diffInserted, 0.6)),
126
126
  light: ( transparent(diffInserted, 0.8)),
127
127
  hcDark: ( transparent(diffInserted, 0.6)),
128
128
  hcLight: ( transparent(diffInserted, 0.8))
129
- }, ( localize(10463, "Minimap marker color for inline chat inserted content.")));
130
- registerColor("inlineChatDiff.removed", ( transparent(diffRemoved, .5)), ( localize(10464, "Background color of removed text in the interactive editor input")));
129
+ }, ( localize(10474, "Minimap marker color for inline chat inserted content.")));
130
+ registerColor("inlineChatDiff.removed", ( transparent(diffRemoved, .5)), ( localize(10475, "Background color of removed text in the interactive editor input")));
131
131
  registerColor("editorOverviewRuler.inlineChatRemoved", {
132
132
  dark: ( transparent(diffRemoved, 0.6)),
133
133
  light: ( transparent(diffRemoved, 0.8)),
134
134
  hcDark: ( transparent(diffRemoved, 0.6)),
135
135
  hcLight: ( transparent(diffRemoved, 0.8))
136
- }, ( localize(10465, "Overview ruler marker color for inline chat removed content.")));
136
+ }, ( localize(10476, "Overview ruler marker color for inline chat removed content.")));
137
137
 
138
138
  export { ACTION_ASK_IN_CHAT, ACTION_START, CTX_ASK_IN_CHAT_ENABLED, CTX_FIX_DIAGNOSTICS_ENABLED, CTX_INLINE_CHAT_AFFORDANCE_VISIBLE, CTX_INLINE_CHAT_FILE_BELONGS_TO_CHAT, CTX_INLINE_CHAT_FOCUSED, CTX_INLINE_CHAT_HAS_AGENT, CTX_INLINE_CHAT_HAS_NOTEBOOK_AGENT, CTX_INLINE_CHAT_HAS_NOTEBOOK_INLINE, CTX_INLINE_CHAT_OUTER_CURSOR_POSITION, CTX_INLINE_CHAT_POSSIBLE, CTX_INLINE_CHAT_REQUEST_IN_PROGRESS, CTX_INLINE_CHAT_RESPONSE_FOCUSED, CTX_INLINE_CHAT_TERMINATED, CTX_INLINE_CHAT_V2_ENABLED, CTX_INLINE_CHAT_VISIBLE, INLINE_CHAT_ID, InlineChatConfigKeys, MENU_INLINE_CHAT_SIDE, MENU_INLINE_CHAT_WIDGET_SECONDARY, inlineChatBackground, inlineChatForeground };
@@ -88,7 +88,7 @@ let ReplInputHintContentWidget = class ReplInputHintContentWidget extends Dispos
88
88
  const keybinding = this.getKeybinding();
89
89
  const keybindingHintLabel = keybinding?.getLabel();
90
90
  if (keybinding && keybindingHintLabel) {
91
- const actionPart = ( localize(10482, "Press {0} to execute. ", keybindingHintLabel));
91
+ const actionPart = ( localize(10493, "Press {0} to execute. ", keybindingHintLabel));
92
92
  const [before, after] = ( actionPart.split(keybindingHintLabel).map(fragment => {
93
93
  const hintPart = $("span", undefined, fragment);
94
94
  hintPart.style.fontStyle = "italic";
@@ -105,9 +105,9 @@ let ReplInputHintContentWidget = class ReplInputHintContentWidget extends Dispos
105
105
  hintElement.appendChild(after);
106
106
  this.domNode.append(hintElement);
107
107
  const helpKeybinding = this.keybindingService.lookupKeybinding(AccessibilityCommandId.OpenAccessibilityHelp)?.getLabel();
108
- const helpInfo = helpKeybinding ? ( localize(10483, "Use {0} for accessibility help. ", helpKeybinding)) : ( localize(10484, "Run the Open Accessibility Help command for more information. "));
108
+ const helpInfo = helpKeybinding ? ( localize(10494, "Use {0} for accessibility help. ", helpKeybinding)) : ( localize(10495, "Run the Open Accessibility Help command for more information. "));
109
109
  this.ariaLabel = actionPart.concat(helpInfo, ( localize(
110
- 10485,
110
+ 10496,
111
111
  " Toggle {0} in settings to disable this hint.",
112
112
  AccessibilityVerbositySettingId.ReplEditor
113
113
  )));
@@ -144,7 +144,7 @@ let ExecutionStateCellStatusBarItem = class ExecutionStateCellStatusBarItem exte
144
144
  return [{
145
145
  text: `$(${successStateIcon.id})`,
146
146
  color: themeColorFromId(cellStatusIconSuccess),
147
- tooltip: ( localize(11413, "Success")),
147
+ tooltip: ( localize(11438, "Success")),
148
148
  alignment: CellStatusbarAlignment.Left,
149
149
  priority: Number.MAX_SAFE_INTEGER
150
150
  }];
@@ -152,14 +152,14 @@ let ExecutionStateCellStatusBarItem = class ExecutionStateCellStatusBarItem exte
152
152
  return [{
153
153
  text: `$(${errorStateIcon.id})`,
154
154
  color: themeColorFromId(cellStatusIconError),
155
- tooltip: ( localize(11414, "Failed")),
155
+ tooltip: ( localize(11439, "Failed")),
156
156
  alignment: CellStatusbarAlignment.Left,
157
157
  priority: Number.MAX_SAFE_INTEGER
158
158
  }];
159
159
  } else if (state === NotebookCellExecutionState.Pending || state === NotebookCellExecutionState.Unconfirmed) {
160
160
  return [{
161
161
  text: `$(${pendingStateIcon.id})`,
162
- tooltip: ( localize(11415, "Pending")),
162
+ tooltip: ( localize(11440, "Pending")),
163
163
  alignment: CellStatusbarAlignment.Left,
164
164
  priority: Number.MAX_SAFE_INTEGER
165
165
  }];
@@ -167,7 +167,7 @@ let ExecutionStateCellStatusBarItem = class ExecutionStateCellStatusBarItem exte
167
167
  const icon = runState?.didPause ? executingStateIcon : ThemeIcon.modify(executingStateIcon, "spin");
168
168
  return [{
169
169
  text: `$(${icon.id})`,
170
- tooltip: ( localize(11416, "Executing")),
170
+ tooltip: ( localize(11441, "Executing")),
171
171
  alignment: CellStatusbarAlignment.Left,
172
172
  priority: Number.MAX_SAFE_INTEGER
173
173
  }];
@@ -298,10 +298,10 @@ let TimerCellStatusBarItem = class TimerCellStatusBarItem extends Disposable {
298
298
  const rendererTitle = renderIssueLink ? `[${linkText}](command:workbench.action.openIssueReporter?${args})` : `**${linkText}**`;
299
299
  renderTimes += `- ${rendererTitle} ${formatCellDuration(renderDuration[key])}\n`;
300
300
  }
301
- renderTimes += `\n*${( localize(11417, "Use the links above to file an issue using the issue reporter."))}*\n`;
301
+ renderTimes += `\n*${( localize(11442, "Use the links above to file an issue using the issue reporter."))}*\n`;
302
302
  tooltip = {
303
303
  value: ( localize(
304
- 11418,
304
+ 11443,
305
305
  "**Last Execution** {0}\n\n**Execution Time** {1}\n\n**Overhead Time** {2}\n\n**Render Times**\n\n{3}",
306
306
  lastExecution,
307
307
  formatCellDuration(executionDuration),
@@ -312,7 +312,7 @@ let TimerCellStatusBarItem = class TimerCellStatusBarItem extends Disposable {
312
312
  };
313
313
  }
314
314
  const executionText = this._isVerbose ? ( localize(
315
- 11419,
315
+ 11444,
316
316
  "Last Execution: {0}, Duration: {1}",
317
317
  lastExecution,
318
318
  formatCellDuration(duration, false)
@@ -348,9 +348,9 @@ let NotebookFindWidget = class NotebookFindWidget extends SimpleFindReplaceWidge
348
348
  }
349
349
  _getAriaLabel(label, currentMatch, searchString) {
350
350
  if (label === NLS_NO_RESULTS) {
351
- return searchString === "" ? ( localize(11460, "{0} found", label)) : ( localize(11461, "{0} found for '{1}'", label, searchString));
351
+ return searchString === "" ? ( localize(11485, "{0} found", label)) : ( localize(11486, "{0} found for '{1}'", label, searchString));
352
352
  }
353
- return localize(11462, "{0} found for '{1}'", label, searchString);
353
+ return localize(11487, "{0} found for '{1}'", label, searchString);
354
354
  }
355
355
  dispose() {
356
356
  this._notebookEditor?.removeClassName(FIND_SHOW_TRANSITION);
@@ -402,7 +402,7 @@ async function joinSelectedCells(bulkEditService, notificationService, context)
402
402
  const cellKind = cells[0].cellKind;
403
403
  const isSameKind = cells.every(cell => cell.cellKind === cellKind);
404
404
  if (!isSameKind) {
405
- const message = ( localize(11518, "Cannot join cells of different kinds"));
405
+ const message = ( localize(11543, "Cannot join cells of different kinds"));
406
406
  return notificationService.warn(message);
407
407
  }
408
408
  const firstCell = cells[0];
@@ -431,7 +431,7 @@ async function joinSelectedCells(bulkEditService, notificationService, context)
431
431
  }
432
432
  if (edits.length) {
433
433
  await bulkEditService.apply(edits, {
434
- quotableLabel: ( localize(11519, "Join Notebook Cells"))
434
+ quotableLabel: ( localize(11544, "Join Notebook Cells"))
435
435
  });
436
436
  }
437
437
  }
@@ -74,7 +74,7 @@ registerAction2(class InsertCodeCellAboveAction extends InsertCellCommand {
74
74
  constructor() {
75
75
  super({
76
76
  id: INSERT_CODE_CELL_ABOVE_COMMAND_ID,
77
- title: ( localize(11585, "Insert Code Cell Above")),
77
+ title: ( localize(11610, "Insert Code Cell Above")),
78
78
  keybinding: {
79
79
  primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.Enter,
80
80
  when: ( ContextKeyExpr.and(NOTEBOOK_CELL_LIST_FOCUSED, ( InputFocusedContext.toNegated()))),
@@ -92,7 +92,7 @@ registerAction2(
92
92
  constructor() {
93
93
  super({
94
94
  id: INSERT_CODE_CELL_ABOVE_AND_FOCUS_CONTAINER_COMMAND_ID,
95
- title: ( localize(11586, "Insert Code Cell Above and Focus Container"))
95
+ title: ( localize(11611, "Insert Code Cell Above and Focus Container"))
96
96
  }, CellKind.Code, "above", false);
97
97
  }
98
98
  }
@@ -101,7 +101,7 @@ registerAction2(class InsertCodeCellBelowAction extends InsertCellCommand {
101
101
  constructor() {
102
102
  super({
103
103
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
104
- title: ( localize(11587, "Insert Code Cell Below")),
104
+ title: ( localize(11612, "Insert Code Cell Below")),
105
105
  keybinding: {
106
106
  primary: KeyMod.CtrlCmd | KeyCode.Enter,
107
107
  when: ( ContextKeyExpr.and(NOTEBOOK_CELL_LIST_FOCUSED, ( InputFocusedContext.toNegated()))),
@@ -119,7 +119,7 @@ registerAction2(
119
119
  constructor() {
120
120
  super({
121
121
  id: INSERT_CODE_CELL_BELOW_AND_FOCUS_CONTAINER_COMMAND_ID,
122
- title: ( localize(11588, "Insert Code Cell Below and Focus Container"))
122
+ title: ( localize(11613, "Insert Code Cell Below and Focus Container"))
123
123
  }, CellKind.Code, "below", false);
124
124
  }
125
125
  }
@@ -128,7 +128,7 @@ registerAction2(class InsertMarkdownCellAboveAction extends InsertCellCommand {
128
128
  constructor() {
129
129
  super({
130
130
  id: INSERT_MARKDOWN_CELL_ABOVE_COMMAND_ID,
131
- title: ( localize(11589, "Insert Markdown Cell Above")),
131
+ title: ( localize(11614, "Insert Markdown Cell Above")),
132
132
  menu: {
133
133
  id: MenuId.NotebookCellInsert,
134
134
  order: 2
@@ -140,7 +140,7 @@ registerAction2(class InsertMarkdownCellBelowAction extends InsertCellCommand {
140
140
  constructor() {
141
141
  super({
142
142
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
143
- title: ( localize(11590, "Insert Markdown Cell Below")),
143
+ title: ( localize(11615, "Insert Markdown Cell Below")),
144
144
  menu: {
145
145
  id: MenuId.NotebookCellInsert,
146
146
  order: 3
@@ -152,7 +152,7 @@ registerAction2(class InsertCodeCellAtTopAction extends NotebookAction {
152
152
  constructor() {
153
153
  super({
154
154
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
155
- title: ( localize(11591, "Add Code Cell At Top")),
155
+ title: ( localize(11616, "Add Code Cell At Top")),
156
156
  f1: false
157
157
  });
158
158
  }
@@ -184,7 +184,7 @@ registerAction2(class InsertMarkdownCellAtTopAction extends NotebookAction {
184
184
  constructor() {
185
185
  super({
186
186
  id: INSERT_MARKDOWN_CELL_AT_TOP_COMMAND_ID,
187
- title: ( localize(11592, "Add Markdown Cell At Top")),
187
+ title: ( localize(11617, "Add Markdown Cell At Top")),
188
188
  f1: false
189
189
  });
190
190
  }
@@ -215,8 +215,8 @@ registerAction2(class InsertMarkdownCellAtTopAction extends NotebookAction {
215
215
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
216
216
  command: {
217
217
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
218
- title: "$(add) " + ( localize(11593, "Code")),
219
- tooltip: ( localize(11594, "Add Code Cell"))
218
+ title: "$(add) " + ( localize(11618, "Code")),
219
+ tooltip: ( localize(11619, "Add Code Cell"))
220
220
  },
221
221
  order: 0,
222
222
  group: "inline",
@@ -225,9 +225,9 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
225
225
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
226
226
  command: {
227
227
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
228
- title: ( localize(11595, "Add Code")),
228
+ title: ( localize(11620, "Add Code")),
229
229
  icon: Codicon.add,
230
- tooltip: ( localize(11594, "Add Code Cell"))
230
+ tooltip: ( localize(11619, "Add Code Cell"))
231
231
  },
232
232
  order: 0,
233
233
  group: "inline",
@@ -237,8 +237,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
237
237
  command: {
238
238
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
239
239
  icon: Codicon.add,
240
- title: ( localize(11596, "Code")),
241
- tooltip: ( localize(11594, "Add Code Cell"))
240
+ title: ( localize(11621, "Code")),
241
+ tooltip: ( localize(11619, "Add Code Cell"))
242
242
  },
243
243
  order: -5,
244
244
  group: "navigation/add",
@@ -247,8 +247,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
247
247
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
248
248
  command: {
249
249
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
250
- title: "$(add) " + ( localize(11593, "Code")),
251
- tooltip: ( localize(11594, "Add Code Cell"))
250
+ title: "$(add) " + ( localize(11618, "Code")),
251
+ tooltip: ( localize(11619, "Add Code Cell"))
252
252
  },
253
253
  order: 0,
254
254
  group: "inline",
@@ -257,9 +257,9 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
257
257
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
258
258
  command: {
259
259
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
260
- title: ( localize(11597, "Add Code")),
260
+ title: ( localize(11622, "Add Code")),
261
261
  icon: Codicon.add,
262
- tooltip: ( localize(11594, "Add Code Cell"))
262
+ tooltip: ( localize(11619, "Add Code Cell"))
263
263
  },
264
264
  order: 0,
265
265
  group: "inline",
@@ -268,8 +268,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
268
268
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
269
269
  command: {
270
270
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
271
- title: "$(add) " + ( localize(11598, "Markdown")),
272
- tooltip: ( localize(11599, "Add Markdown Cell"))
271
+ title: "$(add) " + ( localize(11623, "Markdown")),
272
+ tooltip: ( localize(11624, "Add Markdown Cell"))
273
273
  },
274
274
  order: 1,
275
275
  group: "inline",
@@ -279,8 +279,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
279
279
  command: {
280
280
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
281
281
  icon: Codicon.add,
282
- title: ( localize(11600, "Markdown")),
283
- tooltip: ( localize(11599, "Add Markdown Cell"))
282
+ title: ( localize(11625, "Markdown")),
283
+ tooltip: ( localize(11624, "Add Markdown Cell"))
284
284
  },
285
285
  order: -5,
286
286
  group: "navigation/add",
@@ -289,8 +289,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
289
289
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
290
290
  command: {
291
291
  id: INSERT_MARKDOWN_CELL_AT_TOP_COMMAND_ID,
292
- title: "$(add) " + ( localize(11598, "Markdown")),
293
- tooltip: ( localize(11599, "Add Markdown Cell"))
292
+ title: "$(add) " + ( localize(11623, "Markdown")),
293
+ tooltip: ( localize(11624, "Add Markdown Cell"))
294
294
  },
295
295
  order: 1,
296
296
  group: "inline",
@@ -61,7 +61,7 @@ class CellDiffPlaceholderElement extends Disposable {
61
61
  constructor(placeholder, templateData) {
62
62
  super();
63
63
  templateData.body.classList.remove("left", "right", "full");
64
- const text = (placeholder.hiddenCells.length === 1) ? ( localize(11636, "{0} hidden cell", placeholder.hiddenCells.length)) : ( localize(11637, "{0} hidden cells", placeholder.hiddenCells.length));
64
+ const text = (placeholder.hiddenCells.length === 1) ? ( localize(11661, "{0} hidden cell", placeholder.hiddenCells.length)) : ( localize(11662, "{0} hidden cells", placeholder.hiddenCells.length));
65
65
  templateData.placeholder.innerText = text;
66
66
  this._register(addDisposableListener(templateData.placeholder, "dblclick", e => {
67
67
  if (e.button !== 0) {
@@ -1902,7 +1902,7 @@ class CollapsedCellOverlayWidget extends Disposable {
1902
1902
  display: "flex"
1903
1903
  }
1904
1904
  }, [$("a", {
1905
- title: ( localize(11638, "Show Unchanged Cells")),
1905
+ title: ( localize(11663, "Show Unchanged Cells")),
1906
1906
  role: "button",
1907
1907
  onclick: () => {
1908
1908
  this._action.fire();
@@ -1935,7 +1935,7 @@ class UnchangedCellOverlayWidget extends Disposable {
1935
1935
  display: "flex"
1936
1936
  }
1937
1937
  }, [$("a", {
1938
- title: ( localize(11639, "Hide Unchanged Cells")),
1938
+ title: ( localize(11664, "Hide Unchanged Cells")),
1939
1939
  role: "button",
1940
1940
  onclick: () => {
1941
1941
  this._action.fire();
@@ -48,7 +48,7 @@ class OutputElement extends Disposable {
48
48
  mimeTypePicker.classList.add(...ThemeIcon.asClassNameArray(mimetypeIcon));
49
49
  mimeTypePicker.tabIndex = 0;
50
50
  mimeTypePicker.title = ( localize(
51
- 11640,
51
+ 11665,
52
52
  "Choose a different output mimetype, available mimetypes: {0}",
53
53
  ( mimeTypes.map(mimeType => mimeType.mimeType)).join(", ")
54
54
  ));
@@ -105,13 +105,13 @@ class OutputElement extends Disposable {
105
105
  }
106
106
  _renderMissingRenderer(viewModel, preferredMimeType) {
107
107
  if (!viewModel.model.outputs.length) {
108
- return this._renderMessage(viewModel, ( localize(11641, "Cell has no output")));
108
+ return this._renderMessage(viewModel, ( localize(11666, "Cell has no output")));
109
109
  }
110
110
  if (!preferredMimeType) {
111
111
  const mimeTypes = ( viewModel.model.outputs.map(op => op.mime));
112
112
  const mimeTypesMessage = mimeTypes.join(", ");
113
113
  return this._renderMessage(viewModel, ( localize(
114
- 11642,
114
+ 11667,
115
115
  "No renderer could be found for output. It has the following mimetypes: {0}",
116
116
  mimeTypesMessage
117
117
  )));
@@ -154,16 +154,16 @@ class OutputElement extends Disposable {
154
154
  index: index,
155
155
  picked: index === currIndex,
156
156
  detail: this.generateRendererInfo(mimeType.rendererId),
157
- description: index === currIndex ? ( localize(11643, "Currently Active")) : undefined
157
+ description: index === currIndex ? ( localize(11668, "Currently Active")) : undefined
158
158
  })));
159
159
  const disposables = ( new DisposableStore());
160
160
  const picker = disposables.add(this._quickInputService.createQuickPick());
161
161
  picker.items = items;
162
162
  picker.activeItems = items.filter(item => !!item.picked);
163
163
  picker.placeholder = items.length !== mimeTypes.length ? ( localize(
164
- 11644,
164
+ 11669,
165
165
  "Select mimetype to render for current output. Rich mimetypes are available only when the notebook is trusted"
166
- )) : ( localize(11645, "Select mimetype to render for current output"));
166
+ )) : ( localize(11670, "Select mimetype to render for current output"));
167
167
  const pick = await ( new Promise(resolve => {
168
168
  disposables.add(picker.onDidAccept(() => {
169
169
  resolve(
@@ -195,7 +195,7 @@ class OutputElement extends Disposable {
195
195
  const displayName = renderInfo.displayName !== "" ? renderInfo.displayName : renderInfo.id;
196
196
  return `${displayName} (${renderInfo.extensionId.value})`;
197
197
  }
198
- return localize(11646, "built-in");
198
+ return localize(11671, "built-in");
199
199
  }
200
200
  getCellOutputCurrentIndex() {
201
201
  return this._diffElementViewModel.getNestedCellViewModel(this._diffSide).outputs.indexOf(this.output.model);
@@ -316,7 +316,7 @@ let NotebookTextDiffEditor = class NotebookTextDiffEditor extends EditorPane {
316
316
  return null;
317
317
  },
318
318
  getWidgetAriaLabel() {
319
- return localize(11667, "Notebook Text Diff");
319
+ return localize(11692, "Notebook Text Diff");
320
320
  }
321
321
  }
322
322
  }
@@ -14,18 +14,18 @@ const NOTEBOOK_DIFF_CELL_IGNORE_WHITESPACE_KEY = "notebook.diffEditor.cell.ignor
14
14
  const NOTEBOOK_DIFF_CELL_IGNORE_WHITESPACE = ( new RawContextKey(NOTEBOOK_DIFF_CELL_IGNORE_WHITESPACE_KEY, false));
15
15
  const NOTEBOOK_DIFF_CELL_PROPERTY = ( new RawContextKey("notebook.diffEditor.cell.property.changed", false));
16
16
  const NOTEBOOK_DIFF_CELL_PROPERTY_EXPANDED = ( new RawContextKey("notebook.diffEditor.cell.property.expanded", false));
17
- const NOTEBOOK_DIFF_CELLS_COLLAPSED = ( new RawContextKey("notebook.diffEditor.allCollapsed", undefined, ( localize(11668, "Whether all cells in notebook diff editor are collapsed"))));
18
- const NOTEBOOK_DIFF_HAS_UNCHANGED_CELLS = ( new RawContextKey("notebook.diffEditor.hasUnchangedCells", undefined, ( localize(11669, "Whether there are unchanged cells in the notebook diff editor"))));
17
+ const NOTEBOOK_DIFF_CELLS_COLLAPSED = ( new RawContextKey("notebook.diffEditor.allCollapsed", undefined, ( localize(11693, "Whether all cells in notebook diff editor are collapsed"))));
18
+ const NOTEBOOK_DIFF_HAS_UNCHANGED_CELLS = ( new RawContextKey("notebook.diffEditor.hasUnchangedCells", undefined, ( localize(11694, "Whether there are unchanged cells in the notebook diff editor"))));
19
19
  const NOTEBOOK_DIFF_UNCHANGED_CELLS_HIDDEN = ( new RawContextKey("notebook.diffEditor.unchangedCellsAreHidden", undefined, ( localize(
20
- 11670,
20
+ 11695,
21
21
  "Whether the unchanged cells in the notebook diff editor are hidden"
22
22
  ))));
23
23
  const NOTEBOOK_DIFF_ITEM_KIND = ( new RawContextKey("notebook.diffEditor.item.kind", undefined, ( localize(
24
- 11671,
24
+ 11696,
25
25
  "The kind of item in the notebook diff editor, Cell, Metadata or Output"
26
26
  ))));
27
27
  const NOTEBOOK_DIFF_ITEM_DIFF_STATE = ( new RawContextKey("notebook.diffEditor.item.state", undefined, ( localize(
28
- 11672,
28
+ 11697,
29
29
  "The diff state of item in the notebook diff editor, delete, insert, modified or unchanged"
30
30
  ))));
31
31
 
@@ -82,7 +82,7 @@ let CellDiffPlaceholderRenderer = class CellDiffPlaceholderRenderer {
82
82
  const marginOverlay = ( new CollapsedCellOverlayWidget(body));
83
83
  const contents = append(body, $(".contents"));
84
84
  const placeholder = append(contents, $("span.text", {
85
- title: ( localize(11673, "Double click to show"))
85
+ title: ( localize(11698, "Double click to show"))
86
86
  }));
87
87
  return {
88
88
  body,
@@ -243,7 +243,7 @@ let ReplEditor = class ReplEditor extends EditorPane {
243
243
  ...editorOptions,
244
244
  ...editorOptionsOverride,
245
245
  ...{
246
- ariaLabel: ( localize(12631, "REPL Input")),
246
+ ariaLabel: ( localize(12656, "REPL Input")),
247
247
  glyphMargin: true,
248
248
  padding: {
249
249
  top: INPUT_EDITOR_PADDING,
@@ -23,7 +23,7 @@ import { IWorkbenchEnvironmentService } from '@codingame/monaco-vscode-api/vscod
23
23
  import { IPathService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/path/common/pathService.service';
24
24
 
25
25
  var ReplEditorInput_1;
26
- const replTabIcon = registerIcon("repl-editor-label-icon", Codicon.debugLineByLine, ( localize(12645, "Icon of the REPL editor label.")));
26
+ const replTabIcon = registerIcon("repl-editor-label-icon", Codicon.debugLineByLine, ( localize(12670, "Icon of the REPL editor label.")));
27
27
  let ReplEditorInput = class ReplEditorInput extends NotebookEditorInput {
28
28
  static {
29
29
  ReplEditorInput_1 = this;
@@ -166,7 +166,7 @@ function generateAutoApproveActions(commandLine, subCommands, autoApproveResult)
166
166
  const firstSubcommandFirstWord = unapprovedSubCommands.length > 0 ? unapprovedSubCommands[0].split(" ")[0] : "";
167
167
  if (firstSubcommandFirstWord !== commandLine && !( commandsWithSubcommands.has(commandLine)) && !( commandsWithSubSubCommands.has(commandLine))) {
168
168
  actions.push({
169
- label: ( localize(14286, "Allow Exact Command Line in this Session")),
169
+ label: ( localize(14311, "Allow Exact Command Line in this Session")),
170
170
  data: {
171
171
  type: "newRule",
172
172
  rule: {
@@ -180,7 +180,7 @@ function generateAutoApproveActions(commandLine, subCommands, autoApproveResult)
180
180
  }
181
181
  });
182
182
  actions.push({
183
- label: ( localize(14287, "Allow Exact Command Line in this Workspace")),
183
+ label: ( localize(14312, "Allow Exact Command Line in this Workspace")),
184
184
  data: {
185
185
  type: "newRule",
186
186
  rule: {
@@ -194,7 +194,7 @@ function generateAutoApproveActions(commandLine, subCommands, autoApproveResult)
194
194
  }
195
195
  });
196
196
  actions.push({
197
- label: ( localize(14288, "Always Allow Exact Command Line")),
197
+ label: ( localize(14313, "Always Allow Exact Command Line")),
198
198
  data: {
199
199
  type: "newRule",
200
200
  rule: {
@@ -213,15 +213,15 @@ function generateAutoApproveActions(commandLine, subCommands, autoApproveResult)
213
213
  actions.push(( new Separator()));
214
214
  }
215
215
  actions.push({
216
- label: ( localize(14289, "Allow All Commands in this Session")),
217
- tooltip: ( localize(14290, "Allow this tool to run in this session without confirmation.")),
216
+ label: ( localize(14314, "Allow All Commands in this Session")),
217
+ tooltip: ( localize(14315, "Allow this tool to run in this session without confirmation.")),
218
218
  data: {
219
219
  type: "sessionApproval"
220
220
  }
221
221
  });
222
222
  actions.push(( new Separator()));
223
223
  actions.push({
224
- label: ( localize(14291, "Configure Auto Approve...")),
224
+ label: ( localize(14316, "Configure Auto Approve...")),
225
225
  data: {
226
226
  type: "configure"
227
227
  }
@@ -154,7 +154,7 @@ let NpmScriptAutoApprover = class NpmScriptAutoApprover extends Disposable {
154
154
  isAutoApproved: true,
155
155
  scriptName,
156
156
  autoApproveInfo: ( new MarkdownString(( localize(
157
- 14294,
157
+ 14319,
158
158
  "Auto approved as {0} is defined in package.json",
159
159
  `\`${scriptName}\``
160
160
  ))))