Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect parsing for interpolation within single quotes #135

Open
stone-w4tch3r opened this issue Sep 12, 2024 · 1 comment
Open

Incorrect parsing for interpolation within single quotes #135

stone-w4tch3r opened this issue Sep 12, 2024 · 1 comment

Comments

@stone-w4tch3r
Copy link

Consider this code:

#.env
TEST_VAR='test'
TEST_VAR2='${TEST_VAR}'

Plugin does not highlight second variable's value as interpolated.
image

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

@adelf
Copy link
Collaborator

adelf commented Sep 12, 2024

Interpolated values aren't supported yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants