Skip to content

Commit d92b648

Browse files
committed
fix debug
1 parent 5e57d67 commit d92b648

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/common/telemetry/helpers.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)