microsoft / microsoft/vscode-docs
Consider modernizing the scaffolding approach — Yeoman may be outdated
Nobody has claimed this yet.
- Dominant language
- Markdown
- Stars
- 6.6k
- Forks
- 5.8k
- Avg merge
- 11h 43m
- Merged PRs (30d)
- 123
Description
I noticed that the current development instruction of vscode extension still heavily relies on Yeoman, which, while reliable in its time, has become somewhat outdated and less commonly used in modern development environments. https://code.visualstudio.com/api/get-started/your-first-extension. With the evolution of tooling chain and popular copilot or LLM-based code generation out there, these might be more intuitive approaches available today.
In particular, it could consider exploring:
-
LLM-based code generation (e.g., copilot,GPT-driven CLI assistants): These tools can offer contextual, prompt-driven scaffolding based on natural language, and are becoming increasingly popular in modern developer workflows.
-
Custom CLI tools: Many modern frameworks have moved toward lightweight, purpose-built CLI generators with built-in UX and fewer dependencies. A simple git clone command also works well (not using yo).
-
Interactive UI-based templates: For extensions or project scaffolds, an interactive UI could further improve discoverability and ease of use inside VS Code.
This isn't an urgent issue, but perhaps worth considering for long-term modernization and improving developer experience. I'd be happy to brainstorm further or prototype an example if helpful 🙂 Yeoman is still cool and awesome.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked VS Code first-extension documentation and review where Yeoman is used in the current development instructions. The issue proposes several possible alternatives but does not select one or identify specific files. Done would require agreeing on a replacement approach and updating the relevant documentation accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- developer-experience, documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100