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

Change diagnostic to warning for config elements #264

Closed cherylking closed 7 months ago

cherylking commented 7 months ago

Related to #259

I changed the config element diagnostic to a Warning vs leaving it to default to Error. I also modified the diagnostic message to indicate there may not be a problem.

I did not try to intercept the xsd validation to change it from Error to Warning. Do you want us to still investigate that as well?