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