Closed michaelbrewer closed 5 months ago
Currently when we find a cached copy of code-server we run it and exit early. But any requested extensions are not installed.
A solution would be to check if install_prefix/extensions or extensions_dir directories already exist before skipping ahead
install_prefix
extensions_dir
@code-asher you where right. When bundling code-server then extensions won't be installed at start up.
I will make a fix for this
Currently when we find a cached copy of code-server we run it and exit early. But any requested extensions are not installed.
A solution would be to check if
install_prefix
/extensions orextensions_dir
directories already exist before skipping ahead