microsoft / vscode-jupyter-hub

Jupyter Hub Support in VS Code
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-hub
MIT License
8 stars 6 forks source link

Stop registering servers from cache if the servers are not in the list of servers returned by the provider #23

Closed DonJayamanne closed 10 months ago

DonJayamanne commented 10 months ago

For extensions adopting the new API, we should stop loading the old servers from cache and remove them completely. Until they are added, this means we will need to track the whether an extension is using the new API or not.

For AzML, GitHub and internal extension we can leave the old behaviour For all other extensions assume they will end up using the new API (or some similar safe approach).

DonJayamanne commented 10 months ago

This has already been done.