File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,9 @@ export async function logDiscoverySummary(envManagers: EnvironmentManagers): Pro
106106
107107 if ( totalEnvCount === 0 ) {
108108 traceWarn (
109- `No Python environments were found.\n` +
110- ` This may cause issues with Python tooling in VS Code.\n` +
111- ` Troubleshooting:\n` +
112- ` - Ensure Python is installed and on your PATH\n` +
113- ` - Check if your virtual environment has an 'activate' script\n` +
114- ` - Try running "Python Environments: Refresh All Environment Managers"\n` +
115- ` If environments should be detected, please report this: ${ ISSUES_URL } /new` ,
109+ `No Python environments were found. ` +
110+ `Try running "Python Environments: Run Python Environment Tool (PET) in Terminal..." from the Command Palette to diagnose. ` +
111+ `If environments should be detected, please report this: ${ ISSUES_URL } /new` ,
116112 ) ;
117113 } else {
118114 traceInfo (
You can’t perform that action at this time.
0 commit comments