-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Process picker dropdown does not show on WSL environment. #17859
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
Comments
@lucidfrontier45 Can you see if this command works for you in WSL?
This is what we use to get the process information, and if the command fails then the picker won't show up. Also, which OS do you have under WSL? |
I use Ubuntu 20.04 on WSL2. |
I can replicate this same behavior on Windows 10 + WSL2 + Ubuntu 20.04 as well. The picker dialog never opens. When I run that command I get the following output (lightly sanitized):
|
Having the same issue here. |
I am able to reproduce this in WSL. |
Same problem. |
This seems to be caused by screen size error in ps. VS Code issue related to this: microsoft/vscode#75932 This issue is duplicate of: #16921 |
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)
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.3 In
Run and Debug
side pane select the above debug task.possibly related #14678
The text was updated successfully, but these errors were encountered: