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 #98

Closed
wants to merge 1 commit into from

Conversation

lostintangent
Copy link
Owner

@lostintangent lostintangent commented Jul 16, 2024

Fixes #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..." under contributes.commands.
  • src/creation/index.ts:

    • Add a new command codeswing.newSwingInNewWindow that creates a new temporary directory for the swing and opens it in a new VS Code window.
    • Update the newSwing and newSwingFromTemplate functions to allow specifying an optional boolean parameter to open the URI in a new VS Code window.
  • README.md:

    • Add the new command codeswing.newSwingInNewWindow to the list of available commands.

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.

Suggestion: "New Swing in New Window"
1 participant