Skip to content

Commit da3c1fe

Browse files
committed
🚀 RELEASE: Version 0.1.7
1 parent 0211aa3 commit da3c1fe

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
33
- name: 💬 Discussions
44
url: https://github.com/nuxtrdev/nuxtr-vscode/discussions

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cSpell.words": [
3+
"Vueitfy",
4+
"Windi"
5+
]
6+
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## Change Log
22

3+
### Version 0.1.7
4+
<br>
5+
6+
✨ Improvements
7+
8+
- Activation time reduction.
9+
- Nuxt Devtools detection.
10+
11+
<br>
12+
13+
🩹 Fixes
14+
15+
- VSCode Activation errors when no Nuxt project is opened.
16+
- Devtools detection errors.
17+
- Codelens making `nuxt.config.ts` scroll when typing.
18+
- Dependencies update errors when using pnpm.
19+
20+
<br>
21+
22+
💚 Thanks
23+
24+
- [Lucie](https://github.com/lihbr)
25+
326
<br>
427

528
### Version 0.1.0

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<br />
22

33
<div align="center">
4-
<a href="https://github.com/krvaibhaw/best-readme-template">
5-
<img src=".github/media/logo.png" alt="Logo" width="80" height="80">
6-
</a>
4+
<img src=".github/media/logo.png" alt="Logo" width="80" height="80">
75

86
<h3 align="center">Nuxtr VSCode</h3>
97

@@ -181,8 +179,8 @@ Starting from v0.1.0, you can filter integration types (modules/layers) from the
181179
You can install and configure most CSS frameworks with few steps:
182180

183181
- Tailwind CSS.
184-
- Uno CSS.
185-
- Windi CSS.
182+
- UnoCSS.
183+
- WindiCSS (RIP).
186184
- Vueitfy.
187185

188186
Same for linters:

0 commit comments

Comments
 (0)