tomrijndorp / vscode-finditfaster

Find it, but faster! Fast file search for VS Code.
MIT License
299 stars 29 forks source link

Provide option to set shell path, allowing use of non default terminal for extension #109

Closed joshmartinlumi closed 2 months ago

joshmartinlumi commented 3 months ago

This came from a desire to use powershell on windows for this extension but not have it be my default terminal.

Adds a setting to the extension to provide a path to the desired shell. In the code if this setting !== '', then it will use the path provided, otherwise defaulting to the vscode default terminal.

Apologies if anything is missing from this PR - happy to try and polish it up if needed.

image

tomrijndorp commented 2 months ago

That sounds like a useful option, thanks @joshmartinlumi! It might take me a little bit to create a new release, but I'll make sure this change goes in :)