nuxtrdev / nuxtr-vscode

An extension offering commands and tools to make your experience with Nuxt more pleasant.
https://marketplace.visualstudio.com/items?itemName=Nuxtr.nuxtr-vscode
344 stars 13 forks source link

[Bug]: Nuxtr not working with new Nuxt 4 directory structure #150

Open Conobi opened 4 months ago

Conobi commented 4 months ago

Environment


What went wrong?

Commands and useful tools from Nuxtr aren't working properly with the new Nuxt 4 directory structure. See : https://nuxt.com/docs/getting-started/upgrade#new-directory-structure for details about these changes.

How to reproduce it?

Enable:

  future: {
    compatibilityVersion: 4
  },

In nuxt.config.ts

BayBreezy commented 1 month ago

I wouldn't say this is a bug... More of an enhancement that is needed