-
Notifications
You must be signed in to change notification settings - Fork 23
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
Edge case for Zeal on Windows #11
Comments
Fix is coming with next release of Zeal. Also handles the |
@szhongren cool 👍 |
|
@Darcy-FzR, I have same error !!!! |
@Darcy-FzR @eamigo86 what happens when you try running |
I just upgraded and got it too, it seems to be a change in how zeal is installed, it's not registering zeal as a handler for the dash-plugin URI. I'll take a look |
@Darcy-FzR @eamigo86 go to where your zeal executable is installed and run |
I can add some code to automatically register the URI handlers in this extension, but it's going to be fragile unless we have a new setting to specify the Zeal install location, so I'm not going to for now |
When calling the extension from within VS Code and it's the first time starting Zeal after a fresh start of Windows, the same problem that was fixed with the
start dash-plugin:// && ...
occurs again. Not really sure how to go about dealing with this, but I'll start trying to figure it out. I think it's something on Zeal's end.The text was updated successfully, but these errors were encountered: