feat: improvements of awesome-copilot scaffold command, TreeView and Windows-specific handling#1
Merged
wherka-ama merged 3 commits intoAmadeusITGroup:mainfrom Nov 12, 2025
Conversation
added 2 commits
November 12, 2025 18:11
…Windows-specific handling Implemented comprehensive scaffolding system for awesome-copilot projects and improved bundle management UI. Key Changes: - Project Scaffolding: Added scaffold command with extensible type architecture, JSON schema validation, and GitHub Actions workflow generation with customizable runner support (ubuntu-latest, self-hosted, custom) - TreeView Improvements: Fixed bundle details loading, added right-click context menus for bundle management (view, update, uninstall), integrated marketplace webview for rich details display - Windows Compatibility: Fixed file path handling using vscode.Uri.file() and proper path escaping in HTML onclick attributes for cross-platform file operations - First-Run Experience: Auto-configure official Awesome Copilot source on extension activation, added reset command for testing Developer Experience: Enhanced scaffold with VS Code settings, YAML schema validation, js-yaml dependency, comprehensive README with complete setup instructions including npm install
wherka-ama
commented
Nov 12, 2025
Member
Author
wherka-ama
left a comment
There was a problem hiding this comment.
I will force this one for the moment as I'm doing it solo. Next one will be reviewed fairly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Enhancing scaffolding system for awesome-copilot projects and improved bundle management UI.
Type of Change
Changes Made
Developer Experience: Enhanced scaffold with VS Code settings, YAML schema validation, js-yaml dependency, comprehensive README with complete setup instructions including npm install
Testing
Test Coverage
Manual Testing Steps
Awesome Copilotrepo should be pre-configured and the Marketplace should contain the tiles corresponding to the content of theAwesome CopilotcollectionsCtrl+P -> Prompt Registry: Scaffold..Tested On
macOS
Windows
Linux
VS Code Stable
VS Code Insiders
Screenshots
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache License 2.0.