vscode-dash icon indicating copy to clipboard operation
vscode-dash copied to clipboard

Enable support for Zeal on macOS

Open andreas-zeller opened this issue 3 years ago • 2 comments

On a Mac with Zeal installed (but not Dash), Ctrl+H has no effect. This is because of "dash.js" only supporting Dash on macOS. To invoke "Zeal" on macOS, one needs the same options as on Linux, e.g.

const OSOptions = {
    darwin: 'zeal',  # Was "open -g"
    linux: 'zeal',
   ...
};

Suggestion: Detect dynamically whether Dash or Zeal is installed, invoke one of them. Or have a setting to choose between them.

andreas-zeller avatar Sep 17 '20 12:09 andreas-zeller

Any updates?

@andreas-zeller, is it possible to change local OSOptions manually?

Realetive avatar Jul 15 '22 13:07 Realetive

@deerawan any updates?

nezorflame avatar Aug 28 '23 16:08 nezorflame