-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use environment variable in editorconfig.json #128
Comments
Like this?
Or is there a reason you want to save user input as is? |
Forget about the previous comment. There is a possibility that sensitive data is held in the environment variable, we should save it as is. |
Forgot to cut the branch and committed it directly... Anyway, the issue is fixed and you can use environment variable in |
Thanks for implementing this so quickly. I'll try the feature once there's a new release. |
Released v8.1.1 |
I just used the new feature and it worked like a charm:
Thanks again. Your response time is amazing 👍 |
Hi and thanks again for withExEditorHost!
Is there currently a way to have environment variables resolved in editorconfig.json?
I tried
to no avail. In my Bash,
echo $TERMINAL
prints "kitty".Thanks in advance!
The text was updated successfully, but these errors were encountered: