github microsoft/vscode-python 2020.10.332292344

latest releases: v2024.6.0, v2024.4.1, v2024.4.0...
3 years ago

2020.10.0 (27 October 2020)

Enhancements

  1. debugpy updated to latest stable version.
  2. Make data viewer openable from the variables window context menu while debugging.
    (#14406)
  3. Do not opt users out of the insiders program if they have a stable version installed.
    (#14090)

Fixes

  1. Make sure not to set __file__ unless necessary as this can mess up some modules (like multiprocessing).
    (#12530)
  2. Fix isolate script to only remove current working directory.
    (#13942)
  3. Make sure server name and kernel name show up when connecting.
    (#13955)
  4. Have Custom Editors load on editor show unless autostart is disabled.
    (#14016)
  5. For exporting, first check the notebook or interactive window interpreter before the jupyter selected interpreter.
    (#14143)
  6. Fix interactive debugging starting (trimQuotes error).
    (#14212)
  7. Use the kernel defined in the metadata of Notebook instead of using the default workspace interpreter.
    (#14213)
  8. Fix latex output not showing up without a 'display' call.
    (#14216)
  9. Fix markdown cell marker when exporting a notebook to a Python script.
    (#14359)

Code Health

  1. Add Windows unit tests to the PR validation pipeline.
    (#14013)
  2. Functional test failures related to kernel ports overlapping.
    (#14290)
  3. Change message from IPython kernel to Jupyter kernel.
    (#14309)

Don't miss a new vscode-python release

NewReleases is sending notifications on new releases.