Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

[Bug] [Can fix] Not working on VSC 1.70 update #148

Open
rainbowflesh opened this issue Aug 5, 2022 · 13 comments
Open

[Bug] [Can fix] Not working on VSC 1.70 update #148

rainbowflesh opened this issue Aug 5, 2022 · 13 comments

Comments

@rainbowflesh
Copy link

rainbowflesh commented Aug 5, 2022

Run any command like Enable Vibrancy will have this

Something went wrong: Error: ENOENT: no such file or directory, stat 'c:\Users\myname\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-browser\workbench\workbench.html'

I keep the workbench folder to VSC 1.70, but still not working at all.


Edit:
Follow @nbbaataraa's guide, or see the pr #147, modify vibrancy extension/index.js will fix this bug.

@nbbaataraa
Copy link

i have same issue. then i go to vscode extension's dir. and find eyhn.vscode-vibrancy-1.0.16/extension/index.js. And replace electron-browser to electron-sandbox. then go to c:\Users\myname\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-sandbox Dir. Copy all files and past to c:\Users\myname\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-browser. then reload and re enable vibrancy. it works...

@dogdogduck

This comment was marked as off-topic.

@Rup-Royofficial
Copy link

image

Facing this error despite uninstalling and installing,
Tweaked a couple of paths for the location of the said folder, yet it isn't working

@rainbowflesh
Copy link
Author

rainbowflesh commented Aug 6, 2022

image

Facing this error despite uninstalling and installing, Tweaked a couple of paths for the location of the said folder, yet it isn't working

Follow @nbbaataraa's guide, checkout pr #147, simply modify vibrancy extension/index.js will help.

@rainbowflesh rainbowflesh changed the title [Bug] Not working on VSC 1.70 update [Bug] [Fixed] Not working on VSC 1.70 update Aug 6, 2022
@rainbowflesh rainbowflesh changed the title [Bug] [Fixed] Not working on VSC 1.70 update [Bug] [Can fix] Not working on VSC 1.70 update Aug 6, 2022
@Rey-Wang
Copy link

Rey-Wang commented Aug 6, 2022

@nbbaataraa @rainbowflesh MacOS 12.4 the instructions could clear the error, but transparent is gone.. not work anymore

@nbbaataraa
Copy link

nbbaataraa commented Aug 7, 2022

Screen Shot 2022-08-07 at 18 02 18

works fine for me. And Windows OS too.

@MayconAlexsander
Copy link

When will the changes (last commit) take effect? I've already reinstalled Vibrancy and it still doesn't work...

@Rey-Wang
Copy link

Rey-Wang commented Aug 9, 2022

even delete all vscode folders and reinstall vscode, still not work...

@SoleilQ
Copy link

SoleilQ commented Aug 9, 2022

image

image

macOs Monterey 12.4

@0xCCY
Copy link

0xCCY commented Aug 9, 2022

Screen Shot 2022-08-07 at 18 02 18

works fine for me. And Windows OS too.

VS code version? In 1.7, they enabled Sandbox : microsoft/vscode#154006 .

This changes the workbench.html from folder electron-browser > electron-sandbox which should break the extension as it is targeting the electron-browser.

This update however allows custom css and js injection without the warning prompt as it can contain any malicious injection within the sandbox. (or maybe it's because of the previous checksum fix I installed? someone verify)

I had merged and build the PR from #147 and #144 as a temporary solution, get it here: https://github.com/0XCCY/vscode-vibrancy/releases/tag/1.0.17

Anyone wants to take up this project? Maybe we can communicate with the author and work something out.

@nbbaataraa
Copy link

Screen Shot 2022-08-07 at 18 02 18 works fine for me. And Windows OS too.

VS code version? In 1.7, they enabled Sandbox : microsoft/vscode#154006 .

This changes the workbench.html from folder electron-browser > electron-sandbox which should break the extension as it is targeting the electron-browser.

This update however allows custom css and js injection without the warning prompt as it can contain any malicious injection within the sandbox. (or maybe it's because of the previous checksum fix I installed? someone verify)

I had merged and build the PR from #147 and #144 as a temporary solution, get it here: https://github.com/0XCCY/vscode-vibrancy/releases/tag/1.0.17

Anyone wants to take up this project? Maybe we can communicate with the author and work something out.

Yes. it's 1.70 version.
Screen Shot 2022-08-09 at 18 21 37

@illixion
Copy link

Screen Shot 2022-08-07 at 18 02 18 works fine for me. And Windows OS too.

VS code version? In 1.7, they enabled Sandbox : microsoft/vscode#154006 .

This changes the workbench.html from folder electron-browser > electron-sandbox which should break the extension as it is targeting the electron-browser.

This update however allows custom css and js injection without the warning prompt as it can contain any malicious injection within the sandbox. (or maybe it's because of the previous checksum fix I installed? someone verify)

I had merged and build the PR from #147 and #144 as a temporary solution, get it here: https://github.com/0XCCY/vscode-vibrancy/releases/tag/1.0.17

Anyone wants to take up this project? Maybe we can communicate with the author and work something out.

I haven't talked to the author, but I could try continuing support for this extension. I've created a fork called Vibrancy Continued, added this change and published it as a new extension: https://marketplace.visualstudio.com/items?itemName=illixion.vscode-vibrancy-continued

@Rey-Wang
Copy link

@manualmanul You have been a lifesaver! I got reborn🛟🛟🛟

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants