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

Download json schema catalog at build-time instead of run-time #14065

Merged
merged 3 commits into from
Aug 26, 2024

Commits on Aug 22, 2024

  1. Download json schema catalog at build-time instead of run-time

    Fixes eclipse-theia#11881
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a7edaf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Move downloading json schema catalog to "prepare" script.

    Our CI build never invokes "build" on the core package.
    
    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6e3f696 View commit details
    Browse the repository at this point in the history
  2. Fixed overwrite behavior and added changelog entry

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