nils-soderman / vscode-batch-runner

Visual Studio Code extension to run batch files in the terminal
https://marketplace.visualstudio.com/items?itemName=NilsSoderman.batch-runner
MIT License
5 stars 5 forks source link

double click run bat file #13

Closed SeptemberFlames closed 10 months ago

SeptemberFlames commented 11 months ago

Can you add the function of double-clicking the bat file to make it more convenient to use?

nils-soderman commented 10 months ago

Hi,

Thanks for the suggestion!

However, to my knowledge it's not possible to override the double-click event in VS Code's explorer view. Double-click is currently reserved for open file without preview (depending on the "workbench.editor.enablePreview" setting).