-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unpatching/removing extension doesn't seem to do a complete job #16
Comments
|
This comment was marked as off-topic.
This comment was marked as off-topic.
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 |
I ran the remove patch command before uninstalling, but I'm still getting the "installation appears to be corrupt" message. |
@GiurlaniDev Can you locate the file [DISK]\Users[USER]\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\workbench.desktop.main.js and share it here |
After applying unpatch/remove extension, the patch css link does not seem to be removed entirely from workbench.html
![image](https://user-images.githubusercontent.com/61077647/191875775-861e65ae-e3f6-4d67-a393-7d440b52f2d6.png)
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: