Skip to content

Releases: EeyoreLee/vscode-extension-yapf

Release v0.1.10

18 Oct 11:00
a1fad78
Compare
Choose a tag to compare
  • doc: add note for supported python version
  • feat: remove empty line at the end if jupyter cell didn't have a whitespace-only line at the end
  • doc(README): add note for jupyter magic function
  • feat(lsp_server): support format on type by ast tree scope

Release v0.1.9

25 Sep 10:04
8c39a04
Compare
Choose a tag to compare
  • add a new property 'cellMagics' for supporting notebook cell with python magic function
  • upgrade yapf to v0.40.2

v0.1.9 pre-release

25 Sep 09:41
8c39a04
Compare
Choose a tag to compare
v0.1.9 pre-release Pre-release
Pre-release
  • add a new property 'cellMagics' for supporting notebook cell with python magic function
  • upgrade yapf to v0.40.2

Release v0.1.8

06 Sep 01:12
3bdc756
Compare
Choose a tag to compare
  • Add a unit test for formatting
  • support for notebook format on cell execution and on save
  • pr check workflow
  • doc: update README.md with more details of usage

Release v0.1.7

28 Aug 10:50
170ef0a
Compare
Choose a tag to compare
  • fix(bundled/tool): fix "UnboundLocalError: local variable 'result' referenced before assignment"
  • Separate the libs required by server from the libs required by tool
  • add a knob to control whether to output debug log

v0.1.5

21 Aug 08:02
Compare
Choose a tag to compare

fix: remove raw in custom io

v0.1.4

21 Aug 07:40
61ff6e4
Compare
Choose a tag to compare
support vscode modification mode (#9)

* support vscode modification mode