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

[Issue] Dash doesn't start from VS Code Extension

Open masahorie opened this issue 4 years ago • 6 comments

I actually have a problem with VS Code to use Dash.

I have Dash full version on my Mac and it doesn't have any problem to use. But the extension for VS Code doesn't work for some reason. I just installed the extension on VS Code but "control+H", "control+alt+H" and any others don't start Dash app.

Dash version: 6.0.7 VS Code version: 1.59.0 macOS version: 11.5.1

Please let me know what I should do.

masahorie avatar Aug 17 '21 15:08 masahorie

same problem as you ! Not sure I understand how Dash works I just installed the extension and tried CRTL+H as I select one python instruction (tried also cmd + h,...) nothing happens.

Jacques2101 avatar Aug 27 '21 19:08 Jacques2101

Actually the same as yours. I checked the shortcuts and I am pretty sure there isn't a conflict

PANDASANG1231 avatar Sep 11 '21 07:09 PANDASANG1231

The actual Dash app needs to be installed locally for this to work.

browneye1826 avatar Jan 23 '22 12:01 browneye1826

I think I have the same issue here:

Zeal 0.6.1 (definitely installed locally and works independently) VS Code 1.78.1 Ubuntu 22.04.2 LTS

The extension doesn't respond whatsoever, not even through the command palette.

lidorcg avatar May 24 '23 08:05 lidorcg

Same. I have the Dash app installed. Since there have been no responses or fixes, can it be assumed that this extension is unmaintained?

dim882 avatar Feb 11 '24 19:02 dim882

Not sure if this can help.

Apparently (under Windows) the VSCode plugin solicits the Zeal app through an URI scheme. To enroll the App with this URI in my windows I had to run from command line "zeal --register". This should be only done ONCE and works definitively.

OSX and Linux triggers work differently. Have a look here "https://github.com/deerawan/vscode-dash/blob/master/src/dash.ts" and test manually why trigger may not open

fratealberto avatar Apr 15 '24 06:04 fratealberto