-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unable to load Git Extension #98
Comments
Can you run it in the Git extension panel still? Can you show me a screenshot of steps and error if any? |
Sorry for the late reply.
I cannot give you the screenshot earlier since the message it outputs does not have any info to solve this problem.
However, just now, I think I have found out the problem. There are 2 situations actually.
1. When using a dev container.
- commit work perfectly when you installed the plugin manually after starting the dev container.
- problem occurred when I am not installing the plugin manually but instead use the setting "remote.extensionKind" in setting.json since I would like to use it on every dev container.
"remote.extensionKind": {
"michaelcurrin.auto-commit-msg": [
"ui"
]
}
2. When using a remote repository.
- it return an error message:
Command 'Auto Commit Message' resulted in an error
No repos found. Please open a repo or run `git init` then try again
|
My first for the dev containers issue is that the extension is loaded on the host and does not have access to the repos or files in the dev container. For the remote repository, what is that case? Running VS Code in the browser? Can you provide more details? |
The extension cannot be loaded when running command >Auto Commit Message
Version: 0.26.1
The text was updated successfully, but these errors were encountered: