-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
when using the no-config debugger recently released in version 1.97.2, i can't get the debugger working with conda env.
it keeps using the default base env:
in the debug console, i check for the current env:
import sys
sys.executable
'/home/linuxbrew/.linuxbrew/opt/[email protected]/bin/python3.13'
my conda env is settup using python select intepretter, and in terminal, it automatically select the correct env, but not with debugpy
Here are the other screenshots that I tried all the recommended setting found on the wiki page
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team