Commit fa2d8d9
authored
Don't create more than one notebook detection task per-type (microsoft#167878)
Don't create more than one notebook detection task per-type.
This is creating detection tasks to cover the period between opening a notebook, and the notebook extension activating and starting its own detection task. This code is a bit more complex than necessary, and it would be simpler to manage the lifecycle of this task from the `activateByEvent` promise.
Fix microsoft#1678751 parent 9b3371e commit fa2d8d9
File tree
1 file changed
+1
-1
lines changed- src/vs/workbench/contrib/notebook/browser/contrib/kernelDetection
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments