-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of September 2022 update, Customize UI changes undone on VS Code restart #51
Comments
Through more testing, I have confirmed this issue does not occur on VS Code version 1.71.2. Upgrading again causes the issue again. (No extensions were changed during this test.) I have been reading through the September 2022 milestone but cannot yet find a commit which would cause this new behavior. |
Same here! My Title bar styling broke as soon as I opened VS Code. I downgraded both Customize UI and Monkey Patch to privious versions, but this did not work. So I'm assuming VS Code 1.72.0 broke either Monkey Patch or Customize UI. From "Help: About":
Customize UI version 0.1.65 |
Thanks to previous reporters for opening this issue. Here are my current workaround for reference:
settings (if you don't have any yet, just write some dumb CSS there), and save But there is one thing I cannot make working: inline titlebar of macOS. |
Can you retry with monkey-patch 0.1.22? |
This fixes it!!! Thank you so much. VSCode is so fugly without CustomizeUI. ❤️ |
I'm still having issues even with monkey-patch updated to 0.1.22. I've tried stuff like changing the stylesheet slightly, as well as enabling and disabling monkey-patch. Customize UI is on 0.1.65 Any help would be appreciated! Help About:
|
@hk21702, I think the problem in your case might be that you're running vscode on Windows. There might be a path separator issue with the patch that I didn't realize. I'll try to reproduce the problem. |
|
Confirming this newest version of Monkey Patch fixes the issue for me. Thanks a lot for that. The cause is probably due to one of these numerous changes to make instantiation of the editor more "lazy." I wonder if Microsoft should implement certain kinds of "hooks" for extensions to use at startup time, assuming they haven't already. |
Still broken for me on Windows with version 0.1.22 of monkeypatch installed |
Monkey Patch v0.1.22 fixes this issue. Great to see that inline titlebar again!!! Thank you so much @knopp ! |
I really don't like to do UPDATE:
|
v0.1.23 just fixed everything for me on Windows..Thank you !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
Thank you. |
CustomizeUI doesn't work anymore for me with MokeyPatch
Everything worked fine a few VS Code updates ago |
Hi, I'm on VS Code v1.72.2 + Monkey Patch v0.1.23 here, on macOS 11.6, and my CustomizeUI is working fine, with all UI modifications applied, including inline titlebar. Perhaps you have to find a way re-invoke the notification of "Monkey Patch configuration changed" to get correct result again to click that "Re-apply" button on it. |
That's interesting... I'm on macOS 12.6, I tried changing some settings, like If there's anything I can do to help, like attaching some screenshots or settings, let me know |
If you don't get prompt after changing customizeUI properties it would mean the extension is not loaded properly for some reason. As for VSCodium, the extension is not tested with it so I don't know if it works. I tested both latest insiders and stable version and both seem to work for me. |
Ok got it. I tried to uninstall and re-install the extension again but it didn't event ask for a reload. |
I cannot guarantee that I have found the solution, but maybe you can try making some changes in the custom CSS setting part of CustomizeUI and save the settings.json. See if this works for you. Also, I encounter the notification of re-apply Monkey Patch configuration every time I open Code, and I can re-apply with success every time. Maybe a "install other versions" of Monkey Patch and install back to the newest version may help too. |
Thanks for the help! Update:So, I installed VS Code version 1.70 from July 2022 (when I'm sure the extensions worked fine for me), downgraded both Customize UI and Monkey Patch in order to make them work with that version of VS Code, but even this time nothing happened, the changes weren't applied and the notification wasn't invoked. At this point I think it's clear that the problem resides only in my current setup/environment, I don't know what is that causes this behaviour but I'll try to figure it out! Thanks everyone for your support & help :) |
See Engineering: private and protected properties are being mangled now. Could be the cause of this extension's problems lately. |
I am still working on confirming that this is a problem with Customize UI or what might have changed, but from several tests, it seems as if restarting VS Code undoes any changes from Customize UI. (Is this a Monkey Patch problem?)
From "Help: About":
Customize UI version v0.1.65.
Monkey Patch version v0.1.21.
If anyone can reproduce this, please reply? Thanks.
The text was updated successfully, but these errors were encountered: