Execution order of modules
Hey guys, i'm having some trouble using the coder modules from the register.
not being able to properly setup the lifecycle, for example, when use both "dotfiles" and "vscode-web" modules, dotfiles always run before or at same time as vscode-web, then the style is never applied
How you guys properly handle this lifecycle flows?
3 Replies
What are you creating this issue for?
This unfortunately isn't customizable just yet, but we're tracking the feature @ https://github.com/coder/coder/issues/10352
GitHub
feat: allow execution ordering for
coder_script
· Issue #10352 ...Overview Currently, when building a workspace with multiple instances of coder_script, all are run concurrently, preventing any sequencing logic. To remedy this, some serialization should be implem...