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
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…