robb0wen / synthwave-vscode

Synthwave inspired colour theme for VS Code 🌅🕶
MIT License
5.14k stars 1.18k forks source link

Needs to be installed in all remote environments to work. #267

Open jimsynz opened 1 year ago

jimsynz commented 1 year ago

Unlike other themes, I need to install this theme into every remote (ssh, devcontainer, etc) I open and it is lost when the remote is rebuilt. I see a message about the extension being disabled:

Screen Shot 2022-08-05 at 9 10 58 AM

I realise that Neon Dreams probably won't work but it'd be nice to be able to use a consistent theme regardless of the environment I'm working in.

Thanks!

dexxiez commented 1 year ago

A bit late but I did some digging because this was really driving me up the wall.

Add this to your settings.json

  "remote.extensionKind": {
    "RobbOwen.synthwave-vscode": ["ui"]
  },
jimsynz commented 1 year ago

This is awesome. Thanks!