Skip to content

v0.0.4

Compare
Choose a tag to compare
@cpreston321 cpreston321 released this 03 Oct 19:01
· 11 commits to main since this release

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.