-
Notifications
You must be signed in to change notification settings - Fork 294
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
Testing Jupyter Extension API #14368
Comments
could be shortened to
|
It's working as expected, great work! I have moved my Docker Connect extension to the new API and it's seamless. 👏 The only challenge with my Docker Connect extension is mapping directory, I found a couple of issues with how it works (from my understanding the new mapping didn't get https://github.com/microsoft/vscode-jupyter/pull/12446/files#r1058626552 resolved unfortunately) but we can discuss later. |
I'm not sure what should be in the value parameter here, isn't the value entered just my Server Provider that they selected? It seemed to be undefined when I tried using it.
|
It also wasn't totally clear to me where commands were going to show up (along with my provided servers, or after selecting one), but it was easy enough to add a dummy command to find out. Totally makes sense how it works once I got the hang of it. |
Refs: #13894
Complexity: 5
Authors: @DonJayamanne
Create Issue
Steps
yo code
or by any other meansnpm install @vscode/jupyter-extension
to install the typedef of the Jupyter Extension APIThings to try:
Python Environments
,Jupyter Kernels
,Existing Jupyter Server
onDidChangeServers
event and verify the new Servers are displayed in the quick pickhandleCommand
with the right arguments.@rebornix
The text was updated successfully, but these errors were encountered: