robb0wen / synthwave-vscode

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

glow effect is broken after upgrade vscode to v1.45.0 #169

Closed cache0928 closed 4 years ago

cache0928 commented 4 years ago

It seems that glow is broken on vscode v1.45.0. I Enable Neon Dreams and restart editor but nothing happened

SynthWave '84 version: 0.1.4 VSCode version: 1.45.0

dersnek commented 4 years ago

Sometimes it works for me, sometimes it doesn't. It seems to work randomly. If I just start VSCode, sometimes it works. If I then choose a folder and open it via UI, all is good. Most of the times it doesn't work.

It seem to work more reliably when I open local Windows folders and almost doesn't work when I open folders via Remote-WSL.

If I try to open VSCode from WSL via code ., it won't work. I have to open a new window (sometimes several times), then find that folder via VSCode UI, then it works.

Edit: Running on Windows, both locally and via Remote-WSL

Mumeii commented 4 years ago

Brand new user of SynthWave here

Same issue description and same versions used than @cache0928

Running on Mac

1212087 commented 4 years ago

Same error description and VS code version 1.45.0 OS: Linux mint 19.3

robb0wen commented 4 years ago

VS code has changed its boot sequence, so the code I've been using to hook into it doesn't always fire at the same time. I'm updating it to use a different approach, which I'll release once I'm sure it is working consistently.

robb0wen commented 4 years ago

Pushed a patch to the marketplace. Update and rerun the neon dreams command. It should be working afterwards!

sistematico commented 3 years ago

I follow this steps: image

And glow still not working for me: image

Arch Linux using visual-studio-code-bin from AUR.

Thank you in advance.

sistematico commented 3 years ago

sudo chown -R lucas:wheel /opt/visual-studio-code/ sudo chmod 775 /opt/visual-studio-code/resources/app/out Enable Neon Glow ext install lehni.vscode-fix-checksums Apply Fix sudo chown -R root:root /opt/visual-studio-code/

image

Thank you all.