-
Notifications
You must be signed in to change notification settings - Fork 293
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 june release back #6193
merge june release back #6193
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
revert change on gulpfile
Codecov Report
@@ Coverage Diff @@
## main #6193 +/- ##
======================================
- Coverage 72% 71% -1%
======================================
Files 399 399
Lines 26869 26895 +26
Branches 3954 3961 +7
======================================
- Hits 19428 19314 -114
- Misses 5790 5945 +155
+ Partials 1651 1636 -15
|
([#5798](https://github.com/Microsoft/vscode-jupyter/issues/5798)) | ||
1. Add support for [Virtual Workspaces](https://github.com/microsoft/vscode/wiki/Virtual-Workspaces). | ||
([#5803](https://github.com/Microsoft/vscode-jupyter/issues/5803)) | ||
1. Losslessly compressed PNG images to save ~20KB. |
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 believe this needs a thank you?
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.
it is there, line 84
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.
oh I see what you mean
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.
No an individual contributor thank you for this submission.
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'll put it on the release branch, and it will be merged after we release
if: github.event_name == 'schedule' && github.ref == 'refs/heads/main' | ||
run: | | ||
echo "release_channel=insider" >> $GITHUB_ENV | ||
# - name: insiders channel |
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.
👍 just make sure that we turn it back on with the versions updated when new insiders engine version is out.
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.
Will not forget
#6195
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).