Closed red8888 closed 1 month ago
You could configure a dotfiles repository in the user settings that has the script.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
I want to have a shell profile applied with my global user config but I don't want to have to edit all my devcontainer configs to mount in a shell profile from my host nor do I want to add a shell profile script to all of my project directories.
Is there a way to define a shell profile inside vscode and have it get used for all terminals regardless of if they are dev containers or not?
For example I can do this (this actually doesn't work because of some zsh bug or something) to set shell config for all terminals without having to edit any dev container configs:
Is there a way to store my shell profile script inside of my vscode settings? I have lots of projects and I don't want to have to configure bind mounts for every single devcontainer.json.