mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
Coder Tasks requires us to create a workspace, but we want to be able to return a `codersdk.Task` instead of a `codersdk.Workspace`. This requires untangling `createWorkspace` from directly writing to `http.ResponseWriter`.