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
6 stars 12 forks source link

Invalid property repeat issue fix #319

Closed arunvenmany-ibm closed 1 week ago

arunvenmany-ibm commented 2 weeks ago

For resolving issue https://github.com/OpenLiberty/liberty-tools-vscode/issues/343 Previously, when a property and key are duplicated, diagnostic was coming only on last entry

Fixed. now diagnostic is coming in all entries image