Hello,
Recently I asked a question in the community on how the integrate git, a nice commiter answeres my question, recomended me to use the @theia/git and the @theia/scm module. Then I open the souce code of @theia/git module, and find that git module has been implemented in theia core already. Including the frontend and backend, it seems that the writer of theia has already register the git menu and its action.
But in my application I didn’t see any menu relate to git function. So I wonder if I need to include some module in my package.json or if I have already delete some menu node thus cause the problem. Thank you.