Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I find "git-vscode.bat"? #37

Open
GauSyu opened this issue Jun 17, 2021 · 1 comment
Open

Where can I find "git-vscode.bat"? #37

GauSyu opened this issue Jun 17, 2021 · 1 comment

Comments

@GauSyu
Copy link

GauSyu commented Jun 17, 2021

在 PanBook 手册 里写道:

使用代码 1.4 配置将终端改为 msys2 的 bash 。
{
"terminal.integrated.shell.windows": "D:\msys64\usr\bin\bash.exe",
"terminal.integrated.shellArgs.windows": ["-l"],
"terminal.integrated.env.windows": {
"CHERE_INVOKING": "1",
"MSYSTEM": "MINGW64",
},
"git.postCommitCommand": "push",
"git.path": "D:\msys64\git-vscode.bat",
"editor.insertSpaces": false,
"editor.detectIndentation": false,
}

但是msys2里面并没有git-vscode.bat这个文件啊,而git是安装在usr\bin\里的。我是按照安装顺序走下来的,哪里出错了?

@annProg
Copy link
Owner

annProg commented Jun 17, 2021

参考这个issue:microsoft/vscode#4651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants