Skip to content

Releases: microsoft/vscode-black-formatter

v2026.3.11061009

16 Apr 10:43
7e5c10e

Choose a tag to compare

v2026.3.11061009 Pre-release
Pre-release

Changes:

  • #713: refactor: extract notebook helpers into lsp_notebook.py

This list of changes was auto generated.

v2026.3.11041007

14 Apr 10:37
105f0fe

Choose a tag to compare

v2026.3.11041007 Pre-release
Pre-release

Changes:

  • #712: refactor: normalize lsp_utils.py signatures
  • #710: test: parametrize logging and global_defaults tests
  • #711: test: parametrize notebook open/save formatting tests

This list of changes was auto generated.

v2026.3.11031006

13 Apr 10:41
36be740

Choose a tag to compare

v2026.3.11031006 Pre-release
Pre-release

Changes:

  • #709: test: parametrize get_cwd and adopt conftest in change_cwd
  • #708: test: backport test_notebook.py for Jupyter notebook support
  • #707: test: backport shared test coverage (logging, global_defaults, stdlib_detection)
  • #706: Refactor: add conftest.py to centralize test mock setup
  • #705: Refactor: backport shared test coverage (envFile + configWatcher dispose)

This list of changes was auto generated.

v2026.3.11001007

10 Apr 10:29
7f25d16

Choose a tag to compare

v2026.3.11001007 Pre-release
Pre-release

Changes:

  • #700: Refactor: add exit_code field to RunResult
  • #703: Refactor: upgrade configWatcher.ts disposal pattern

This list of changes was auto generated.

v2026.3.10991003

09 Apr 10:29
fe57dab

Choose a tag to compare

v2026.3.10991003 Pre-release
Pre-release

Changes:

  • #704: Refactor: merge vscodeapi.ts to cross-repo superset
  • #699: Refactor: normalize_path resolve_symlinks, add is_match

This list of changes was auto generated.

v2026.3.10981008

08 Apr 10:32
d9e1246

Choose a tag to compare

v2026.3.10981008 Pre-release
Pre-release

Changes:

  • #698: Refactor: Align lsp_jsonrpc.py to raise ConnectionError
  • #696: refactor: extract envFile.ts module from server.ts

This list of changes was auto generated.

v2026.3.10971008

07 Apr 10:31
0e5e7ba

Choose a tag to compare

v2026.3.10971008 Pre-release
Pre-release

Changes:

  • #692: Feature Parity: Tier 1 priority fixes

This list of changes was auto generated.

v2026.3.10921007

02 Apr 10:31
c56eeb2

Choose a tag to compare

v2026.3.10921007 Pre-release
Pre-release

Changes:

Bugs:

  • #557: fix: bug where successive python changed events trigger creating multiple servers

Others:

  • #496: Add logging to make it easier to find settings issues
  • #662: Replace hand-rolled typings with @vscode/python-environments npm package
  • #694: test: add missing test coverage for PRs #496, #557, #662

This list of changes was auto generated.

v2026.3.10891003

30 Mar 10:30
3908366

Choose a tag to compare

v2026.3.10891003 Pre-release
Pre-release

Changes:

  • #683: Template sync: skip dependency update PRs

This list of changes was auto generated.

v2026.3.10851006

26 Mar 10:30
909ee85

Choose a tag to compare

v2026.3.10851006 Pre-release
Pre-release
Add notebook document sync infrastructure for Jupyter support (#664)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>