-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Description
The "Connect to New Server" option disappears from both the Kernel Picker and Command Palette after some time or after VS Code updates. Uninstalling and reinstalling the extension via the VS Code UI does not fix the issue. The only way to restore the functionality is to manually delete the extension folder from the terminal.
Environment
VS Code version: 1.108.0
Colab extension version: v0.1.6
Jupyter extension version: v2025.9.1
OS (Linux | Mac | Windows): Linux (Ubuntu24.04)
Repro Steps
- Install the Google Colab extension on Linux.
- Use it successfully to connect to a runtime.
- Close VS Code and wait for some time (or after an extension auto-update occurs).
- Open a .ipynb file.
- Try to search for Google Colab: Connect to New Server in the Command Palette or Kernel Picker.
- The option is missing.
Expected Behaviour
The "Connect to New Server" option should always be available when a .ipynb file is open.
Actual Behaviour
The option disappears completely. Even reinstalling the extension via the VS Code GUI does not bring it back. It seems like old extension files or cache are corrupted and not being cleaned up properly on Linux.
Additional context
Workaround found: I found that manually deleting the extension folder fixes the issue temporarily:
Bash
rm -rf ~/.vscode/extensions/google.colab*
After running this command and reinstalling the extension, the menu reappears.
Logs
Logs from Colab in the Output panel:
(No logs available as the command does not appear)
P.S.
This is my first time submitting an issue on GitHub, so please let me know if there are any mistakes or missing information. Also, I am using a translation tool, so I apologize for any unnatural English.