nuxtr-vscode
nuxtr-vscode copied to clipboard
feat: bug report info command
โ Type of change
- [ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality like performance)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Introducing a new VSCode command to get information needed for debugging issues and updating issue template to use it instead of nuxi CLI command.
Info collected:
- Operating System:
darwin
- VSCode Version:
1.93.1
- Nuxtr Version:
0.2.16
- Nuxt Version:
3.12.3
- Package Manager:
[email protected]
๐ Checklist
- [ ] I have linked an issue or discussion.
- [ ] I have updated the documentation accordingly.