Closed pippinsoft closed 1 year ago
I wasn't able to reproduce on WSL, but I found the option to add an "extensionDependency" in the description of the vscode.git extension and fixed a deprecation warning. These changes are published (v0.0.12), does this update change anything w.r.t. your issue?
Thanks for the quick response, but that did not work. I noticed that VSCode reports that the extension is running locally because it prefers to do so. I removed ui
from extensionKind
and that solved the problem.
Perhaps switching to "extensionKind": ["workspace", "ui"]
as described here: https://code.visualstudio.com/api/advanced-topics/extension-host#preferred-extension-location would work; I have not yet tested that.
Good catch! I removed the entry now (not sure why I put it there in the first place). This change makes the extension work on the remote SSH that I tested.
Thanks for the quick fix! It works for me on local and remote.
The extension works great on local workspaces (thanks!!!).
On remote workspaces I get the following error:
Could not copy GitHub URL: Git extension not installed or not activated yet!
I confirmed that the builtin git extension is installed globally.
This is true for multiple workspaces, both local (works) and remote (error), across multiple local and remote machines (all running Linux). Please let me know if I can provide any further information.