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 swing in new window command #100

Closed
wants to merge 2 commits into from

Conversation

lostintangent
Copy link
Owner

@lostintangent lostintangent commented Jul 26, 2024

Related to #97

Add a new command "New Swing in New Window" to create a new swing in a new VS Code window.

  • package.json

    • Add a new command codeswing.newSwingInNewWindow with the title "New Swing in New Window".
  • src/creation/index.ts

    • Implement the newSwingInNewWindow function to create a new temporary directory for the swing.
    • Prompt the user with the existing "new swing" flow.
    • Open the new swing in a new VS Code window.
    • Register the new command to call the newSwingInNewWindow function.

For more details, open the Copilot Workspace session.

Related to #97

Add a new command "New Swing in New Window" to create a new swing in a new VS Code window.

* **package.json**
  - Add a new command `codeswing.newSwingInNewWindow` with the title "New Swing in New Window".

* **src/creation/index.ts**
  - Implement the `newSwingInNewWindow` function to create a new temporary directory for the swing.
  - Prompt the user with the existing "new swing" flow.
  - Open the new swing in a new VS Code window.
  - Register the new command to call the `newSwingInNewWindow` function.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/lostintangent/codeswing/issues/97?shareId=XXXX-XXXX-XXXX-XXXX).
* **New Command Section**
  - Add a new command `CodeSwing: New Swing in New Window` to the list of commands.
  - Describe the functionality of the new command.
  - Provide an example of how to use the new command.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/lostintangent/codeswing/issues/97?shareId=XXXX-XXXX-XXXX-XXXX).
@lostintangent
Copy link
Owner Author

Add documentation for the new command New Swing in New Window

  • New Command Section
    • Add a new command CodeSwing: New Swing in New Window to the list of commands.
    • Describe the functionality of the new command.
    • Provide an example of how to use the new command.

For more details, open the Copilot Workspace session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant