You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I was not able to use your "remove styles" command and all my themes were stuck with the rounded styled tabs and buttons with the ripple effect on the clickable items.
I had to go into my Windows installation folder for VSCode and manually remove the code this extension adds to:
C:\Users\{userName}\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-browser\workbench\workbench.html
I don't know if this is a regular practice for extensions to update those files but being honest I don't feel right with the approach.
In any case this is the only way I was able to solve it and VSCode still complained that my installation was corrupted.
The text was updated successfully, but these errors were encountered:
@ackzell
Hi, I checked in both Windows, Ubuntu. Unable to reproduce this issue. Error logs should show in Visual Studio Code DevTools. Can I get those?
I don't feel right with the approach
This is only way I find. This method used by popular "Custom CSS and JS loader" and "Synthwave" extension. Therefore, kept it optional. I will add in README "This modifies installation workbench.html file. And workbench.html resets after each update."
still complained that my installation was corrupted
Hi,
Thanks for sharing your work @rakibdev !
Unfortunately I was not able to use your "remove styles" command and all my themes were stuck with the rounded styled tabs and buttons with the ripple effect on the clickable items.
I had to go into my Windows installation folder for VSCode and manually remove the code this extension adds to:
I don't know if this is a regular practice for extensions to update those files but being honest I don't feel right with the approach.
In any case this is the only way I was able to solve it and VSCode still complained that my installation was corrupted.
The text was updated successfully, but these errors were encountered: