Skip to content
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

fix: update bootstrap-amd for recent upstream changes #58

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

forivall
Copy link
Contributor

@forivall forivall commented Dec 11, 2022

Upstream changes:

microsoft/vscode#161161
microsoft/vscode#166686

This partly fixes #56, #34, #55, and #59 such that the UI should still appear after monkey-patch is installed.

Fixing customize-ui and other downstream monkey-patching extensions will require a patch in VSCodium for now (Which I did a proof of concept at VSCodium/vscodium@master...forivall:vscodium:monkey-patch , which allows customize-ui to work) and further down the line, some cooperation with VSCode's core team, or reverse-source mapping to access private / protected methods.

@knopp
Copy link
Collaborator

knopp commented Dec 11, 2022

Thanks. I'll do my best to test this tomorrow.

@lehni
Copy link
Contributor

lehni commented Dec 16, 2022

@knopp would love to see this fixed so we can start working with a patched VSCodium!

@ccmvn
Copy link

ccmvn commented Dec 29, 2022

When will the fix be merged?

@GJRobert
Copy link

I have switched to VSCodium 1.74+ (now I'm using VSCodium 1.76.1), where a modified version of MonkeyPatch works (with Custom UI!). ☞ VSCodium/vscodium#1390 (comment)
I have migrated most of my VS Code profile settings to VSCodium with ease. (tell me to post an English version of migration if needed)

MonkeyPatch + CustomUI is essential! Please keep it guys~

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

Successfully merging this pull request may close these issues.

After enabling monkey patch my vscode is not visible anymore on MacOs
6 participants