deerawan / vscode-dash

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

Ctrl + H opens Zeal without requested query (Ctrl+Alt+H works) #68

Closed Vojnuk closed 5 years ago

Vojnuk commented 5 years ago

I'm working on Visual Studio Code 1.38.1 in Ubuntu 18.04.3 LTS. Here is a screenshot of the problem:

pic

Looks like the problem is connected with this area. problem

If I delete all exact: prefixes, it works fine. possSolution pic1

So, are there any way to remove those exact: prefixes without me having to manually delete them?

deerawan commented 5 years ago

Hi @Vojnuk,

Could you check the settings of Exact Docset whether it is ticked or not? To disable this, make sure that it is unticked.

image

Let me know if the problem still persists.

Thank you

Vojnuk commented 5 years ago

It resolved a problem.

Thank you very much.