Skip to content
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

Extensions keep reinstalling every time I load VS Code Desktop #20262

Open
alessandro-newzoo opened this issue Oct 2, 2024 · 0 comments
Open
Labels
team: team-experience type: bug Something isn't working

Comments

@alessandro-newzoo
Copy link

Bug description

There are several extensions that, for some reason, get reinstalled every single time I create/open a Gitpod workspace.
The extensions are not in my VS Code profile. I think they are extensions I have installed (and removed) a long time ago, probably when I was trialling Gitpod (and then decided to ditch it for this exact problem, which I forgot about until I tried it again today).

This is incredibly annoying and it's making it impossible for my team to use Gitpod.

Steps to reproduce

  • Open VS Code
  • Notice how the extension vscode-twigcs is not installed:
    CleanShotX - Code  02 10 2024 at 13-51-36 @2x
  • Command pallette → Settings Sync: Sync now
  • Create a Gitpod workspace that opens in VS Code Desktop
  • Notice how vscode-twigcs is now installed in the new workspace (why??):
    CleanShotX - Code  02 10 2024 at 13-53-37 @2x
  • Uninstall the extension while the workspace is open
  • Reload the VS Code window
  • The extension has been reinstalled again 😩

The same thing happens if I close the workspace, uninstall the extension, and create a new workspace.
The same thing happens with many other extensions, and it's driving me insane.
The extensions in question are not in my .gitpod.yml

vscode:
  extensions:
    - ms-azuretools.vscode-docker
    - mrmlnc.vscode-apache
    - ihatetomatoes.gsap3-snippets
    - donjayamanne.jquerysnippets
    - usernamehw.commands
    - vunguyentuan.vscode-css-variables
    - mrmlnc.vscode-less
    - bmewburn.vscode-intelephense-client
    - vunguyentuan.vscode-postcss
    - aswinkumar863.smarty-template-support
    - bradlc.vscode-tailwindcss
    - jdcreations.timber-snippets
    - mrmlnc.vscode-duplicate
    - gruntfuggly.todo-tree
    - xdebug.php-debug

How do I prevent this? Where is Gitpod getting this list of extensions from?

Thank you.

Workspace affected

No response

Expected behavior

No response

Example repository

No response

Anything else?

VS Code 1.93.1 on macOS

@alessandro-newzoo alessandro-newzoo added the type: bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: team-experience type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant