Releases: DonJayamanne/pythonVSCode
Releases · DonJayamanne/pythonVSCode
Version 0.2.5
v0.2.5 Added ability to launch command window, and kill python processes lau…
Version 0.2.4
- 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
- Fixed termination of debugger
Version 0.2.2
- 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
- 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
improved debugging on windows, passing of custom python path to debug…
Version 0.1.3
- Fixed linting when using pylint
Version 0.1.2
- Fixed autoformatting of code (falling over when using yapf8)
Version 0.1.1
- 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
- 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