-
Notifications
You must be signed in to change notification settings - Fork 6
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
Handle Invalid GIT_EDITOR #3
Comments
Thanks for the report and sorry for the long delay in answering! Do you know if VS Code still sets a We do have some fallbacks, first in Lines 802 to 818 in 65941da
But in this case, it is set. And then later, also check the editor file exists: Lines 857 to 862 in 65941da
But in this case, it does exist. So I think we could do one of your suggested options, if we think it's likely to occur again (although we've not had any other reports for this or reactions to this issue). |
Noticed because of this: microsoft/vscode#153246
This error is raised when running blurb with an invalid
GIT_EDITOR
environment variable ("c:\Users\wookie184\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\git-editor.sh"
on windows in my case).It isn't very clear to the user what the issue is from this error. Possible solutions:
GIT_EDITOR
was invalid if that is the case).GIT_EDITOR
fails.If we decide to do one of these I'd be happy to try implementing it.
Thanks!
The text was updated successfully, but these errors were encountered: