You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/chatExtensionsInstallToolSubPart.ts
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -47,22 +47,22 @@ export class ExtensionsInstallConfirmationWidgetSubPart extends BaseChatToolInvo
message: toolInvocation.confirmationMessages?.message??localize('installExtensionsConfirmation',"Click the Install button on the extension and then press Continue when finished."),
80
+
message: toolInvocation.confirmationMessages?.message??localize('installExtensionsConfirmation',"Click the Install button on the extension and then press Allow when finished."),
81
81
buttons,
82
82
}
83
83
));
@@ -94,7 +94,7 @@ export class ExtensionsInstallConfirmationWidgetSubPart extends BaseChatToolInvo
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/chatTerminalToolConfirmationSubPart.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -300,13 +300,13 @@ export class ChatTerminalToolConfirmationSubPart extends BaseChatToolInvocationS
{label: localize('allowSession','Allow in this Session'),data: ConfirmationOutcome.AllowSession,tooltip: localize('allowSesssionTooltip','Allow this tool to run in this session without confirmation.')},
97
97
{label: localize('allowWorkspace','Allow in this Workspace'),data: ConfirmationOutcome.AllowWorkspace,tooltip: localize('allowWorkspaceTooltip','Allow this tool to run in this workspace without confirmation.')},
0 commit comments