coder / modules

A collection of Terraform Modules to extend Coder templates.
https://registry.coder.com
Apache License 2.0
29 stars 26 forks source link

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

Closed michaelbrewer closed 4 months ago

michaelbrewer commented 4 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

michaelbrewer commented 4 months ago

@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