Skip to content

Disable VSCode settings generation in monorepo mode #866

@aulikhin

Description

@aulikhin

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

  1. vp create vite:monorepo --no-interactive
  2. cd your-app && vp create

Validations

  • Read the Contributing Guidelines.
  • Confirm this request is for Vite+ itself and not for Vite, Vitest, tsdown, Rolldown, or Oxc.
  • Check that there isn't already an issue requesting the same feature.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Priority

None yet

Start date

None yet

Target date

None yet

Effort

None yet

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions