Support Git Bash shell integration automatic injection
See original GitHub issueThere are various issues regarding integration for various shells, but for Windows it’s limited to standalone pwsh
, and there are open issue for WSL.
So request here is to support Git Bash as well as it’s go to terminal if you install Git for Windows.
Are there plans to support it in near future?
/cc @Tyriar
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Terminal Shell Integration in Visual Studio Code
By default, the shell integration script should automatically activate on supported shells launched from VS Code. This is done by injecting arguments and/or ......
Read more >How do I use Bash on Ubuntu on Windows (WSL) for my VS ...
What's a simple way to have a reliable WSL terminal environment for VS Code where most frequently used tools will run when installed...
Read more >Working on Git Bash - GeeksforGeeks
A shell is a terminal application used to interface with an operating system through written commands. Git Bash is a package that installs...
Read more >Environments and deployments - GitLab Documentation
If you deploy to your environments with the help of a deployment service (for example, the Kubernetes integration), GitLab can open a terminal...
Read more >vscode "shell integration failed to activate" - You.com
By default, the shell integration script should automatically activate on supported shells launched from ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See update: https://github.com/microsoft/vscode/issues/143761#issuecomment-1055774889
I’m hesitant committing to this as weird things often happen with how git bash interacts with conpty. Could be a good community contribution though.
I tried setting up a profile based on the existing bash script:
It does look like the sequences get through correctly, the same problems as on wsl (https://github.com/microsoft/vscode/issues/143761) with decorations are happening though:
So I’d expect the work here to include:
.bashrc