-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Resolve commands in "terminal.integrated.env.*" #45692
Comments
@ramya-rao-a do you know what it would mean to resolve commands? I think you could do this with |
I believe you are asking for a generic feature where you want to use the output of any command usable in the settings. cc @isidorn for thoughts on that |
@ramya-rao-a My precise use case is for the go extension, but yes this issue is regarding any command |
I believe you are asking for something like interactive variables However debug is the only one supporting interactive variables. If I understand correctly this would be a feature request for the settings to support interactive variables fyi @sandy081 |
Here is the request to support resolving env variables in settings - #2809 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
Example:
Having the Golang extension, or any other extension that provides commands:
I believe this is similar to #34337 which was fixed in #40059 by @ramya-rao-a by processing the env: and config:, but it does not process commands
The text was updated successfully, but these errors were encountered: