Skip to content

Releases: kbrose/vsc-python-indent

v0.8.1

25 Jun 04:04

Choose a tag to compare

Don't run extension if multiple cursors exist. Resolves #25

v0.8.0

25 Jun 03:48

Choose a tag to compare

Don't dedent if the special dedent keyword appears in special contexts, like in strings or as variable names (see below). Thanks @chen19901225 for the inspiration!

# Prior to this release, the following code would have no indentation on the next line:
def f(x, y, raise_on_error=False):

# And the next line would be incorrectly dedented after something like this:
def monopoly():
    print('return to jail, do not pass go')

Update required version of vscode to resolve security vulnerability CVE-2018-20834.

v0.7.0

04 May 18:27

Choose a tag to compare

  • Fixed compatibility with the vscodevim.vim extension.

v0.5.3

31 Mar 02:39

Choose a tag to compare

v0.5.1 and v0.5.2 were documentation only changes.

v0.5.0

26 Mar 05:49

Choose a tag to compare

0.5.0

v0.4.0

26 Mar 03:09

Choose a tag to compare

0.4.0

v0.3.0

26 Mar 02:48

Choose a tag to compare

0.3.0

v0.2.0

22 Mar 05:27

Choose a tag to compare

  • Refactor to make testing easier
  • Add a bunch of testing, now that it is easier
  • Run tests on Azure Pipeline.

v0.1.0

22 Mar 00:44

Choose a tag to compare

0.1.0

v0.0.2

21 Mar 05:29

Choose a tag to compare

simplify indentationLevel