Hi,
I see this error in the console log when calling revert selected changes (in the changes view/editor) using the vscode git plugin:
plugin-contribution-handler.ts:431 Uncaught (in promise) Error: command 'git.revertSelectedRanges' not found
at Object.execute (plugin-contribution-handler.ts:431:27)
at CommandRegistry.executeCommand (command.ts:337:42)
I tried Theia 1.36 and 1.38 with both git plugin 1.70.2 and 1.77.0
Thanks