-
Notifications
You must be signed in to change notification settings - Fork 292
Description
OS: macOS, remotely connected to Ubuntu 22.04
VSCode version: Version: 1.70.2; Commit: e4503b30fc78200f846c62cf8091b76ff5547662; Date: 2022-08-16T05:36:37.829Z
CodeLLDB version: v1.7.4
Compiler: not relevant
Debuggee: not relevant
Context
I want to use vscode-URLs to directly drop into a debugging session. My script can be found at https://gist.github.com/vogelsgesang/d803377b8b143164961e08e58f5186c0
Expected behavior
When cmd-clicking this link from inside VSCode, I would expect to be dropped into the debugging session
Actual behavior
Instead, the link gets opened in VS Code's search bar
Additional information
I am sure the link itself is fine, because when I copy it from the console and paste it into Chrome's address bar, then VSCode opens my debugging session as expected.

