leftstick / vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view
https://leftstick.gitbooks.io/vscode-favorites/
GNU General Public License v3.0
49 stars 22 forks source link

fix #17 make double-click open in non-preview mode #37

Closed gjsjohnmurray closed 4 years ago

gjsjohnmurray commented 4 years ago

This PR fixes #17

Detect two clicks on the same file within 0.5 seconds as a signal to make the second one open it in non-preview mode.

gjsjohnmurray commented 4 years ago

Please merge this before #34. I will then update that PR, which shares two files in common with this one.

leftstick commented 4 years ago

nice workaround