-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Setup terminal startup script when user selects an interpreter #643
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
Comments
I don't quite follow what you mean by "the startup scripts for the terminal". Is there some pre-existing support in VS Code for automatically running some specified shell script when opening a terminal? |
Yes |
Do you happen to have a link to the docs for this? Would we have to write some file into the user's |
https://code.visualstudio.com/docs/editor/integrated-terminal#_shell-arguments These settings would be defined in the workspace settings (yes under |
As long as we provide a way to deactivate this feature then @qubitron is happy 😉 |
Closing in favor of #1387 |
Rather than having the user to select the command
Python : Create Terminal
(which will activate the currently selected interpreter), why not set up the startup scripts for the terminal in the current works space, this way when ever the user opens a terminal, it will be automatically activated.I.e. user won't have to use a special command to create an activated terminal.
The text was updated successfully, but these errors were encountered: