Skip to content

Nested properties of 'java.project.referencedLibraries' setting broken in 1.41.0 #3993

@ianmjackson

Description

@ianmjackson

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions