Skip to content

Releases: NoahSyn10/VSCode-PyDoctestBtn

v1.0.7

01 Jun 21:59

Choose a tag to compare

Hotfix to try and solve issues caused by depreciation of python.pythonPath

Fixes:

  • Update pythonpath retrieval to search elsewhere, and then fall back on an editable setting.
  • Thanks to jguerra-astro and Paul-Durrant: #7

v1.0.4

20 Jan 21:27

Choose a tag to compare

Hotfix to fix errors caused by filenames containing spaces.

Fixes:

  • Add quotes around the filename when running the doctest command.
  • Thanks to logonoff: #5

v1.0.3

08 Apr 04:50

Choose a tag to compare

Hotfix for changes made in the VSCode March 2021 release.

Fixes:

  • Fix for change in title 'groups' that caused the doctestBtn to fail to appear.

v1.0.2

25 Mar 01:47

Choose a tag to compare

Hotfix

Fixes:

  • Fixed issue where an & symbol prefixing the doctest command could cause issues on non-windows devices.
  • Thanks to vbrozik: #3

v1.0.1

13 Feb 18:40

Choose a tag to compare

ReadMe Hotfix

Fixes:

  • Attempt to fix issue where ReadMe was not showing in the VSCode extension viewer.

v1.0.0

03 Feb 08:43

Choose a tag to compare

Initial Release

Introduced:

  • 'Doctest Python File in Terminal' command.
  • The doctest button (maps to the command).
  • Three button 'themes'.
  • Three related settings.