The idea here is to support URLs such as vscode:extension/${UUID}. These could make Code open that extension in its UI, allowing for a fast path towards extension installation from the Marketplace.
Code is in https://github.com/joaomoreno/vscode/tree/urlservice
The idea here is to support URLs such as
vscode:extension/${UUID}. These could make Code open that extension in its UI, allowing for a fast path towards extension installation from the Marketplace.Code is in https://github.com/joaomoreno/vscode/tree/urlservice
app.on('open-url')to the last focused WindowonOpenUrlevents and open the extension UI