-
Notifications
You must be signed in to change notification settings - Fork 294
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
point release back to main #6301
Conversation
* release candidate * Memorial Day API changes (#6056) * update changelog Co-authored-by: Ian Huff <ianhu@microsoft.com>
* change version to 2021.6.x * match packagejson and changelog versions * 6/2 API Changes (#6089) Co-authored-by: Ian Huff <ianhu@microsoft.com>
* update version to 2021.6.99 to be able to filter update changelog * update package lock and VSCode api * don * remove api changes in the code
* Fix test failures resulting from VSCodes Notebook Start page (#6111) * Disable kernel auto startup in untrusted workspace (#6088) * Disable kernel auto startup in untrusted workspace * Fixes * Misc * oops * misc * Fixes to breaking tests (#6074) Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
* add component governance file * remove npm components
* final update * update changelog
* Fix Restarting kernel... test (#6267) * wait for the restart command * add news file * update changelog
* -update version -update changelog * leave version as it was
… in command mode (#6293)
@@ -560,7 +560,8 @@ function translateDisplayDataOutput( | |||
items.push(new NotebookCellOutputItem(convertJupyterOutputToBuffer(key, data[key]), key)); | |||
} | |||
|
|||
return new NotebookCellOutput(sortOutputItemsBasedOnDisplayOrder(items), metadata); | |||
const x = sortOutputItemsBasedOnDisplayOrder(items); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @DonJayamanne just converted this the other way in main if I recall correctly. I don't think that we want this file changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup I'd remove the variable x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved per the change that Don mentioned.
Codecov Report
@@ Coverage Diff @@
## main #6301 +/- ##
======================================
- Coverage 72% 71% -1%
======================================
Files 401 401
Lines 27052 27053 +1
Branches 3987 3987
======================================
- Hits 19538 19425 -113
- Misses 5866 5995 +129
+ Partials 1648 1633 -15
|
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).