-
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
Monkey path not loading in VSCode 1.74.0 #55
Comments
Same error, but on Apple Silicon. |
I think this was explained here by the author: |
+1 also having issues. I apply monkey patch and then VS Code won't open after a restart. This is a monkey patch to hide the top bar. Solution for now is to re-install the Mac app (download & overwrite .app file) and just not run the monkey patch. |
It happens to me as well in macOS. NOTE: |
Same here, not able to start VSC after updating to 1.74.0 and re-applying monkeypatch. on MacOs 12.6.1 |
long story short there was a breaking change in 1.74. Either downgrade to 1,73, or disable monkeypatch + customize UI |
Same here, waiting for an update. Is it forever broken or does there exist any workaround? Thank you so much for this awesome extension ❤️ |
Here's a link to 1.73. On mac you just need to download this version and replace the |
Ran into this today. Glad this thread was here to make me not feel insane 👍 a fix would be awesome |
Looking at the customize ui thread started by the author it seems it is forever going to be broken because vscode changed a fundamental mechanic on how their typescript private fields are accessed. The only workaround for now is downgrading as far as I know |
In theory, if the Monkey patch was used only for CustomizeUI and a simple CSS customization, some of these customisations might be reproduced directly in |
I have the same problem where I re-apply MonkeyPatch and then restart VSC. It doesn't open at all after restarting. |
😭 |
😢 |
I confirm. |
I use monkey-patch to hide the UI's top bar. I've done so for years and can't go back to the spammy top bar. I guess this means I'm on vsc 1.73 until there's a workaround/fix or vsc itself lets you hide the top bar. |
I use monkey patch to customize fonts and font sizes for VSCode Explorer, Outline, Terminal. |
I doubt Microsoft will update the official VSCode to fix the breaking changes from microsoft/vscode#166126. The good news is VSCodium has removed the mangling to specifically resolve issues like these. Now Monkey Patch just needs to do some upkeep and support it. |
(VSCodium's main maintainer here) |
VSCode won't start. I'm testing it on macOS 13.0.1
The text was updated successfully, but these errors were encountered: