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

Edge case for Zeal on Windows #11

Open
szhongren opened this issue May 9, 2017 · 8 comments
Open

Edge case for Zeal on Windows #11

szhongren opened this issue May 9, 2017 · 8 comments

Comments

@szhongren
Copy link
Contributor

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.

@szhongren
Copy link
Contributor Author

Fix is coming with next release of Zeal. Also handles the start dash-plugin:// && start stuff. Turned out to be a Qt bug.

@deerawan
Copy link
Owner

@szhongren cool 👍

@xuzeshen
Copy link

  1. environment:win10, zeal 0.4.0(current latest), vscode 1.17.2
  2. error: start dash-plugin:// “can't find application”

@eamigo86
Copy link

@Darcy-FzR, I have same error !!!!

@szhongren
Copy link
Contributor Author

szhongren commented Nov 23, 2017

@Darcy-FzR @eamigo86 what happens when you try running start dash-plugin:// on the command line?

@szhongren
Copy link
Contributor Author

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

@szhongren
Copy link
Contributor Author

szhongren commented Nov 23, 2017

@Darcy-FzR @eamigo86 go to where your zeal executable is installed and run ./zeal --register

@szhongren
Copy link
Contributor Author

szhongren commented Nov 23, 2017

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

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

No branches or pull requests

4 participants