Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CanonicalUriProvider API. Fixes #12735 #12743

Merged
merged 3 commits into from
Jul 24, 2023

Commits on Jul 21, 2023

  1. Implement CanonicalUriProvider API. Fixes eclipse-theia#12735

    The implementation follows the usual pattern of having a Theia service
    for canonicla URI's with the VS Code implementation being a special case
    of the Theia service contributions.
    The API is proposed in VS Code, but used in built-in extensions in
    versions >= 1.80.0
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b510746 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Reference tag instead of main branch for API

    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5534f8f View commit details
    Browse the repository at this point in the history
  2. Added changelog entry

    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7cb1ed1 View commit details
    Browse the repository at this point in the history