Releases: cpreston321/nuxt-vscode
Releases · cpreston321/nuxt-vscode
v0.0.6
0.0.6 (2023-02-05)
✨ Features
- feat(commands) - 🆕
Nuxt: Prepare Types
- same as runningnuxi prepare
in the terminal. - feat(commands) - 🆕
Nuxt: Info
- same as runningnuxi info
in the terminal and will copy info automatically to clipboard. - feat(settings) - 🆕
Nuxt Commands Upgrade Run Prepare
- Run prepare after upgrade. This can be disabled if you don't want to runnuxi prepare
on upgrade.- Default:
true
- Default:
⚡️ Improvements
- chore: update dependencies
- chore: lint fixes
v0.0.5
v0.0.4
0.0.4 (2022-10-03)
✨ Features
- Project Settings for
Nuxt VSCode
- Added
disable
- Disable the extension per workspace (optional)- Default:
false
- Default:
- Added
root
- Root directory of the project within the workspace.- Defaults to
workspaceFolder
- Defaults to
- Added
⚡️ Improvements
- Sanitize
input
values to strip out extentions (e.g.Header.vue
->Header
).- Cleans up so you accidentally type wrong it will still create the file correctly.
v0.0.3
⚡️ Improvements
- Prefer
local
nuxi overglobal
if available. - Double check workspace to see if it's a Nuxt project.
- Better error handling by sending output to
Nuxt (unofficial)
channel within VSCode. - Group commands under
✨ Nuxt
and⚙️ Nuxt Utilities
in the command palette.
Full Changelog: v0.0.2...v0.0.3