After a few attempts, I finally found a working solution for this problem.
The situation: I am developing my own VSCode extension and using a Docker container as my development environment. In order to test the extension continuously, I want it to be installed automatically whenever the Dev Container starts.
(more…)