You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Editor Context
(node:3724) UnhandledPromiseRejectionWarning: Error: Canceled
at KernelFutureHandler.dispose (D:\a\1\s\node_modules@jupyterlab\services\lib\kernel\future.js:150:31)
at _futures.forEach.future (D:\a\1\s\node_modules@jupyterlab\services\lib\kernel\default.js:875:20)
at Map.forEach ()
at DefaultKernel._clearState (D:\a\1\s\node_modules@jupyterlab\services\lib\kernel\default.js:874:23)
at DefaultKernel.dispose (D:\a\1\s\node_modules@jupyterlab\services\lib\kernel\default.js:336:14)
at DefaultSession.dispose (D:\a\1\s\node_modules@jupyterlab\services\lib\session\default.js:201:22)
at Promise (D:\a\1\s\out\client\common\utils\async.js:86:28)
at new Promise ()
at Object.callWithTimeout (D:\a\1\s\out\client\common\utils\async.js:81:12)
at JupyterSession. (D:\a\1\s\out\client\datascience\jupyter\jupyterSession.js:62:43)
at Generator.next ()
at fulfilled (D:\a\1\s\out\client\datascience\jupyter\jupyterSession.js:6:58)
at
THis is a part of jupyter session shutdown. Hard to repro and hard to get workaround.
The text was updated successfully, but these errors were encountered:
For #4951, #4936
<!--
If an item below does not apply to you, then go ahead and check it off as "done" and strikethrough the text, e.g.:
- [x] ~Has unit tests & system/integration tests~
-->
- [x] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
- [x] Title summarizes what is changing
- [x] Has a [news entry](https://github.com/Microsoft/vscode-python/tree/master/news) file (remember to thank yourself!)
- [ ] Has sufficient logging.
- [ ] Has telemetry for enhancements.
- [x] Unit tests & system/integration tests are added/updated
- [ ] [Test plan](https://github.com/Microsoft/vscode-python/blob/master/.github/test_plan.md) is updated as appropriate
- [ ] [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package-lock.json) has been regenerated by running `npm install` (if dependencies have changed)
- [ ] The wiki is updated with any design decisions/details.
Example:
1) Editor Context
(node:3724) UnhandledPromiseRejectionWarning: Error: Canceled
at KernelFutureHandler.dispose (D:\a\1\s\node_modules@jupyterlab\services\lib\kernel\future.js:150:31)
at _futures.forEach.future (D:\a\1\s\node_modules@jupyterlab\services\lib\kernel\default.js:875:20)
at Map.forEach ()
at DefaultKernel._clearState (D:\a\1\s\node_modules@jupyterlab\services\lib\kernel\default.js:874:23)
at DefaultKernel.dispose (D:\a\1\s\node_modules@jupyterlab\services\lib\kernel\default.js:336:14)
at DefaultSession.dispose (D:\a\1\s\node_modules@jupyterlab\services\lib\session\default.js:201:22)
at Promise (D:\a\1\s\out\client\common\utils\async.js:86:28)
at new Promise ()
at Object.callWithTimeout (D:\a\1\s\out\client\common\utils\async.js:81:12)
at JupyterSession. (D:\a\1\s\out\client\datascience\jupyter\jupyterSession.js:62:43)
at Generator.next ()
at fulfilled (D:\a\1\s\out\client\datascience\jupyter\jupyterSession.js:6:58)
at
THis is a part of jupyter session shutdown. Hard to repro and hard to get workaround.
The text was updated successfully, but these errors were encountered: