Skip to content

Releases: DonJayamanne/pythonVSCode

Version 0.3.7

24 Jun 07:53
Compare
Choose a tag to compare
  • Added support for auto indenting of some keywords #83
  • Added support for launching console apps for Mac #128
  • Fixed issue where configuration files for pylint, pep8 and flake8 commands weren't being read correctly #117

Version 0.3.6

24 Jun 07:53
Compare
Choose a tag to compare
  • Added support for linting using pydocstyle #56
  • Added support for auto-formatting documents upon saving (turned off by default) #27
  • Added support to configure the output window for linting, formatting and unit test messages #112

Version 0.3.5

24 Jun 07:54
Compare
Choose a tag to compare
  • Fixed printing of unicode characters when evaulating expressions #73

Version 0.3.4

24 Jun 07:54
Compare
Choose a tag to compare
  • Updated snippets
  • Fixes to remote debugging #65
  • Fixes related to code navigation #58 and #78
  • Changes to allow code navigation for methods

Version 0.3.3

24 Jun 07:55
Compare
Choose a tag to compare
v0.3.3

updated readme to configure python path

Version 0.3.0

24 Jun 07:55
Compare
Choose a tag to compare
  • Remote debugging (attaching to local and remote processes)
  • Debugging with support for shebang
  • Support for passing environment variables to debug program
  • Improved error handling in the extension

Version 0.2.9

24 Jun 07:55
Compare
Choose a tag to compare
  • Added support for debugging django applications
    • Debugging templates is not supported at this stage

Version 0.2.8

24 Jun 07:56
Compare
Choose a tag to compare
  • Added support for conditional break points
  • Added ability to optionally display the shell window (Windows Only, Mac is coming soon)
    • Allowing an interactive shell window, which isn't supported in VSCode.
  • Added support for optionally breaking into python code as soon as debugger starts
  • Fixed debugging when current thread is busy processing.
  • Updated documentation with samples and instructions

Version 0.2.7

24 Jun 08:05
Compare
Choose a tag to compare
v0.2.7

fixed verion and readme (inconsistent rendering on mac and windows)

Version 0.2.6

24 Jun 08:05
Compare
Choose a tag to compare
v0.2.6

updated version