mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 11:15:50 +08:00
Finally got vscode to understand the java bindings. Adding this to .vscode/settings.json did the trick "java.project.referencedLibraries": [ "fdb-build/packages/*.jar" ] Where fdb-build is my cmake build dir