Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.92.2
OS Version: macOS 14.6 (23G80)
Steps to Reproduce:
Connect using remote-tunnel for remote development
Have a server running on the remote machine and forward the port and have the local URI using vscode.env.asExternalUri.
Have an extension running on UI host programmatically connect to this URI. The UI-side extension is designed to work with a remote-side extension as companion which starts the server on the remote.
Notice that this works well in remote-ssh, but with remote-tunnel, the companion extension cannot connect to the forwarded URI with authentication failure.
How can the companion extension authenticate to this URL forwarded inside the same VS Code session?
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
vscode.env.asExternalUri
.How can the companion extension authenticate to this URL forwarded inside the same VS Code session?