Skip to content

builtin-git: add support for missing menu paths #11730

@vince-fugnitto

Description

@vince-fugnitto

Bug Description:

There are issues when using the vscode.git and vscode.git-ui builtins as it references unsupported menu paths:

Failed to register a menu item for plugin vscode.git contributed to scm/sourceControl
Failed to register a menu item for plugin vscode.git contributed to editor/content
Failed to register a menu item for plugin vscode.git contributed to scm/change/title

Steps to Reproduce:

  1. remove vscode.git and vscode.git-ui from the exclusion list

theia/package.json

Lines 119 to 120 in 978a3a0

"vscode.git",
"vscode.git-ui",

  1. remove @theia/git and @theia/scm-extra from the example applications
  2. rebuild, and confirm that the download:script pulls the git builtins
  3. notice the errors related to not being able to set the toolbar items

Metadata

Metadata

Assignees

No one assigned

    Labels

    builtinsIssues related to VS Code builtin extensionsgitissues related to gitscmissues related to the source control managervscodeissues related to VSCode compatibility

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions