Deleting the .libertyls directory (which contains generated schema files from Liberty Tools) when features are installed since the previously generated schema is no longer correct.
Had to pass in the build directory since that is where the .libertyls directory would be located. Maven and Gradle PRs are coming to reflect this change.
Related to https://github.com/OpenLiberty/liberty-language-server/issues/101.
Deleting the
.libertyls
directory (which contains generated schema files from Liberty Tools) when features are installed since the previously generated schema is no longer correct.Had to pass in the build directory since that is where the
.libertyls
directory would be located. Maven and Gradle PRs are coming to reflect this change.