Consider this code: ```env #.env TEST_VAR='test' TEST_VAR2='${TEST_VAR}' ``` Plugin does not highlight second variable's value as interpolated.  But docker compose correctly interpolates it, and TEST_VAR2 will have "test" value
Consider this code:
Plugin does not highlight second variable's value as interpolated.

But docker compose correctly interpolates it, and TEST_VAR2 will have "test" value