8000 Process picker dropdown does not show on WSL environment. · Issue #17859 · microsoft/vscode-python · GitHub
[go: up one dir, main page]

Skip to content
Process picker dropdown does not show on WSL environment. #17859
@lucidfrontier45

Description

@lucidfrontier45

Environment data

Version: 1.61.2 (user setup)
Commit: 6cba118ac49a1b88332f312a8f67186f7f3c1643
Date: 2021-10-19T14:57:20.575Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043
Python_ext: v2021.10.1365161279

Expected behaviour

Dropdown shows up as below (Windows native environment)

image

Actual behaviour

Dropdown does not show up.

Steps to reproduce:

1 Open a WSL project with Remote-WSL extention.
2 Create a debug configuration in the launch.json with default Python: Attach using Process Id template.

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Attach using Process Id",
            "type": "python",
            "request": "attach",
            "processId": "${command:pickProcess}"
        },
    ]
}

3 In Run and Debug side pane select the above debug task.


possibly related #14678

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-debuggingbugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0