Skip to content

Commit

Permalink
PORT - Port document dispose fix to release. (#4798)
Browse files Browse the repository at this point in the history
* Only clean up editors on close not on Panel dispose (#4787)

* update changelog

Co-authored-by: Ian Huff <ianhuff@LICHYOGAIOT.northamerica.corp.microsoft.com>
  • Loading branch information
2 people authored and rchiodo committed Feb 18, 2021
1 parent 9dc75d4 commit fae0c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
([#4713](https://github.com/Microsoft/vscode-jupyter/issues/4713))
1. If .NET interactive is installed, make sure to use the new notebook editor.
([#4771](https://github.com/Microsoft/vscode-jupyter/issues/4771))
1. Only clean up a notebook editor when it's closed, not when the panel is disposed.
([#4786](https://github.com/Microsoft/vscode-jupyter/issues/4786))
1. Fixes problem with duplicate jupyter kernels being generated.
([#4720](https://github.com/Microsoft/vscode-jupyter/issues/4720))

Expand Down

0 comments on commit fae0c50

Please sign in to comment.