-
Notifications
You must be signed in to change notification settings - Fork 1.2k
use only resource on kernel launcher #11339
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
and instead use ignoreErrors
python interpreter, only a resource uri
Kudos, SonarCloud Quality Gate passed!
|
|
||
if (kernelSpec) { | ||
// tslint:disable-next-line: no-floating-promises | ||
this.writeCache(this.cache); | ||
this.writeCache(this.cache).ignoreErrors(); |
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.
👍
Codecov Report
@@ Coverage Diff @@
## master #11339 +/- ##
==========================================
- Coverage 61.05% 60.98% -0.08%
==========================================
Files 604 606 +2
Lines 33421 33448 +27
Branches 4732 4730 -2
==========================================
- Hits 20405 20398 -7
- Misses 12575 12605 +30
- Partials 441 445 +4
Continue to review full report at Codecov.
|
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.
For #11314
Also, I removed the comment to disable tslint and used ignoreErrors
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).