robb0wen / synthwave-vscode

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

Command "synthwave84.enableNeon" not found #222

Open Ronak0020 opened 3 years ago

Ronak0020 commented 3 years ago

Hello there! Firstly, I love this theme! I used to have it set in my vsc for a long time. I recently re-installed this theme. But when I am trying to enable the glow effect, it says:

Command 'Synthwave '84: Enable Neon Dreams' resulted in an error (command 'synthwave84.enableNeon' not found)

Is there any fix for this? I tried reinstalling the theme as well as vsc. None worked. image

shonsirsha commented 3 years ago

Any updates?

Ronak0020 commented 3 years ago

Still not working for me at least- Waiting for reply to get it solved xD

aariacarterweir commented 2 years ago

Same issue here

hajaniain commented 2 years ago

Same issue when i enable it on code-insiders. I haven't this issue on code.

iHeadway commented 2 years ago

I haven't this issue on code.

What version do you have? It's broken for me on Linux after v1.60 release. I think something changed with running code as a root, Win11 is fine.

bryanwintermute commented 2 years ago

I believe it's an issue only on Code Insiders. The theme and the command work fine in Code stable but give me the error "not found" on Code Insiders.

My builds: Insiders (broken)

Visual Studio Code - Insiders
Version: 1.61.0-insider (user setup)
Commit: bb9491d9f2c65510226dcc920a6efbf6501d5943
Date: 2021-09-07T05:17:08.586Z (14 hrs ago)
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043

Stable (fine)

Visual Studio Code

Version: 1.60.0 (user setup)
Commit: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff
Date: 2021-09-01T10:41:52.311Z (6 days ago)
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043

I've also noticed that on Insiders, I get a blank "What's new" page every time I start, where there's content when I use Stable.

pulberg commented 2 years ago

Working fine in Code Insiders on macOS Big Sur 11.5.2

Version: 1.61.0-insider
Commit: bb9491d9f2c65510226dcc920a6efbf6501d5943
Date: 2021-09-07T05:14:40.043Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 20.6.0
mthreer commented 2 years ago

The "SynthWave '84 Blues" theme strangely works, I've been digging into the source of both "SynthWave '84 Blues" and "SynthWave '84" trying to find the issue, but can't really see any difference. Perhaps having had both installed caused the issue?

batistagc commented 2 years ago

I've downloaded the stable version and still doesn't works :/

aariacarterweir commented 2 years ago

It’s the what’s new page. Comment out the call to it just like in synth wave blue and it’ll work for you

On Thu, 9 Sep 2021 at 11:39 pm, Gabriel Batista @.***> wrote:

I've downloaded the stable version and still doesn't works :/

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/robb0wen/synthwave-vscode/issues/222#issuecomment-916107294, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHKFEJHTWRDIJGYX3DIKYDUBC2ITANCNFSM47AXGETA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Sent from Gmail Mobile

willhmartin commented 2 years ago

It’s the what’s new page. Comment out the call to it just like in synth wave blue and it’ll work for you On Thu, 9 Sep 2021 at 11:39 pm, Gabriel Batista @.***> wrote: I've downloaded the stable version and still doesn't works :/ — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#222 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHKFEJHTWRDIJGYX3DIKYDUBC2ITANCNFSM47AXGETA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. -- Sent from Gmail Mobile

Sorry where do you find the call to the what's new page?

abumalick commented 2 years ago

A quick fix is described in this PR: https://github.com/robb0wen/synthwave-vscode/pull/232/files

BubuDavid commented 2 years ago

A quick fix is described in this PR: https://github.com/robb0wen/synthwave-vscode/pull/232/files

Hi there, how can I implement this on my vscode?

abumalick commented 2 years ago

A quick fix is described in this PR: #232 (files)

Hi there, how can I implement this on my vscode?

  1. CTRL + shift + P / Command + shift + P
  2. "Extensions > Open extensions folder"
  3. Open "robbowen.synthwave-vscode-0.1.8"
  4. Changes the files as in the PR
  5. Save
  6. Enjoy
FusionTrain commented 2 years ago

okay, i followed the PR it recognizes the command now but i dont actually get a glow effect

Jahyrm commented 2 years ago

okay, i followed the PR it recognizes the command now but i dont actually get a glow effect

Remember to use the command with admin privileges!

aariacarterweir commented 2 years ago

Hey guys,

This fix is still working for me. Thought I'd detail it a bit more rather than just leaving a PR lying around for y'all to figure out.

As @abumalick kindly pointed out:

  1. CTRL + shift + P / Command + shift + P
  2. "Extensions > Open extensions folder"
  3. Open "robbowen.synthwave-vscode-0.1.8"

Then:

  1. Go to ./src/extension.js
  2. Search for showUpdatePage(); and comment this function call out. Currently it's on lines 25 and 29. Just comment out those entire lines by putting a // at the start of each line.
  3. Save the file and restart vs code.
bonfire666666 commented 1 year ago

in case still not work, change electron-browser to electron-sandbox in the file as well