Skip to content
Snippets Groups Projects
Commit 1e4d523e authored by Lansana DIOMANDE's avatar Lansana DIOMANDE
Browse files

feat: professeur can override bash environnement

parent 053eab3b
No related branches found
No related tags found
1 merge request!52Feat professeur can override bash environnement
...@@ -21,6 +21,10 @@ const defaultSettings = { ...@@ -21,6 +21,10 @@ const defaultSettings = {
'terminal.integrated.profiles.linux': { 'terminal.integrated.profiles.linux': {
bash: { bash: {
path: '/bin/bash', path: '/bin/bash',
"args": [
"--init-file",
"/deadlock/init_bash_env.sh"
]
}, },
}, },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment