-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open to override user's terminal.integrated.shell.<platform>
when a shell is launched
#37
Comments
That's just how I designed it; a separate command that uses its own config and doesn't mess with the regular settings. |
Could you possibly make an option so that it can override the |
Sure, open for PRs. I guess it would go just here to set the setting when the extension setting is set: vscode-shell-launcher/src/extension.ts Line 104 in 1e9581c
|
terminal.integrated.shell.<platform>
when a shell is launched
@Tyriar What do you mean by |
@Tyriar What is the latest version of VSCode Shell Launcher, I'm currently using version |
The extension doesn't ship the src/ folder, you would need to clone this repository and make changes there. https://github.com/Tyriar/vscode-shell-launcher/tree/master/src |
@Tyriar From what I understand of |
I suggest reading up on git, how to contribute to github via pull requests and vscode extension development if you want to tackle this. |
I want to know why shell launcher does not override
"terminal.integrated.shell.windows":
in thesettings.json
file ? When switching from, lets say; Bash to command (DOS) the termainal changes to DOS but if I run a python file in the terminal, instead of the terminal remaining in DOS, it switches to Bash ?The text was updated successfully, but these errors were encountered: