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/features/creators/newPackageProject.ts
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -140,12 +140,20 @@ export class NewPackageProject implements PythonProjectCreator {
140
140
quickCreate: true,
141
141
});
142
142
}else{
143
-
window.showErrorMessage(
143
+
constaction=awaitwindow.showErrorMessage(
144
144
l10n.t(
145
-
'Creating virtual environment "{0}" failed during package creation since no environment manager supports quick create.',
145
+
'Attempt at creating a virtual environment as part of new package "{0}" creation failed. Default environment manager does not support creating environments and no alternative was found.',
0 commit comments