-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Create a nightly/insiders extension in the Marketplace #17196
Comments
microsoft/vscode#15756 may lead to this being put on hold. |
A wrench in this plan is that Pylance hard depends on the core extension, as it's not the one running the server and such; if there are two Python extensions, we'd necessarily have to drop our side of the dependency and then figure out what to do with people who discover and install the stack via the Pylance extension. |
@jakebailey chances are we will probably go with the solution the VS Code core team is proposing and using the mechanism where there's just the single extension and VS Code controls which VSIX to download, but good point about how this might make it messy unless you also publish an insiders extension that relies on our insiders extension. |
Closing in favour of #18144 |
This would replace our bespoke insiders channel download/install mechanism so we can rely on VS Code to update.
package.prod.json
which contains only that which would differ from the nightly build#17133
The text was updated successfully, but these errors were encountered: