Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

launch.json problems: "Configured debug type 'python' is installed but not supported in this environment." #136689

Closed
dmorse76 opened this issue Nov 8, 2021 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@dmorse76
Copy link

dmorse76 commented Nov 8, 2021

Issue Type: Bug

For some reason, my .vscode/launch.json for my Python project has started reporting problems for each configuration, even the default:

    {
        "name": "Python: Current File",
        "type": "python",
        "request": "launch",
        "program": "${file}",
        "console": "integratedTerminal"
    },

The problem is always "Configured debug type 'python' is installed but not supported in this environment.", yet these debug configurations work just fine (as they always have).

VS Code version: Code 1.62.0 (b3318bc, 2021-11-03T15:23:01.379Z)
OS version: Windows_NT x64 10.0.22489
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (4 x 2592)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: unavailable_off
opengl: enabled_on
rasterization: unavailable_off
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 16.00GB (8.56GB free)
Process Argv --crash-reporter-id 08c5aa4c-43d7-4902-a971-19495dafb591
Screen Reader no
VM 50%
Extensions (6)
Extension Author (truncated) Version
python ms- 2021.11.1422169775
vscode-pylance ms- 2021.11.0
jupyter ms- 2021.10.1001414422
jupyter-keymap ms- 1.0.0
jupyter-renderers ms- 1.0.3
powershell ms- 2021.10.2
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythontb:30283811
pythonvspyt551cf:30345471
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscorecescf:30384386
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
vsccppwt:30382697
bridge0708:30335490
pygetstartedt3:30385195
dockerwalkthru:30377721
bridge0723:30353136
pythonrunftest32:30373476
pythonf5test824:30373475
javagetstartedt:30391933
pythonvspyt187:30373474
vsqsis300:30386381
vsaa593cf:30376535
vssld246cf:30386378

@gjsjohnmurray
Copy link
Contributor

/duplicate

Closing in favour of #136712 even though that one is later, because it was created from Python extension issue microsoft/vscode-python#17952

@github-actions github-actions bot locked and limited conversation to collaborators Dec 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@weinand @gjsjohnmurray @dmorse76 and others