Description
Description:
When scaffolding a project from a local template checkout on Windows, using file URLs such as file:///E:/... fails to resolve the template correctly.
Expected behavior
Local template sources should work when passed as file URLs, including Windows drive-letter paths.
Current behavior
The scaffolding flow fails to resolve the local template path on Windows, which prevents local testing and development using a checked-out template repository.
Suggested scope
Fix local file URL parsing for Windows paths
Add regression tests for Windows-style file URLs
Ensure local scaffolding works with templates loaded from a local checkout
Environment
No response
Description
Description:
When scaffolding a project from a local template checkout on Windows, using file URLs such as file:///E:/... fails to resolve the template correctly.
Expected behavior
Local template sources should work when passed as file URLs, including Windows drive-letter paths.
Current behavior
The scaffolding flow fails to resolve the local template path on Windows, which prevents local testing and development using a checked-out template repository.
Suggested scope
Fix local file URL parsing for Windows paths
Add regression tests for Windows-style file URLs
Ensure local scaffolding works with templates loaded from a local checkout
Environment
No response