- Environment
- VSCode version
Version: 1.84.2 (system setup)
Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e
Date: 2023-11-09T10:51:52.184Z
Electron: 25.9.2
ElectronBuildId: 24603566
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Windows_NT x64 10.0.19045
- Gitlense version:
v14.5.2
- Config (the imho relevant ones)
"terminal.explorerKind": "integrated"
"terminal.external.windowsExec": "C:\\WINDOWS\\System32\\cmd.exe"
"terminal.integrated.defaultProfile.windows": "Git Bash"
"terminal.sourceControlRepositoriesKind": "integrated"
- Reproduce
- open project with 1 or more repositories
- ensure you have Gitlens installed
- go to the
Source Control Tab
- open the
Repositories section
- right click on 1 of the displayed repos
- click on
Open in Terminal
- (on Windows) a new CMD window opens

In the Source Control Repositories section (which I think is VSCode native), an Open in Integrated Terminal option exists.

Gitlens is usually integrated into VSCode quite well, which leads me to believe that changing the option to use the integrated terminal or adding an option for using the integrated terminal was overlooked.