-
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
Insiders Build? #148
Comments
@stripedpajamas I think this is pretty reasonable to do, nightly builds could be adopted. Only issue is the release page getting cluttered with extra releases. |
I was thinking of making a new repo |
@stripedpajamas Do you know where I can find these "insider conditionals"? Currently I'm building vscodium every night from vscode's master branch and using it... |
We haven't written the conditionals yet. I think we will need to wrap the current logic of checking out the latest tag. |
@stripedpajamas Can we use the green icon here for the insiders version? |
Sounds good to me @lsmoura |
@stripedpajamas any progress with the insiders build ? asking because i'd love to give https://code.visualstudio.com/blogs/2019/05/02/remote-development a try and see if it improves my productivity |
@DanyC97 Even if insider builds were done, the licensing around all the new remote stuff is very closed off, and not going to be fun getting to work on oss builds. |
oh i see @pavanagrawal123 , wasn't aware of that. Thx for taking the time to respond 👍 |
Am not sure which approach to take here:
I am leaning toward option 2. common work (when quality=insider):
|
Additionally, it doesn't look like Travis's default deploy tool (which we are currently using) supports uploading releases to a different repo than then the one the build is running on. So either we do option 1 above or use a different deploy tool with option 2. |
I suppose GitHub Actions changes this. |
I would also very much to get such an |
I'm exactly the same. How hard would it be to have it working? |
They seem to be using a hidden VSCODE_MIXIN_REPO for insiders. |
Any updates on Vscodium Insider Edition? 👀 |
Finally implemented with #1217 - binaries available with https://github.com/VSCodium/vscodium-insiders/releases; the build scripts (and workflows) are directly used from this repo (in case someone wants to use it to build an own insider version from "vscode" sources). Congrats and thanks go to @daiyam! |
The section |
@paulcarroty Using |
Done. |
Thanks for |
The insider releases seem to lag behind vscode, yet the workflows appear to run (they just don't find changes). Are there still issues to work out or is something temporarily awry? |
No, it's failing due to the need of updated patch: |
Any chance you'd be willing to do an insiders build also? Be handy for checking out / using new things without having to wait for it to hit regular vscodium, or having to revert back to vscode insiders to use it.
The text was updated successfully, but these errors were encountered: