This might a bit awkward setup, but I have single git repo with multiple directories per 'project'. Lix's scope and haxe_libraries are in the root directory. But I open the individual project directories in VSCode.
Lix has no trouble with this, CLI works as expected. But VSHaxe doesn't realize it's a Lix project.
Would it be reasonable to do what Lix does (findNearest), or should it be a configuration option (for specifying .haxerc location), or a no-fix and my project setup is just too awkward? :D
This might a bit awkward setup, but I have single git repo with multiple directories per 'project'. Lix's scope and
haxe_libraries
are in the root directory. But I open the individual project directories in VSCode. Lix has no trouble with this, CLI works as expected. But VSHaxe doesn't realize it's a Lix project.Would it be reasonable to do what Lix does (
findNearest
), or should it be a configuration option (for specifying.haxerc
location), or a no-fix and my project setup is just too awkward? :D