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

Merge rel/1.13.0 to main #2970

Merged
merged 7 commits into from
May 25, 2021
Merged

Merge rel/1.13.0 to main #2970

merged 7 commits into from
May 25, 2021

Commits on May 13, 2021

  1. Prepare for release (#2929)

    ravipal committed May 13, 2021
    Configuration menu
    Copy the full SHA
    9d5251e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    688ab47 View commit details
    Browse the repository at this point in the history
  3. Add extendedLocation property in Plan and Site creation (#2931)

    * Add extendedLocation property in Plan and Site creation
    
    * Updating comment
    ravipal committed May 13, 2021
    Configuration menu
    Copy the full SHA
    7440666 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Ravipal/merge from main (#2964)

    * Add malware scan (#2942)
    
    * Add malware scan.
    
    * Actually add malware scan.
    
    * Move malware task and stop immediately.
    
    * Update UI dependency for new icon. (#2955)
    
    * Update vsce dependency (#2957)
    
    * Fix "webview is disposed" error (#2959)
    
    * Fix "webview is disposed" error
    
    Fixes issue #2820
    
    The poblem is likely due to a handful of async calls done beteween when the start page view is created and when its content is set. That gives the user an opportunity to close the start page before we attempt to set its content. It is especially tempting since during the time the content is computed the already-visible start page panel is empty.
    
    This change front-loads that async processing so that the webview creation becomes fully synchronous.
    
    * Add missing description for debug config property. (#2963)
    
    Co-authored-by: Phillip Hoff <phillip@orst.edu>
    Co-authored-by: Karol Zadora-Przylecki <karolz@microsoft.com>
    3 people committed May 24, 2021
    Configuration menu
    Copy the full SHA
    f99bd25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1d992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f93ea1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Merge rel/13.1.0 to main

    ravipal committed May 25, 2021
    Configuration menu
    Copy the full SHA
    b68e612 View commit details
    Browse the repository at this point in the history