-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
git editor can't find script #150463
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.67.2. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
It looks like the TriageBot has an issue too - since I am using the Insiders Build and not Stable - it shouldn't be producing that flag about Stable. |
I can confirm that this also happens in macOS. If I move or symlink the file to the location where the error message says it's looking for
|
I am reverting the commit that introduced this feature until we iron out these issues. Apologies for the inconvenience. |
I am closing this issue for now as the change that caused this has been reverted. |
Marking as verified since it's not currently possible to enable |
Does this issue occur when all extensions are disabled?: Yes/No
@lszomoru
Steps to Reproduce:
Git: Use Editor as Commit Input
andGit: Verbose Commit
Git: Commit
from Command Palette`.Where it is looking:
c:\Users\Mark\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\scripts\git-editor.bat
[2022-05-26T15:56:24.640Z] 'c:\Users\Mark\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\scripts\git-editor.bat': c:\Users\Mark\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\scripts\git-editor.bat: No such file or directory
error: There was a problem with the editor ''c:\Users\Mark\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\scripts\git-editor.bat''.
Please supply the message using either -m or -F option.
[2022-05-26T15:56:24.733Z] > git config --get-all user.name [83ms]
[2022-05-26T15:56:24.816Z] > git config --get-all user.email [77ms]
Where it is actually located on my machine:
C:\Users\Mark\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\gitEditor\scripts\git-editor.bat
Is the builtin git extension slower to update than Insiders?
Version: 1.68.0-insider (user setup)
Commit: 528ee1a
Date: 2022-05-26T05:16:43.433Z
Electron: 17.4.4
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Windows_NT x64 10.0.25120
The text was updated successfully, but these errors were encountered: