Skip to content

[Linux] "Connect to New Server" option disappears and requires manual extension folder deletion to restore #355

@Lyra-Brown

Description

@Lyra-Brown

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

  1. Install the Google Colab extension on Linux.
  2. Use it successfully to connect to a runtime.
  3. Close VS Code and wait for some time (or after an extension auto-update occurs).
  4. Open a .ipynb file.
  5. Try to search for Google Colab: Connect to New Server in the Command Palette or Kernel Picker.
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneed more infoNeed some more info to further help out!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions