We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading extension to latest preview version v2022.9.0 I can't start interactive debugging or attach to existing PowerShell session.
Downgrading extension to v2022.8.5 solves the problem.
launch.json:
{ "name": "PowerShell: Interactive Session", "type": "PowerShell", "request": "launch" }, { "name": "PowerShell Attach to Host Process", "type": "PowerShell", "request": "attach", "runspaceId": 1 }, { "name": "PowerShell Attach Interactive Session Runspace", "type": "PowerShell", "request": "attach", "processId": "current" }
Name Value ---- ----- PSVersion 7.2.6 PSEdition Core GitCommitId 7.2.6 OS Microsoft Windows 10.0.19044 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0, 5.0, 5.1.10032.0, 6.0.0, 6.1.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
1.72.0-insider 835d39cfac9ede6c7c90678c8d6c3d4d0171ed6d x64
[email protected] [email protected]
Interactive debugging:
Attaching to existing session:
20220928T120302.zip
The text was updated successfully, but these errors were encountered:
Is it related to this PR? I do not set cwd in the launch.json. Setting it to empty "cwd": "" does not help either.
cwd
"cwd": ""
Sorry, something went wrong.
Good find! I'll ping you on Discord to test something for me.
andyleejordan
Successfully merging a pull request may close this issue.
Prerequisites
Summary
After upgrading extension to latest preview version v2022.9.0 I can't start interactive debugging or attach to existing PowerShell session.
Downgrading extension to v2022.8.5 solves the problem.
launch.json:
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Visuals
Interactive debugging:

Attaching to existing session:

Logs
20220928T120302.zip
The text was updated successfully, but these errors were encountered: