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
info(`Ingoring since user asked to ignore download.`);
137
-
return;
138
-
}
139
-
140
-
// Ask for download
141
-
letdownload=awaitvscode.window.showInformationMessage(`Model ${inferenceConfig.modelName} is not downloaded. Do you want to download it? Answering "No" would require you to manually download model.`,'Yes','No');
142
-
if(download==='No'){
143
-
info(`Ingoring since user asked to ignore download.`);
info(`Ingoring since user asked to ignore download.`);
127
+
return;
152
128
}
153
-
if(token.isCancellationRequested){
154
-
info(`Canceled after AI completion.`);
129
+
130
+
// Ask for download
131
+
letdownload=awaitvscode.window.showInformationMessage(`Model ${inferenceConfig.modelName} is not downloaded. Do you want to download it? Answering "No" would require you to manually download model.`,'Yes','No');
132
+
if(download==='No'){
133
+
info(`Ingoring since user asked to ignore download.`);
0 commit comments