-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Merge from release-2020.07 to master #13204
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
Conversation
* fix a color on collapse all (microsoft#12895) * update changelog
Co-authored-by: Timothy Ruscica <[email protected]>
Co-authored-by: Joyce Er <[email protected]>
* Fix regressions in trusted notebooks (microsoft#12902) * Handle trustAllNotebooks selection * Fix bug where after trusting, UI didn't update * Recover from ENOENT due to missing parent directory when trusting notebook (microsoft#12913) * Disable keydown on native cells in untrusted notebooks (microsoft#12914)
…12942) (microsoft#12956) * Check for hideFromUser before activating current terminal * Add tests * Tweak logic
* Only allow Enter / NumpadEnter w/o ctrl/shift/alt (microsoft#12939) * Send telemetry for notebook trust prompt selections (microsoft#12964) * Fixes for persisting trust (microsoft#12950)
) (microsoft#12975) Co-authored-by: Joyce Er <[email protected]> Co-authored-by: Joyce Er <[email protected]>
…#12983) * Update version and change log * Improve detection when LS is fully loaded for IntelliCode (microsoft#12853) * Fix path * Actually fix settings * Add news * Add test * Format * Suppress 'jediEnabled' removal * Drop survey first launch threshold * Wait for client ready * Handle async dispose * Fix the date Co-authored-by: Mikhail Arkhipov <[email protected]>
* Ensure languageServer value is valid, send event during activate (microsoft#13064) * Update change log and version * Activate banner prompt for Pylance (microsoft#12817) * Fix path * Actually fix settings * Add news * Add test * Format * Suppress 'jediEnabled' removal * Drop survey first launch threshold * Remove LS experiments * Frequency + tests * Fix test * Update message to match spec * Open workspace for extension rather than changing setting * Fix localization string * Show banners asynchronously * Add experiments * Formatting * Typo * Put back verifyAll * Remove obsolete experiments, add Pylance * Suppress experiment if Pylance is installed * PR feedback Co-authored-by: Jake Bailey <[email protected]> * Update change log as per comments Co-authored-by: Jake Bailey <[email protected]> Co-authored-by: Mikhail Arkhipov <[email protected]>
* Fix the gather survey (microsoft#13086) * fix the gather survey added 'gather stats' telemetry mention the gather comments to update the python ext * oops * fix tests and address comments * update gather stats when resetting the kernel * set globalstate vars to 0 when we open vs code * fix gather stats telemetry * fix tests * fix tests for real
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #13204 +/- ##
==========================================
+ Coverage 59.64% 60.14% +0.50%
==========================================
Files 670 672 +2
Lines 36830 36606 -224
Branches 5188 5139 -49
==========================================
+ Hits 21968 22018 +50
+ Misses 13770 13490 -280
- Partials 1092 1098 +6
Continue to review full report at Codecov.
|
No description provided.