All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.6 (2023-02-05)
- 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:
- chore: update dependencies
- chore: lint fixes
0.0.5 (2022-10-06)
- Context Menu
fixed
- Layout context menu not showing upfixed
-Nuxt: Add Middleware
had incorrect name in context menu
0.0.4 (2022-10-03)
- 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
- 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.
0.0.2 || 0.0.3 (2022-09-22)
- Prefer local
nuxi
over global 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 command palette.
- Initial Pre-Release Preview