You shouldn’t use expressions inside include, because the language server can’t execute the code inside include to figure out what file to load. You don’t actually need to use projectdir here either, just using include("src/path/to/file.jl") should work.
1 Like