Skip to content

Releases: microsoft/vscode-python

2020.1.57204

07 Jan 17:29
Compare
Choose a tag to compare

2020.1.57204

2019.11.50794

22 Nov 02:05
Compare
Choose a tag to compare

2019.11.50794

2019.11.49689

18 Nov 18:50
Compare
Choose a tag to compare

2019.11.49689

2019.10.44104

23 Oct 19:45
Compare
Choose a tag to compare

2019.10.1 (22 October 2019)

Enhancements

  1. Support other variables for notebookFileRoot besides ${workspaceRoot}. Specifically allow things like ${fileDirName} so that the dir of the first file run in the interactive window is used for the current directory.
    (#4441)
  2. Add command palette commands for native editor (run all cells, run selected cell, add new cell). And remove interactive window commands from contexts where they don't apply.
    (#7800)
  3. Added ability to auto-save chagnes made to the notebook.
    (#7831)

Fixes

  1. Fix regression to allow connection to servers with no token and no password and add functional test for this scenario
    (#7137)
  2. Perf improvements for opening notebooks with more than 100 cells.
    (#7483)
  3. Fix jupyter server startup hang when xeus-cling kernel is installed.
    (#7569)
  4. Make interactive window and native take their fontSize and fontFamily from the settings in VS Code.
    (#7624)
  5. Fix a hang in the Interactive window when connecting guest to host after the host has already started the interactive window.
    (#7638)
  6. Change the default cell marker to '# %%' instead of '#%%' to prevent linter errors in python files with markers.
    Also added a new setting to change this - 'python.dataScience.defaultCellMarker'.
    (#7674)
  7. When there's no workspace open, use the directory of the opened file as the root directory for a jupyter session.
    (#7688)
  8. Fix selection and focus not updating when clicking around in a notebook editor.
    (#7802)
  9. Fix add new cell buttons in the notebook editor to give the new cell focus.
    (#7820)
  10. Do not use the PTVSD package version in the folder name for the wheel experiment.
    (#7836)
  11. Prevent updates to the cell text when cell execution of the same cell has commenced or completed.
    (#7844)
  12. Hide the parameters intellisense widget in the Notebook Editor when it is not longer required.
    (#7851)
  13. Allow the "Create New Blank Jupyter Notebook" command to be run when the python extension is not loaded yet.
    (#7888)
  14. Ensure the *.trie files related to font kit npm module are copied into the output directory as part of the Webpack bundling operation.
    (#7899)
  15. CTRL+S is not saving a Notebook file.
    (#7904)
  16. When automatically opening the Notebook Editor, then ignore uris that do not have a file scheme
    (#7905)
  17. Minimize the changes to an ipynb file when saving - preserve metadata and spacing.
    (#7960)
  18. Fix intellisense popping up in the wrong spot when first typing in a cell.
    (#8009)
  19. Fix python.dataScience.maxOutputSize to be honored again.
    (#8010)
  20. Fix markdown disappearing after editing and hitting the escape key.
    (#8045)

Code Health

  1. Add functional tests for notebook editor's use of the variable list.
    (#7369)
  2. More functional tests for the notebook editor.
    (#7372)
  3. Update version of @types/vscode.
    (#7832)
  4. Use Webview.asWebviewUri to generate a URI for use in the Webview Panel instead of hardcoding the resource vscode-resource.
    (#7834)

2019.10.41019

08 Oct 21:49
48fe766
Compare
Choose a tag to compare

2019.10.41019

2019.9.34911

06 Sep 23:05
40a28fa
Compare
Choose a tag to compare

2019.9.34911

2019.9.34474

04 Sep 15:38
557fbaf
Compare
Choose a tag to compare

2019.9.34474

2019.8.30787

13 Aug 23:11
Compare
Choose a tag to compare

2019.8.30787

2019.8.29288

06 Aug 21:36
Compare
Choose a tag to compare

2019.8.29288

2019.6.24221

09 Jul 22:58
Compare
Choose a tag to compare

2019.6.24221