Skip to content

Releases: microsoft/vscode-python

2021.2.633441544

08 Mar 20:37
39d6a21
Compare
Choose a tag to compare

2021.2.3 (8 March 2021)

Fixes

  1. Add event handlers to stream error events to prevent process from exiting due to errors in process stdout & stderr streams.
    (#15395)

2021.2.625869727

06 Mar 00:33
08565f1
Compare
Choose a tag to compare

2021.2.2 (5 March 2021)

Fixes

  1. Fixes issue with Jedi Language Server telemetry.
    (#15419)

2021.2.582707922

19 Feb 22:45
ba1dc7d
Compare
Choose a tag to compare

2021.2.1 (19 February 2021)

Fixes

  1. Fix for missing pyenv virtual environments from selectable environments.
    (#15439)
  2. Register Jedi regardless of what language server is configured.
    (#15452)

2021.2.576481509

18 Feb 00:28
0eeaab4
Compare
Choose a tag to compare

2021.2.0 (17 February 2021)

Enhancements

  1. Use Language Server Protocol to work with Jedi.
    (#11995)

Fixes

  1. Don't suggest insiders program nor show start page when in Codespaces.
    (#14833)
  2. Fix description of Pyramid debug config.
    (thanks vvijayalakshmi21)
    (#5479)
  3. Refactored the Enable Linting command to provide the user with a choice of "Enable" or "Disable" linting to make it more intuitive. (thanks henryboisdequin)
    (#8800)
  4. Fix marketplace links in popups opening a non-browser VS Code instance in Codespaces.
    (#14264)
  5. Fixed the error command suggested when attempting to use "debug tests" configuration
    (Thanks Shahzaib paracha)
    (#14729)
  6. Single test run fails sometimes if there is an error in unrelated file imported during discovery.
    (thanks Szymon Janota)
    (#15147)
  7. Re-enable localization on the start page. It was accidentally
    disabled in October when the Jupyter extension was split out.
    (#15232)
  8. Ensure target environment is activated in the terminal when running install scripts.
    (#15285)
  9. Allow support for using notebook APIs in the VS code stable build.
    (#15364)

Code Health

  1. Raised the minimum required VS Code version to 1.51.
    (#15237)

2021.1.502429796

22 Jan 00:23
c0fe6b5
Compare
Choose a tag to compare

2021.1.0 (21 January 2021)

Enhancements

  1. Remove code snippets (you can copy the
    old snippets
    and use them as
    your own snippets).
    (#14781)
  2. Add PYTHONPATH to the language server settings response.
    (#15106)
  3. Integration with the bandit linter will highlight the variable, function or method for an issue instead of the entire line.
    Requires latest version of the bandit package to be installed.
    (thanks Anthony Shaw)
    (#15003)
  4. Translated some more of the Python Extension messages in Simplified Chinese.
    (thanks Shinoyasan)
    (#15079)
  5. Update Simplified Chinese translation.
    (thanks Fiftysixtimes7)
    (#14997)

Fixes

  1. Fix environment variables not refreshing on env file edits.
    (#3805)
  2. fix npm audit[high]: Remote Code Execution
    (#14640)
  3. Ignore false positives when scraping environment variables.
    (#14812)
  4. Fix unittest discovery when using VS Code Insiders by using Inversify's skipBaseClassChecks option.
    (#14962)
  5. Make filtering in findInterpretersInDir() faster.
    (#14983)
  6. Remove the Buffer() is deprecated warning from Developer tools. (#15045)
    (#15045)
  7. Add support for pytest 6 options.
    (#15094)

Code Health

  1. Update to Node 12.20.0.
    (#15046)

2020.12.424452561

16 Dec 01:08
b1008e0
Compare
Choose a tag to compare

2020.12.2 (15 December 2020)

Fixes

  1. Only activate discovery component when in experiment.
    (#14977)

2020.12.424027540

15 Dec 21:21
af2de4d
Compare
Choose a tag to compare

2020.12.1 (15 December 2020)

Fixes

  1. Fix for extension loading issue in the latest release.
    (#14977)

2020.12.422005962

15 Dec 00:58
Compare
Choose a tag to compare

2020.12.0 (14 December 2020)

Enhancements

  1. FastAPI debugger feature.
    (thanks Marcelo Trylesinski!)
    (#14247)
  2. Put linter prompt behind an experiment flag.
    (#14760)
  3. Use default color for "Select Python interpreter" on the status bar.
    (thanks Daniel Rodriguez!)
    (#14859)
  4. Experiment to use the new environment discovery module.
    (#14868)
  5. Add experimentation API support for Pylance.
    (#14895)

Fixes

  1. Format .pyi files correctly when using Black.
    (thanks Steve Dignam!)
    (#13341)
  2. Add node-loader to support webpack for fsevents package.
    (#14664)
  3. Don't show play icon in diff editor.
    (thanks David Sanders!)
    (#14800)
  4. Do not show "You need to select a Python interpreter before you start debugging" when "python" in debug configuration is invalid.
    (#14814)
  5. Fix custom language server message handlers being registered too late in startup.
    (#14893)

Code Health

  1. Modified the errors generated when launch.json is not properly configured to be more specific about which fields are missing.
    (thanks Shahzaib Paracha!)
    (#14739)

2020.11.371526539

19 Nov 20:38
0609d3d
Compare
Choose a tag to compare

2020.11.2 (19 November 2020)

Enhancements

  1. Put linter prompt behind an experiment flag.
    (#14760)

2020.11.367453362

17 Nov 21:12
dec1039
Compare
Choose a tag to compare

2020.11.1 (17 November 2020)

Enhancements

  1. Replaced "pythonPath" debug configuration property with "python".
    (#12462)

Fixes

  1. Fix for Process Id Picker no longer showing up
    (#14678))
  2. Fix workspace symbol searching always returning empty.
    (#14727)