You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file is renamed from .rego to .foo, the server will continue to template the file until it's opened again as the formatting requests are still sent to it.
Screen.Recording.2024-09-10.at.14.51.33.mov
The text was updated successfully, but these errors were encountered:
There were two places where a file would be processed after a rename
incorrectly:
- inlay hints were still requests if the file wasn't rego
- new files were still formatting if the file wasn't rego any more
FixesStyraInc#1092
Signed-off-by: Charlie Egan <[email protected]>
When a file is renamed from .rego to .foo, the server will continue to template the file until it's opened again as the formatting requests are still sent to it.
Screen.Recording.2024-09-10.at.14.51.33.mov
The text was updated successfully, but these errors were encountered: