I am trying to use dependencies, so I need dub.On emacs, the imports from dub libraries cannot be found, even though dub can build it fine.
How can I get emacs/serve-d to "see" the libraries added by dub?I found that dub has a command for letting the compiler know about the load paths:
``` dub describe --data=import-paths ```This shows the correct paths for the project, so perhaps I can pass this to serve-d somehow?