OpenLiberty / liberty-language-server

The Liberty Config Language Server provides language server features for Liberty server configuration files through any of the supported client IDEs.
Eclipse Public License 2.0
5 stars 11 forks source link

Fix determination of Liberty workspace for non-default server.xml #200

Closed cherylking closed 1 year ago

cherylking commented 1 year ago

Determine whether a workspace is for a Liberty project based off the presence of any xml file with a server root element. This affects LibertyProjectsManager.setWorkspaceFolders() method.

cherylking commented 1 year ago

This went into the 4q2023 feature branch. Closing this issue.