How to Configure Per-Folder Annotation Libraries? #2567
Unanswered
vin-spiegel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have run into similar issues. In this case, you can open each folder as two separate workspace folders, allowing you to have a In my case, I also have a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on a project with a distinct structure, having separate
Server
andClient
directories.Each of these directories requires a different set of Lua annotation libraries:
ServerApiDocs
for theServer
directory andClientApiDocs
for theClient
directory. However, I am facing challenges in configuring to recognize and apply these annotation libraries on a per-folder basis within the same root workspace.Could you guide me on how to achieve the following configurations?
Server
directory, only use theServerApiDocs
library.Client
directory, only use theClientApiDocs
library.Beta Was this translation helpful? Give feedback.
All reactions