Right now the LS builds a dependency map and get's the read files from a custom VirtualFileSystem. This can now be much simpler as since #893 the AST has the method List<Path> allReadFiles() or even more granularly List<Path> includedFiles(boolean recursive).
Right now the LS builds a dependency map and get's the read files from a custom VirtualFileSystem. This can now be much simpler as since #893 the AST has the method
List<Path> allReadFiles()or even more granularlyList<Path> includedFiles(boolean recursive).