daytona
daytona copied to clipboard
Default IDE
Is your feature request related to a problem? Please describe.
If (new) users try to run daytona create, it could fail if they don't have a working VSCode CLI ready as VSCode is our default IDE.
We should check if (new) users have the VSCode CLI set up successfully at some point - maybe at the start of daytona create
- and if they don't, we change the default to VSCode Browser instead with a note telling them the reason and how to switch back.
This way, IDE opening errors are much less likely to occur.
Additional context This is more relevant now that #1203 is being implemented because the command might fail due to no VSCode and it will seem like the "creation" failed