-
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
Prepping the release branch #10306
Prepping the release branch #10306
Conversation
Codecov Report
@@ Coverage Diff @@
## release/release-2022.05.100 #10306 +/- ##
============================================================
Coverage 64% 64%
============================================================
Files 204 204
Lines 9295 9295
Branches 1505 1505
============================================================
+ Hits 5966 5969 +3
+ Misses 2857 2853 -4
- Partials 472 473 +1
|
CHANGELOG.md
Outdated
([#9984](https://github.com/Microsoft/vscode-jupyter/issues/9984)) | ||
1. Add editor context key support into the web extension. | ||
([#9990](https://github.com/Microsoft/vscode-jupyter/issues/9990)) | ||
1. Fix problem with PYTHONNOUSERSITE being set even when not desired. There's a setting now that will set this environment variable on kernel launch if it's needed: 'jupyter.excludeUserSitePackages'. |
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.
1. Fix problem with PYTHONNOUSERSITE being set even when not desired. There's a setting now that will set this environment variable on kernel launch if it's needed: 'jupyter.excludeUserSitePackages'. | |
1. Fix problem with `PYTHONNOUSERSITE` being set even when not desired. There's a setting now that will set this environment variable on kernel launch if it's needed: `jupyter.excludeUserSitePackages`. |
how about these quotes?
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 do
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.
Looks good to me!
* Update changelog * Update engine number * Review feedback * Remove unclosed issue
* Prepping the release branch (#10306) * Update changelog * Update engine number * Review feedback * Remove unclosed issue * Update to next version * Update with changes for variable viewer * Put back correct engine
No description provided.