Skip to content

Releases: DonJayamanne/pythonVSCode

Version 0.2.5

24 Jun 08:05
Compare
Choose a tag to compare
Added ability to launch command window, and kill python processes lau…

…nched

Version 0.2.4

24 Jun 07:56
Compare
Choose a tag to compare
  • Fixed issue where debugger would break into all exceptions
  • Added support for breaking on all and uncaught exceptions
  • Added support for pausing (breaking) into a running program while debugging.

Version 0.2.3

24 Jun 07:57
Compare
Choose a tag to compare
  • Fixed termination of debugger

Version 0.2.2

24 Jun 08:04
Compare
Choose a tag to compare
  • Improved debugger for Mac, with support for Multi threading, Web Applications, expanding properties, etc
  • (Debugging now works on both Windows and Mac)
  • Debugging no longer uses PDB

Version 0.2.1

24 Jun 07:59
Compare
Choose a tag to compare
  • Improved debugger for Windows, with support for Multi threading, debugging Multi-threaded apps, Web Applications, expanding properties, etc
  • Added support for relative paths for extra paths in additional libraries for Auto Complete
  • Fixed a bug where paths to custom Python versions weren't respected by the previous (PDB) debugger
  • NOTE: PDB Debugger is still supported

Version 0.2.0

24 Jun 08:06
Compare
Choose a tag to compare
improved debugging on windows, passing of custom python path to debug…

…ger, support relative paths for custom paths in auto complete

Version 0.1.3

24 Jun 08:00
Compare
Choose a tag to compare
  • Fixed linting when using pylint

Version 0.1.2

24 Jun 08:00
Compare
Choose a tag to compare
  • Fixed autoformatting of code (falling over when using yapf8)

Version 0.1.1

24 Jun 08:00
Compare
Choose a tag to compare
  • Fixed linting of files on Mac
  • Added support for linting using pep8
  • Added configuration support for pep8 and pylint
  • Added support for configuring paths for pep8, pylint and autopep8
  • Added snippets
  • Added support for formatting using yapf
  • Added a number of configuration settings

Version 0.0.4

24 Jun 08:03
Compare
Choose a tag to compare
  • Added support for linting using Pylint (configuring pylint is coming soon)
  • Added support for sorting Imports (Using the command "Pythong: Sort Imports")
  • Added support for code formatting using Autopep8 (configuring autopep8 is coming soon)
  • Added ability to view global variables, arguments, add and remove break points