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/client/common/utils/localize.ts
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -516,3 +516,15 @@ export namespace CreateEnv {
516
516
);
517
517
}
518
518
}
519
+
520
+
exportnamespacePythonLocator{
521
+
exportconststartupFailedNotification=l10n.t(
522
+
'Python Locator failed to start. Python environment discovery may not work correctly.',
523
+
);
524
+
exportconstwindowsRuntimeMissing=l10n.t(
525
+
'Missing Windows runtime dependencies detected. The Python Locator requires the Microsoft Visual C++ Redistributable. This is often missing on clean Windows installations.',
526
+
);
527
+
exportconstwindowsStartupFailed=l10n.t(
528
+
'Python Locator failed to start on Windows. This might be due to missing system dependencies such as the Microsoft Visual C++ Redistributable.',
0 commit comments