Description
When generating a new app or library in monorepo mode, Vite+ currently prompts Which editor are you using? and creates .vscode settings for the generated project.
In a monorepo setup, editor configuration is usually managed at the workspace root, so generating .vscode settings for each new package/app may introduce unnecessary or conflicting configuration files.
Suggested solution
Individual packages/apps should remain editor-agnostic. Automatically skip promoting and generating .vscode settings in monorepo projects
Alternative
No response
Additional context
Steps to reproduce
vp create vite:monorepo --no-interactive
cd your-app && vp create
Validations
Description
When generating a new app or library in monorepo mode, Vite+ currently prompts
Which editor are you using?and creates.vscodesettings for the generated project.In a monorepo setup, editor configuration is usually managed at the workspace root, so generating
.vscodesettings for each new package/app may introduce unnecessary or conflicting configuration files.Suggested solution
Individual packages/apps should remain editor-agnostic. Automatically skip promoting and generating .vscode settings in monorepo projects
Alternative
No response
Additional context
Steps to reproduce
vp create vite:monorepo --no-interactivecd your-app && vp createValidations