Issues with directory names #136
Closed
angelhdzmultimedia
started this conversation in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! 🔥👋💚 Appreciate this extension. Thank you.
This time I want to discuss a possible bug.
I have a
src/modules/api/index.ts
module which I use to inject (provide) custom API clients. When I rightclicksrc/modules/api
I getNew API...
. It should beNew Module
because I am inside asrc/modules
dir not asrc/server/api
dir.However, because we discussed about adding a
New Module...
context menu command, and I understood the reasoning about not adding it in favor of the command paletteNuxtr: Create new Nuxt project ~> Module
, then context menu forsrc/modules/**
should be empty but not forsrc/modules/**/**
.src/modules/api
~> context menu ~> Nothingsrc/modules/api/modules
~> context menu ~> Nothingsrc/modules/api/server/api
~> context menu ~> New API...src/server/api
~> context menu ~> New API...Beta Was this translation helpful? Give feedback.
All reactions