OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
12 stars 24 forks source link

Workaround Fix for Server.env Diagnostic and Popup Not Appearing Issue #992

Open vaisakhkannan opened 1 week ago

vaisakhkannan commented 1 week ago

As a workaround for this issue #945, the team has agreed to try closing and reopening server.env after inserting the invalid value 'NONE'. We need to ensure the underlying issue is resolved in the future, and the workaround added in the PR should be removed at that time.

NOTE: I observed that there is no issue in the server.env files for version 0.3.0 (for all builds), but I found that the 'diagnostic not appearing' error leads to the 'hover not present' error in the server.env files for versions 0.4.0 and 0.5.0 (for all builds). Aparna also confirmed that the same issue is present in version 0.6.0 as well

vaisakhkannan commented 1 week ago

For Reference: https://github.com/vaisakhkannan/liberty-tools-intellij/actions/runs/11045391029 https://github.com/vaisakhkannan/liberty-tools-intellij/actions/runs/11034622933

There are no builds failing due to the mentioned issue, so this workaround is acceptable for now to achieve green builds.