Skip to content

Releases: atom-community/ide-python

v1.7.3

31 Jan 07:25
Compare
Choose a tag to compare

1.7.3 (2021-01-31)

Bug Fixes

  • deps: update atom-languageclient to ^1.0.6 (d078249)

v1.7.2

05 Jan 20:19
Compare
Choose a tag to compare

1.7.2 (2021-01-05)

Bug Fixes

  • revert atom-languageclient to fix autocomplete adds initial typing (cf23b43)

v1.7.1

13 Dec 01:03
Compare
Choose a tag to compare

1.7.1 (2020-12-13)

Bug Fixes

  • bump atom-languageclient (9e34245)

v1.7.0

11 Dec 23:02
Compare
Choose a tag to compare

Update atom-languageclient

v1.6.2

11 Nov 17:41
Compare
Choose a tag to compare

Fix rxjs error

v1.6.1

11 Nov 17:03
Compare
Choose a tag to compare

fixed: python client broke because of the debugger in the previous release

v1.6.0

11 Nov 03:20
Compare
Choose a tag to compare

Add Debugger (Experimental)

To use the debugger you need to install atom-ide-debugger and atom-ide-console as well:

apm install atom-ide-debugger
apm install atom-ide-console

After installation of the above packages:

  • Open the file you need to debug
  • Use CTRL+SHIFT+P and run "Show Debugger" to show the debugger pane
  • Click add target button and fill the information
  • Debug your application like the gif

python-debugger

v1.5.1

26 Oct 21:22
Compare
Choose a tag to compare

📖 Documentation

  • Recommend atom-ide-community packages instead of atom-ide-ui (#206)

⬆️ Dependencies

  • Update dependency atom-languageclient to v1 (#213)

v1.5.0

13 Oct 16:04
Compare
Choose a tag to compare

🎉 Features

  • Add support for PyLint arguments (#179)
  • Add support for Flake8 (#180)

v1.4.2

23 Jul 09:44
Compare
Choose a tag to compare

📖 Documentation

  • Tweak Python path help text #174
  • Add PyLint label #161