-
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
Test finalized API for python environments #19886
Comments
Right now I'm testing this with a separate extension as opposed to trying to fully adopt into Jupyter. Seemed like a fairer test of the API itself.
|
Yep, by dry-adopting I mean we should make sure it covers all scenarios in the Jupyter extension. |
That seems a bit much for a single TPI. But so far things all look good with it. Maybe Don knows better if we can just drop this in quickly. |
i agree with Ian, it's impossible to cover if you're plan is to finalize the api based on feedback from jupyter extension adoption, then i don't think we can finalize this api now. we will discuss this in our stand-up. |
I see, in that case just testing and feedback would suffice for purposes of this TPI. Will discuss with the team on when we plan to finalize it. |
So I talked with the team and decided that we'll finalize it in an iteration or two, hope that gives Jupyter some time to adopt the API. Meanwhile we'll still announce it in our blog posts and release notes to get additional feedback! |
Refs: #19101
Complexity: 5
Create Issue
Requirements
Pre-assigning Jupyter team, but note builds are not available yet, testing begins tomorrow.
Test APIs exposed via
ProposedExtensionAPI
ProposedExtensionAPI
for APIs to test: https://github.dev/microsoft/vscode-python/blob/main/src/client/proposedApiTypes.tsPython: Clear cache and reload
command to clear any pre-existing discovery cache in the extension.Example usage:
Copy over contents of https://github.com/microsoft/vscode-python/blob/main/src/client/proposedApiTypes.ts#L8 as needed.
The text was updated successfully, but these errors were encountered: