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
detail.appendMarkdown(localize('confirmOpenDetail2',"This will access {0}.\n\n",`[${uriLabel}](${url.toString()})`));
137
-
detail.appendMarkdown(localize('confirmOpenDetail3',"If you did not initiate this request, it may represent an attempted attack on your system. Unless you took an explicit action to initiate this request, you should press 'Cancel'"));
127
+
detail.appendMarkdown(localize('confirmOpenDetail3',"If you did not initiate this request, it may represent an attempted attack on your system. Unless you took an explicit action to initiate this request, you should press 'No'"));
138
128
139
129
letmessage: string;
140
130
switch(promptType){
141
131
casePromptsType.prompt:
142
132
message=localize('confirmInstallPrompt',"An external application wants to create a prompt file with content from a URL. Do you want to continue by selecting a destination folder and name?");
143
133
break;
144
134
casePromptsType.instructions:
145
-
message=localize('confirmInstallInstructions',"An external application wants to create an instructions file with content from a URL.");
135
+
message=localize('confirmInstallInstructions',"An external application wants to create an instructions file with content from a URL. Do you want to continue by selecting a destination folder and name?");
146
136
break;
147
137
default:
148
-
message=localize('confirmInstallMode',"An external application wants to create a chat mode with content from a URL.");
138
+
message=localize('confirmInstallMode',"An external application wants to create a chat mode with content from a URL. Do you want to continue by selecting a destination folder and name?");
0 commit comments