Material Theme has been pulled from VS Code’s marketplace

Material Theme has been pulled from VS Code’s marketplace


Comment options







I’m using Visual Code Insiders and encountered the same problem. Here’s how I fixed it:

bearmett@Matts-Workshop ~ $ cd .vscode-insiders/extensions
bearmett@Matts-Workshop ~/.vscode-insiders/extensions $ cat extensions.json | jq | grep eq
      "id": "equinusocio.vsc-material-theme",
      "path": "/Users/bearmett/.vscode-insiders/extensions/equinusocio.vsc-material-theme-34.7.9",
    "relativeLocation": "equinusocio.vsc-material-theme-34.7.9",
      "id": "github.vscode-pull-request-github"
      "path": "/Users/bearmett/.vscode-insiders/extensions/github.vscode-pull-request-github-0.105.2025022504",
    "relativeLocation": "github.vscode-pull-request-github-0.105.2025022504",
bearmett@Matts-Workshop ~/.vscode-insiders/extensions $ rm -rf equinusocio.vsc-material-theme-34.7.9

After removing the specific object in extensions.json, it started working again.

You must be logged in to vote


0 replies

Read More

Leave a Reply

Your email address will not be published. Required fields are marked *