Is there a way to save remote server connection details in .vscode? #17072
-
I have a rather long URL which users need to paste in to configure to talk to the Remote Jupyter Server Is there any way to save this in a JSON file in So when users open the Git repo containing the notebooks, they've already got the Remote Jupyter Server configured? Similar to e.g. I guess I could build my own extension to do this following https://github.com/microsoft/vscode-extension-samples/tree/main/jupyter-server-provider-sample but it seems like something obvious enough it really ought to exist out-of-the-box |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately no such feature exists, using the extension API feels like the best approach for now. |
Beta Was this translation helpful? Give feedback.
Unfortunately no such feature exists, using the extension API feels like the best approach for now.