annProg / PanBook

Pandoc LaTeX,Epub模板,用于生成书籍,幻灯片(beamer),简历,论文等(cv, thesis, ebook,beamer)
BSD 3-Clause "New" or "Revised" License
263 stars 28 forks source link

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

Open GauSyu opened 3 years ago

GauSyu commented 3 years ago

在 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 commented 3 years ago

参考这个issue:https://github.com/Microsoft/vscode/issues/4651