Description
When running the New-StuccoModule cmdlet under the latest version 0.5.0, if you select to Include VSCode dev container support during the wizard, you will receive an error because there is no longer a .devcontainer file in the module's templates/ directory:

In Version 0.5.0 of the module, you have removed various files in the module's templates/ directory. See below for a comparison of the installed module's contents comparing Version 0.4.0 and 0.5.0:


Steps to Reproduce
- Install and Import Version
0.5.0 of the Stucco Module: Install-Module Stucco > Import-Module Stucco.
- Run
New-StuccoModule -DestinationPath .\MyModule
- During the wizard ensure you reply
Y for the question: Do you want to include VSCode dev container support?
- Receive error
Cannot find path <PSModulesDirectory>\Stucco\0.5.0\template\.devcontainer' because it does not exist.
Current Behavior
Receive error Cannot find path <PSModulesDirectory>\Stucco\0.5.0\template\.devcontainer' because it does not exist.
Expected behavior
Cleanly create new modules.
Possible Solution
Add back missing templates files/folders.
Screenshots



Environment
- Module version used:
0.5.0
- Operating System and PowerShell version:

Additional context
Description
When running the
New-StuccoModulecmdlet under the latest version0.5.0, if you select to Include VSCode dev container support during the wizard, you will receive an error because there is no longer a.devcontainerfile in the module'stemplates/directory:In Version 0.5.0 of the module, you have removed various files in the module's
templates/directory. See below for a comparison of the installed module's contents comparing Version0.4.0and0.5.0:0.4.0:0.5.0:Steps to Reproduce
0.5.0of theStuccoModule:Install-Module Stucco>Import-Module Stucco.New-StuccoModule -DestinationPath .\MyModuleYfor the question: Do you want to include VSCode dev container support?Cannot find path <PSModulesDirectory>\Stucco\0.5.0\template\.devcontainer' because it does not exist.Current Behavior
Receive error
Cannot find path <PSModulesDirectory>\Stucco\0.5.0\template\.devcontainer' because it does not exist.Expected behavior
Cleanly create new modules.
Possible Solution
Add back missing templates files/folders.
Screenshots
Environment
0.5.0Additional context