Skip to content

Git Extension API not available in vscode-web debug run? #2598

Discussion options

You must be logged in to vote

Hi @JustinGrote ,

I recall detecting this in the past, and if I remember correctly, indeed, the Git extension is not available in the web. Instead, only extensions like GitHub Issues & PR or GitLab would have git operations, because those extensions would, in fact, be firing the git operations on their backends/remotely, and use a virtual file system to talk with VS Code. I guess the reason for that is because, on the web, there is no real file system to the regular git extension talk to.

The web dev window you are referring to, I suppose is this method https://code.visualstudio.com/api/extension-guides/web-extensions#test-your-web-extension-in-vs-code-running-on-desktop, right? If that's…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JustinGrote
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants