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
hello you're right, the patch doesn't get removed. Ideally some javascript needs to be triggered upon extension uninstall but I haven't found anything in the docs on how to perform this. it's not unlikely to be unachievable. My latest try was using
I haven't found any doc on the internet that explains how to patch vs code, try looking for "how to patch electron" since vs code is based on Electron, I am planning on writing an article on how to patch vs code in the future, I am not sure when but I won't forget to let you know when it's ready
thanks
Until an automatic method for unpatching VS Code upon extension removal is available, you can run the remove patch command right before uninstalling the extension
After applying unpatch/remove extension, the patch css link does not seem to be removed entirely from workbench.html
SIDE QUESTION : where can I find the doc to understand how using of such patching methods ?
It's for developing my own extension.
Thanks
The text was updated successfully, but these errors were encountered: