I have one library which errs out when trying to include it using the Jedi language service and works fine without it (i.e. the C# one).
The library is jsonslicer and it does depend on an external C library I installed into /usr/local/lib
. Could that have something to do with it?
I installed the Jedi service and the library in my Conda environment and used that environment within Visual Studio. It works fine at runtime and in my terminal, but not when checking for problems in my source files and it shows up as an error.