How do I specify the library path, i.e., where to look up static/shared libraries in Visual Studio Code (C++)?
I've already specified the include path (header files) as follows:
"includePath": ["${workspaceRoot}","/usr/include/x86_64-linux-gnu/c++/6","/usr/include/c++/6","/usr/local/include","/usr/include/x86_64-linux-gnu","/usr/include" ]
I've been searching for a JSON property called "libraryPath", but cannot find any.