Releases: NoahSyn10/VSCode-PyDoctestBtn
Releases · NoahSyn10/VSCode-PyDoctestBtn
v1.0.7
01 Jun 21:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
ReadMe Hotfix
Fixes:
Attempt to fix issue where ReadMe was not showing in the VSCode extension viewer.
v1.0.0
03 Feb 08:43
Compare
Sorry, something went wrong.
No results found
Initial Release
Introduced:
'Doctest Python File in Terminal' command.
The doctest button (maps to the command).
Three button 'themes'.
Three related settings.