Open lostintangent opened 4 months ago
Fixes #97
Add a new command "New Swing in New Window" to create a new swing in a new VS Code window.
package.json:
codeswing.newSwingInNewWindow
contributes.commands
src/creation/index.ts:
newSwing
newSwingFromTemplate
README.md:
For more details, open the Copilot Workspace session.
Fixes #97
Add a new command "New Swing in New Window" to create a new swing in a new VS Code window.
package.json:
codeswing.newSwingInNewWindow
with the title "New Swing in New Window..." undercontributes.commands
.src/creation/index.ts:
codeswing.newSwingInNewWindow
that creates a new temporary directory for the swing and opens it in a new VS Code window.newSwing
andnewSwingFromTemplate
functions to allow specifying an optional boolean parameter to open the URI in a new VS Code window.README.md:
codeswing.newSwingInNewWindow
to the list of available commands.For more details, open the Copilot Workspace session.