Hacker News new | ask | show | jobs
by lewisl9029 1349 days ago
So if a user has the VSCode extension installed, we'd actually install them even earlier than a commit hook could, since we'd install packages as soon as they save the config file. :)
1 comments

Yeah makes sense. Simple but very effective.

Edit: actually a git postcommit hook would be good. Then you could cache deps against a commit hash, and then load them as soon as you see that hash in origin git.