Closed vinocher-bc closed 4 months ago
The error is from here . @matthewbastien, could this be related to https://github.com/swiftlang/vscode-swift/pull/890 or https://github.com/swiftlang/vscode-swift/pull/817? Thanks.
At first glance this seems like a duplicate of #887, but I only have an arm64 Windows VM to test with which Code-LLDB does not support. @vinocher-bc are you able to build the latest version of the Swift extension from source and see if this is already fixed?
Instructions on building/installing the extension from source can be found here: https://github.com/swiftlang/vscode-swift/blob/main/CONTRIBUTING.md#building
@plemarquand & @matthewbastien, an extension built from the latest source seems to fix this. Thanks! Is there an ETA for the next release?
I think we'll look to get another version out next week
Thank you for verifying this, @vinocher-bc! I'm going to close this as fixed. There will be a release sometime this week as @adam-fowler said.
The VSCode
Swift: Attach to Process...
command is broken on Windows with the following error:To Reproduce On VSCode in Windows:
'Swift: Attach to Process...'
commandExpected behavior Should allow attaching to a process
Environment
Additional context This seems like a recent regression.