I am currently trying to build a pluggable application myself and was wondering how vscode manages the extensions' dependencies. Does it npm install in each extension directory and just use those or does it have some global scope where each dependency is only loaded once into the runtime and reused?
The reason why I ask is because I want to make the mechanism as fast and efficient as I can currently do.
via Sven Kha
No comments:
Post a Comment