-
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
Delete all of the old kernelspecs generated by the extension #7621
Conversation
Codecov Report
@@ Coverage Diff @@
## main #7621 +/- ##
=====================================
- Coverage 66% 66% -1%
=====================================
Files 364 364
Lines 22558 22572 +14
Branches 3431 3433 +2
=====================================
- Hits 15056 15051 -5
- Misses 6220 6231 +11
- Partials 1282 1290 +8
|
@@ -68,7 +79,8 @@ export class LocalKnownPathKernelSpecFinder extends LocalKernelSpecFinderBase { | |||
// Find all the possible places to look for this resource | |||
const paths = await this.jupyterPaths.getKernelSpecRootPaths(cancelToken); | |||
const searchResults = await this.findKernelSpecsInPaths(paths, cancelToken); | |||
|
|||
const oldDernelSpecsDeleted = this.oldDernelSpecsDeleted; |
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.
Kernel
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 like to leave a few of these easter eggs for you.
For #7171