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.
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 :)
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.