dev: Improve development experience #7676
Labels
needs decision
Needs a higher-level decision to be unblocked.
☂️ epic
An issue of issues
stale
This issue is like stale bread.
Uh oh!
There was an error while loading. Please reload this page.
Context
I tried using. I also tried using thenix-shell
in the context of #4854 but could not get a usable development environment.devcontainer
, and it also failed to provide a usable development environment.Currently, we have three different approaches to creating a development environment to build Coder.
nix-shell
.devcontainer
dogfood
templateProblem
andnix-shell
.devcontainer
are practically unusable.Suggested Solution
nix-shell
Contributing guide: nix-shell doesn't install all tools #4854 or remove support.devcontainer
.devcontainer
in coder/coder doesn't create a working dev environment. #7591dogfood
template with '.devcontainer' dogfood: use same/similar environment for .devcontainer and dogfood template. #5211dogfood
template to use.devcontainer
for provisioning of build/dev environment. (@johnstcn suggestion) (should be possible withenvbuilder
)cc: @johnstcn @ammario @kylecarbs @bpmct
The text was updated successfully, but these errors were encountered: