deerawan / vscode-dash

Dash, Zeal and Velocity documentation integration in Visual Studio Code 🔎📖
MIT License
285 stars 23 forks source link

Add support for Zeal installed as Flatpak #74

Closed David-Else closed 3 years ago

David-Else commented 4 years ago

I switched to using Zeal as a flatpak and now vscode-dash no longer works when I press ctrl-h.

It needs to be called with flatpak run org.zealdocs.Zeal/x86_64/stable

Cheers!

David-Else commented 3 years ago

Looks like it is not happening, hopefully the new Zeal will come out soon and I won't need to rely on the flatpak version.

gotohr commented 10 months ago

maybe there is a better way, but I just created ~/bin/zeal

#!/bin/bash
flatpak run org.zealdocs.Zeal/x86_64/stable "$@"

~/bin is in my PATH

Merrit commented 5 months ago

maybe there is a better way, but I just created ~/bin/zeal

#!/bin/bash
flatpak run org.zealdocs.Zeal/x86_64/stable "$@"

~/bin is in my PATH

Thanks, this just got it working for me again! :blue_heart: