Commit 89eabb8
committed
Activate custom aliases in VSCode automatically
When opening a new terminal, VSCode sources `.venv/bin/activate` and
activates the virtual Python environment. However, we need to manually
source our own aliases.
This fix activates our own custom aliases in `devel/activate-aliases.sh`.
It works for Linux and MacOS.1 parent 5e15069 commit 89eabb8
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
0 commit comments