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

Add CodeLens support for resolving environment variables in string values #24

Open
BeardedFish opened this issue Jan 1, 2025 · 0 comments · May be fixed by #25
Open

Add CodeLens support for resolving environment variables in string values #24

BeardedFish opened this issue Jan 1, 2025 · 0 comments · May be fixed by #25
Assignees

Comments

@BeardedFish
Copy link
Owner

Would be a helpful feature to add to the extension. Adding this will result in a developer instantly seeing what a string resolves to if it contains an environment variable.

For example, if the following config entry below existed and the value of ASSET_DOWNLOAD_RULE was deny, then at the top of this line it would show something like "${ASSET_DOWNLOAD_RULE}" resolves to "deny"

/0070 { /type "${ASSET_DOWNLOAD_RULE}" /method "GET" /url "*.assetdownload.zip/assets.zip*" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant