You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really sure if this is something I will be able to implement. This extension is using only a subset of the Vetur project. The only piece integrated is the Vue Language Server (VLS). If this config file is implemented at a higher scope than VLS there is not much I can do.
Anyway these two configs are already exposed in the extension settings
If there were a way to override the workspace path, that alone would be a huge win for me. That doesn't add monorepo support for multiple vue projects, but would allow me to continue using nova from one directory above the actual vue project for a single vue app.
Unfortunately, I have zero knowledge of how these pieces all connect, so I'm not much help here.
Any time or interest you have in looking into this is very appreciated. Thank you for all of the work already done.
I was wondering if there are any plans for supporting vetur.config.js?
It's critical for monorepo support with tsconfig.json living in a subfolder. https://vuejs.github.io/vetur/reference/
I'm interested in support of:
We've recently reorganized our repository and path loading is no longer working properly with this plugin.
The text was updated successfully, but these errors were encountered: