You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, users can generate a devcontainer.json but have to manually set it up in their local environment. Integrating an automated start command for Daytona, which downloads and injects the generated devcontainer.json, will streamline the setup process for users.
Describe the solution you'd like
Add a command under the generated devcontainer.json that installs Daytona and starts a workspace with the injected devcontainer.json.
Is your feature request related to a problem? Please describe.
Currently, users can generate a
devcontainer.json
but have to manually set it up in their local environment. Integrating an automated start command for Daytona, which downloads and injects the generateddevcontainer.json
, will streamline the setup process for users.Describe the solution you'd like
devcontainer.json
that installs Daytona and starts a workspace with the injecteddevcontainer.json
.Describe alternatives you've considered
Additional context
The command should:
devcontainer.json
using the new route with a URL hash.devcontainer.json
into the workspace initialization process.Example command:
The text was updated successfully, but these errors were encountered: