I wonder, how can I enable, that VSCode automatically execute yarn install, if the package.json has changed.
In Eclipse it's working perfectly with maven. If a dependency changes, Eclipse (the eclipse maven plugin) automatically downloads the dependency and updates everything.
Currently after a pull or merge, I've manually to remind me to enter yarn install
. So I would also enable such a feature in VSCode: auto update on package.json change.