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
refactor(cli): move Deno/IntelliJ prompts from init to functions new (#4598)
* refactor(cli): move Deno/IntelliJ prompts from init to functions new
Move IDE configuration prompts from `supabase init` to `supabase functions new`
when creating the first function, making the init command simpler and more
focused. This addresses user feedback that Deno/IntelliJ prompts were
irrelevant during project initialization.
Changes:
- Remove interactive Deno/IntelliJ prompts from `supabase init`
- Add prompts to `supabase functions new` when creating the first function
- Export WriteVscodeConfig and WriteIntelliJConfig for reuse
- Improve extension installation messages with explicit marketplace links
- Update tests to reflect the new behavior
The init command now only handles:
- Creating config.toml
- Updating .gitignore
IDE settings are now prompted contextually when users first create a function,
with VS Code as the default option.
Fixes DEVWF-30, DEVWF-108, DEVWF-869
* chore: remove unecessary comments
0 commit comments