Releases: microsoft/vscode-black-formatter
Releases · microsoft/vscode-black-formatter
v2026.3.11061009
Changes:
- #713: refactor: extract notebook helpers into lsp_notebook.py
This list of changes was auto generated.
v2026.3.11041007
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
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
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
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
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
v2026.3.10921007
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
v2026.3.10851006
Add notebook document sync infrastructure for Jupyter support (#664) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>