Ryan Zegray
Ryan Zegray
We currently use doSave just for updating the settings and keeping them updated. https://github.com/OpenLiberty/liberty-language-server/blob/master/lemminx-liberty/src/main/java/io/openliberty/lemminx/liberty/LibertyExtension.java#L52 A setting participant that keeps track of settings and is notified whenever the settings are changed...
I can take a look at adapting the AbstractClasspathResourceResolver to support managing multiple XSDs.
@angelozerr Updated to instead have an abstract method `public abstract ResourceToDeploy resourceToResolve(String baseLocation, String publicId, String systemId);` Where you return the resource you want to resolve/deploy given the parameters. And...
I was able to reproduce something similar when not using appsody. Just running dev mode with the hot tests enabled with the demo-devmode project. ``` mvn liberty:dev -DhotTests=true [INFO] Scanning...