We had the directories containing our project's library jars specified in our .code-workspace file as:
"java.project.referencedLibraries": {
"include": [
"lib/**/*.jar",
"war/WEB-INF/lib/*.jar"
],
},
This no longer seems to work since 1.41.0, but is fixed by explicitly listing the relative path to each jar.
We had the directories containing our project's library jars specified in our
.code-workspacefile as:This no longer seems to work since 1.41.0, but is fixed by explicitly listing the relative path to each jar.