home / projects /

activation scripts vscode extension

jan 2022
links: github vscode marketplace

i was working on a large scientific codebase that required some environment variables to be set and setup scripts to be run before doing anything. i wanted to automate this environment activation, just like we do in .bashrc-like scripts, but inside visual studio code’s integrated terminal. after some time spent experimenting with hacks and workaround, i decided to make this into a tiny VS Code extension.

it is not really usable by a large audience as it:

anyway, it does the trick for me, solving a specific problem, and that’s everything i wanted!

js vscode