Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "New Project" command #228

Closed
adam-coster opened this issue Mar 7, 2024 · 1 comment
Closed

Add "New Project" command #228

adam-coster opened this issue Mar 7, 2024 · 1 comment
Assignees
Labels
✨ feature New feature or request ⌨️ vscode The Stitch extension for VSCode

Comments

@adam-coster
Copy link
Member

We frequently need to create one-off projects for replicating bugs and related tasks. Doing this from the Stitch VSCode extension would be particularly helpful.

Base features we need:

  • Base it off of the current project (so no ability to add fully from scratch)
  • Choose the location
  • Choose the project name
  • Use its yyp of the current project as the template
  • Create the minimal file setup needed to make a new project, stripping out everything from the template YYP
  • Add a default room rm_init
  • Add a default object o_init
  • Add o_init to rm_init
  • Open the project in a new VSCode window
@adam-coster adam-coster self-assigned this Mar 7, 2024
@adam-coster adam-coster added ✨ feature New feature or request ⌨️ vscode The Stitch extension for VSCode labels Mar 7, 2024
@github-project-automation github-project-automation bot moved this to Inbox in Stitch Mar 7, 2024
@adam-coster
Copy link
Member Author

Added in v1.67.0

@github-project-automation github-project-automation bot moved this from Inbox to Done in Stitch Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request ⌨️ vscode The Stitch extension for VSCode
Projects
Status: Done
Development

No branches or pull requests

1 participant