synthwave-vscode icon indicating copy to clipboard operation
synthwave-vscode copied to clipboard

Needs to be installed in all remote environments to work.

Open jimsynz opened this issue 2 years ago • 2 comments

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!

jimsynz avatar Aug 04 '22 21:08 jimsynz

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"]
  },

dexxiez avatar Jun 03 '23 14:06 dexxiez

This is awesome. Thanks!

jimsynz avatar Jun 04 '23 07:06 jimsynz