-
Notifications
You must be signed in to change notification settings - Fork 43
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
Handle Download URL for insider #37
Comments
Rechecking: it seems the issue is two-fold (and in general we don't need a "second" URL):
@daiyam to enable this to work we'd either have to rename |
ping @daiyam Also: Could you adjust the default runtime arguments to include {
"enable-proposed-api": [
...,
"jeanp413.open-remote-ssh",
]
} ? |
In
It will be in the next Insiders build. |
We can't drop the
Maybe add a new variable |
The extension is working out of the box with the latest Insiders. |
Even without any download URL setting?
Can you please apply the same patch for the stable build (the next release is expected next week, so now is a good time) to adjust that.
|
Sorry, with |
@daiyam if I understand you correctly you've suggested a code change to not need a manual URL setup, correct? |
No, sorry. I meant the change for |
Where would that be done? |
Released a new version |
Checked: works fine now with VSCodium-Insiders without any manual setup, same for VSCodium (no startup configuration, no termplate setting, ...). Maybe the docs should be adjusted to explicit no speak about VSCodium any more? |
Originally posted by @daiyam in #24 (comment)
not sure about hardcoding other download urls, we can add them to the readme though and it's not that bad as you just need to do it once
Originally posted by @jeanp413 in #24 (comment)
I'd vote for hardcoding the two most common paths and declare victory (everything else will possibly lead to a bunch of "the download failed" issues), but in any case it should be handled somehow which can be tracked in this issue.
The text was updated successfully, but these errors were encountered: