Can anyone else confirm that this plugin is pulling environment variables system wide? #3647
codeliger
started this conversation in
Discussions
Replies: 1 comment 2 replies
-
It should be inheriting environment variables from the environment (from VSCode) plus the relevant settings for the plugin. If you're using bash, does running |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
main_test.go
Can someone who has worked on multiple projects with different environment variables on the same computer try this test case.
When i do this I get environment variables that only exist on an archived project from a hard drive I only backup code to.
I cannot figure out why this is happening.
Any help with clearing cache / debugging would be appreciated.
I tried a system wide ripgrep searching for env var keywords. Found nothing in my code folder, only in archived code on a different hard drive.
Beta Was this translation helpful? Give feedback.
All reactions