You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I didn't find any way to initialize a Git Repository using Theia in the browser. Hence, I guess this would be a feature request to be able to do that.
The text was updated successfully, but these errors were encountered:
The git view doesn't make sense when there is no git repository. Instead, a button Initialize Git Repository should be rendered, that when clicked calls a command that runs git init.
The button + is no longer available. Instead the following warning is displayed: "No repository found".
Now it works by F1> Git: Initialize Repository.
Maybe providing the possibility to select a Folder would be nice.
Or something similar to VS Code.
So, I didn't find any way to initialize a Git Repository using Theia in the browser. Hence, I guess this would be a feature request to be able to do that.
The text was updated successfully, but these errors were encountered: