Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am facing something a little curious; I have installed certain packages (e.g Terraform) on my PC via PowerShell or Git Bash and their commands work on those terminals (e.g tf init), but when I run those commands in the VS Code integrated terminal using either the PowerShell or Git Bash shell, those commands fail and I get a message about how those commands are not recognized. Is it possible that the VS Code integrated terminal uses a different configuration than the native shells?

I also noticed that environment variables set in the VS Code integrated Git Bash do not appear in the native Git Bash. Is there a way to synchronize the configurations between the native shell and VS Code integrated terminal?

Thank you in advance


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.7k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...