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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ export class NewPackageProject implements PythonProjectCreator {
142
142
}else{
143
143
constaction=awaitwindow.showErrorMessage(
144
144
l10n.t(
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.',
145
+
'Could not automatically create a virtual environment for the new package "{0}" because your default environment manager does not support this operation and no alternative was available.',
0 commit comments