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

Add whitespace check around equals sign for server.env file #154

Closed evie-lau closed 1 year ago

evie-lau commented 1 year ago

Fixes #141

cherylking commented 1 year ago

As we discussed on scrum, there should be changes for handling blank spaces correctly for bootstrap.properties as well. So don't have this PR close issue #141.

evie-lau commented 1 year ago

TODO: fix/redo how we compute the range for the diagnostic. The original design did not support marking the keys in diagnostics. image

evie-lau commented 1 year ago

Now properly marks the whitespaces around the equal sign in server.env, and more robust than before. image