Skip to content

v1.12.0

Compare
Choose a tag to compare
@kbrose kbrose released this 27 Oct 04:21
· 45 commits to master since this release
  • Updated required vscode version to 1.50 (September 2020 release)
  • Whitespace to the right of the cursor will now be deleted when pressing Enter. This only happens when there are non-whitespace characters to the left and to the right of the cursor, e.g. as in the case def f(x,| y) (where | is the cursor) but not in the case |print(x) or print(x)| . See the issue and the PR for more information.