-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked on
Description
Environment data
- VS Code version:
v1.60.0
- Extension version (available under the Extensions sidebar):
v2021.9.1246542782
- OS and version:
win10 20h2 64bit
- Python version (& distribution if applicable, e.g. Anaconda):
py3.7.7 32bit
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): `N/A
- Relevant/affected Python packages and their versions:
pylance v2021.9.4
,jupyter v2021.8.2041215044
- Value of the
python.languageServer
setting:Default
Steps to reproduce:
- add this configuration in workspace/user settings:
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File - Editor button",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false,
"purpose": ["debug-in-terminal"]
}
]
}
- try debug from editor button, it doesn't work. but in folder launch.json it works.
Logs
EMPTY
kimadeline, karrtikr, byehack, haughki, c0state and 1 more
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked on