-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support vscode://
links (or provide an alternate)
#933
Comments
I don't think that the You might need an extension or Tampermonkey' script to replace |
i had already tried replacing only |
I've just tried it on Windows 10 and it's working. Edit: Another oopsy... |
Just copy/paste the url While changing the url with the dev tools should work, the change might not be picked up if the page is built as an app with react or similar. |
ahhw right, it worked 👍 . niiiiiice. but this also revealed 2 more things to me:
|
If the url isn't supported directly by the browser, it will confirm it with the user and send the request to the system. |
The main reason to not support |
i didnt understand that. i am guessing this is related with wsl remote extension?? i dont have experience with that either 😅 |
oh yeah, i forget that it becomes complicated once "Always use this app" is clicked. if i recall correct, then it's very hard to erase association in windows 10 to make it to ask/launch "open pick an app" again i guess this concludes it then from my side. feel free to reopen if someone else has any idea for how can the pros of this suggestion outweigh cons. But i still wonder how linux or mac handles these protocols/intent calls |
can u share the script? |
I am separating out this section from description to separate comment here, just to keep things small sized. this is same old content, nothing new. Details
Technical DetailsDigging In
Links ExampleSo, for vscodium's repo,
Footnotes |
One way to do it on linux is to add [Desktop Entry]
Name=VSCodium - URL Handler
Exec=/usr/bin/codium --open-url %U
...
MimeType=x-scheme-handler/vscodium;x-scheme-handler/vscode; |
Checklist
i cant confirm that as i dont use VSCode, BUT it shouldnt happen with VSC as far as i can guess
Summary
Lack of functionality due to
vscode://
links being not supportedTo Reproduce
Steps:
https://gitlab.com/Moini/git_und_gitlab
Expected:
Desktop
moved over the details to a separate comment
The text was updated successfully, but these errors were encountered: