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

Ensure parameters are in URI format #251

Closed cherylking closed 9 months ago

cherylking commented 9 months ago

Fix Windows problem where the LibertyUtils.getXmlFilesWithServerRootInDirectory(workspacePath) was getting an exception because the path passed into hasServerRoot was not in URI format.