-
Notifications
You must be signed in to change notification settings - Fork 521
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
How to install Nightly version of Docker extension #1408
Comments
IMHO, this content might better fit in the README, instead of being an issue. |
@eine Point taken but, if I remember correctly, we explicitly decided not to add it to the |
@philliphoff, that's a fair point, but I believe that the current solution is falling short to achieve it. Users that are wishing to install some nightly to test an update related to an issue, are unlikely to want the version that is linked in the shield/badge above. Conversely, they should go to the PR they want, check the tests/checks/jobs of that specific PR and get the artifacts from there. I'm saying this because I have done it several times before. Therefore, I think that a good compromise is to move the content from this issue to a markdown file in the codebase. Then, that file can be linked from the "Contributing" section of the README, from this pinned issue and/or from any other place where it might be useful (whenever a user asks how to test a specific feature which is WIP). |
Was hoping that locking would prevent unpinning. |
Maybe replace this with an Insiders build of the extension: microsoft/vscode#15756 (comment) |
I looked and we have at most 3 external users with a nightly build installed, and odds are at least some of those 3 are actually internal. IMO the interest just is not there, not enough to justify working on a proper version using the new pre-release extension feature. |
If you cannot consider using the preview extension option at this time, at least publish it as a release on GitHub with the pre-release tag. I would prefer to have VS Code Insider release since I use that as my day-to-day for just this purpose. Either way, if it was available as a pre-release tag on GitHub it is easier to consume and automate on my own to pull it down each day and install. |
I think we should take another look at using VSCode's preview release feature. At the time this issue was authored it didn't exist, but I think it's a good fit. I'm going to remove the milestone from this issue so we can retriage it. |
Not planned |
The latest nightly build of the Docker extension can be installed by anybody. To do so:
vsix
artifact, looks likevscode-docker-1.26.0.vsix
):For more information on installation, see here: https://aka.ms/azCodeInsiders
The text was updated successfully, but these errors were encountered: