✨ Description
Create a local VS Code configuration (ignored by Git) with emoji-prefixed launch names and a compound configuration to launch the app + browser as the primary option.
🎯 Why is this needed?
Improves local developer experience by:
- Making launch configurations easy to identify at a glance via emoji names
- Allowing the full stack (app + browser) to be launched with a single compound configuration
📐 Proposed Solution
- Add
.vscode/launch.json (excluded from Git via .gitignore) containing:
- Individual named launch configurations with emoji prefixes
- A compound configuration that starts the app and opens the browser, set as the default option
✍️ Enhanced by Copilot. Original author: @0GiS0
Generated by Issue Quality Enhancer for issue #94 · sonnet46 478.8K · ◷
✨ Description
Create a local VS Code configuration (ignored by Git) with emoji-prefixed launch names and a compound configuration to launch the app + browser as the primary option.
🎯 Why is this needed?
Improves local developer experience by:
📐 Proposed Solution
.vscode/launch.json(excluded from Git via.gitignore) containing: