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

cli: cleanup build #190213

Merged
merged 2 commits into from
Aug 11, 2023
Merged

cli: cleanup build #190213

merged 2 commits into from
Aug 11, 2023

Commits on Aug 10, 2023

  1. cli: cleanup build

    - Remove the `prepare` script entirely
    - Variables are now populated from the product.json during build. Most
      variables are mapped automatically, with some special handling in a
    	few cases. `build.rs` is now much more self-contained.
    - Look for the `product.overrides.json` for vscode developers instead of
      looking for a peer `vscode-distro` folder
    
    Fixes #178691
    connor4312 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    dd285c3 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    connor4312 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bf2a871 View commit details
    Browse the repository at this point in the history