chakra-ui-vue-next
chakra-ui-vue-next copied to clipboard
build(.vscode): update extension recommendations
Pull request checklist
Please check if your PR fulfills the following requirements:
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes /start features)
Pull request type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [X] Other (please describe):
What is the current behavior?
Current .vscode config supplied with the package included an extension recommendation that no longer exists
What is the new behavior?
- Configures recommendations that are active and are the basic recommendations by the Vue team
- Removes the inactive volar extension setting, as typescript support is taken care of by default from the new extensions
Does this introduce a breaking change?
- [ ] Yes
- [X] No
Other information
A very minor change and not related directly to the package, but is meant for the new contributors who fork the project.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| chakra-ui-vue-next | ❌ Failed (Inspect) | Aug 10, 2022 at 7:57PM (UTC) | |
| chakra-ui-vue-next-playground | ✅ Ready (Inspect) | Visit Preview | Aug 10, 2022 at 7:57PM (UTC) |
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit b7b34b06d96e696bb4aeae97c05d42fad0ee441f:
| Sandbox | Source |
|---|---|
| Chakra UI Vue v1 | Configuration |
Side note: It's strange that when I first forked the repo (not but a few moments ago), there was the old Volar extension listed as a recommendation in .vscode. But looking back at the main repo, there is just an empty array. 🤔
Thanks for this suggestion. Needed. I recently started using other JetBrains IDE and forgot tp update the VSCode extension recommendations.