forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Closed
Copy link
Labels
area-debuggingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginvestigatingWe are looking into the cause of the issueWe are looking into the cause of the issueregressionBug didn't exist in a previous releaseBug didn't exist in a previous releaseverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
VS Code version
1.62.0
Extension version
v2021.11.1422169775
OS type
Linux
OS version
Linux x64 5.11.0-38-generic snap
Python distribution
Anaconda
Python version
3.8.10
Language server
Default
Expected behaviour
Disappear warning message:
Configured debug type 'python' is installed but not supported in this environment.
Actual behaviour
-
Warning message appeared:
Configured debug type 'python' is installed but not supported in this environment.
Steps to reproduce
- Installing exention on vscode (https://marketplace.visualstudio.com/items?itemName=ms-python.python)
- Create hello.py with simple code;
print("hello") - Create launch.json with content:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File (Integrated Terminal)",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"cwd": "${fileDirname}"
}
]
}
- Open Problem tab on panel, we will see:
Configured debug type 'python' is installed but not supported in this environment.
Logs
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
ewerybody, LordWolfenstein, chriskrogh, TheAwiteb, PhamJamStudio and 1 more
Metadata
Metadata
Assignees
Labels
area-debuggingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginvestigatingWe are looking into the cause of the issueWe are looking into the cause of the issueregressionBug didn't exist in a previous releaseBug didn't exist in a previous releaseverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded