I know helix (and hopefully soon lapce) are the ultimate editing experience, but for anyone still on vs code, some plugins like DeepSeek/Qwen/Copilot/Kimi/Qodo fka Codium require authentication where you have to login via a web browser.
If you are a Silverblue user who installed vs code inside of a toolbx container, what is the best way to actually get the vscode[-insiders]://
URI to open properly? Firefox and Epiphany from Flatpak (still waiting on Dev edition) did not retrieve the launcher link correctly, but Google Chrome for some reason did, though it did not actually launch vscode and I had to open developer console to copy the vscode://
link by hand.
Then I tried passing the login URL and the vscode-insiders://
url to the xdg-open
command and the code[-insiders]
command both inside and outside of the container, none of which worked.
The only thing that has worked so far is:
- In VS Code: CTRL+SHIFT+P
- Select "Simple Browser: Show
- Paste the
vscode[-insiders]://
URI
Is there a better way that doesn’t require all the manual copy/pasting?