modules icon indicating copy to clipboard operation
modules copied to clipboard

fix(code-server): add extensions to be auto-installed even when a cached copy of coder is found

Open michaelbrewer opened this issue 1 year ago • 1 comments
trafficstars

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

michaelbrewer avatar May 20 '24 18:05 michaelbrewer

@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

michaelbrewer avatar May 21 '24 15:05 michaelbrewer