dstackai / dstack

dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI across any cloud or on-prem. It supports NVIDIA, AMD, and TPU.
https://dstack.ai/docs
Mozilla Public License 2.0
1.35k stars 112 forks source link

[UX] Make `ide` optional for `dev-environment` #1605

Open peterschmidt85 opened 1 month ago

peterschmidt85 commented 1 month ago

Currently, we support only vscode, and the property is still required. It will be easier to use if the property is optional.

jvstme commented 1 month ago

@peterschmidt85, if ide is omitted, should dstack still install the VSCode server in the dev environment or should it install no IDE components at all?

I personally prefer the later. I often use dev environments only for shell access, so skipping VSCode server installation will improve the dev environment startup time for me. Additionally, installing VSCode server by default may become counterintuitive once we support other IDEs.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 30 days with no activity.