Skip to content

Releases: cpreston321/nuxt-vscode

v0.0.6

06 Feb 03:15
Compare
Choose a tag to compare

0.0.6 (2023-02-05)

✨ Features

  • feat(commands) - 🆕 Nuxt: Prepare Types - same as running nuxi prepare in the terminal.
  • feat(commands) - 🆕 Nuxt: Info - same as running nuxi 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 run nuxi prepare on upgrade.
    • Default: true

⚡️ Improvements

  • chore: update dependencies
  • chore: lint fixes

v0.0.5

06 Oct 15:27
Compare
Choose a tag to compare

0.0.5 (2022-10-06)

🐛 Bug Fixes

  • Context Menu
    • fixed - Layout context menu not showing up
    • fixed - Nuxt: Add Middleware had incorrect name in context menu

v0.0.4

03 Oct 19:01
Compare
Choose a tag to compare

0.0.4 (2022-10-03)

✨ Features

  • Project Settings for Nuxt VSCode
    • Added disable - Disable the extension per workspace (optional)
      • Default: false
    • Added root - Root directory of the project within the workspace.
      • Defaults to workspaceFolder

⚡️ 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

22 Sep 20:09
Compare
Choose a tag to compare

⚡️ Improvements

  • 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 the command palette.

Full Changelog: v0.0.2...v0.0.3