VS Code Custom URL Scheme supports opening a new window instead of using the current window. #10650
Labels
containers
Issue in vscode-remote containers
info-needed
Issue requires more information from poster
I created a button on a webpage that allows entering a specified container on a specified server. Its construction method is as follows:
However, this method always connects the currently focused window to the container instead of opening a new window.
But in the terminal, I can use the command
code --folder-uri vscode-remote://attached-container+${hash}/dir
to open a new window instead of using the current one.Can we provide an extension command for the Custom URL Scheme that allows the URL to open a new window instead of using the current one?
The text was updated successfully, but these errors were encountered: