Skip to content

Releases: kbrose/vsc-python-indent

v.1.21.0

26 Feb 23:02
Compare
Choose a tag to compare
  • Updated version of esbuild (a development-only dependency that will have no effect on extension behavior)

(This version has no change in extension behavior.)

v1.20.0

26 Feb 23:02
Compare
Choose a tag to compare
  • Removed reference to theme used in the demo gif of the README

(This version has no change in extension behavior.)

v1.19.0

26 Dec 15:04
Compare
Choose a tag to compare
  • The main parsing logic has been migrated from typescript to rust. The parsing is exposed to the rest of the extension code via web assembly. This should be more responsive.
  • Allow extension to run in untrusted workspaces. See VS Code's documentation for more information.

v1.18.1

22 Oct 06:43
Compare
Choose a tag to compare
v1.18.1 Pre-release
Pre-release

(This is a pre-release.)

  • The main parsing logic has been migrated from typescript to rust. The parsing is exposed to the rest of the extension code via web assembly. This should be more responsive.
  • Allow extension to run in untrusted workspaces. See VS Code's documentation for more information.

v1.18.0

04 Oct 00:25
Compare
Choose a tag to compare
  • When using remote development, prefer to run extension on the host (instead of locally) to reduce lag.

v1.17.0

23 Jun 01:22
Compare
Choose a tag to compare

Fix dedent logic when the dedent keyword is preceded by a multi-line indent keyword

v1.16.0

24 May 03:35
Compare
Choose a tag to compare
  • Correctly delete selected text starting with space (fixes #96)

v1.15.0

28 Mar 01:52
Compare
Choose a tag to compare
  • Update CI system to use Node v16
  • Update minimum compatible VSC version to 1.65
  • Update development dependencies, including migrating linting from tslint to eslint
  • State the name of the theme used in the demo gif

v1.14.2

22 Apr 03:13
Compare
Choose a tag to compare
  • Fixes changelog

v1.14.1

22 Apr 03:09
Compare
Choose a tag to compare
  • Handles neovim mode in a similar way to vim mode.
  • Fix innacuracy in README around comment-line continuation.