Releases: atom-community/ide-python
Releases · atom-community/ide-python
v1.7.3
1.7.3 (2021-01-31)
Bug Fixes
- deps: update atom-languageclient to ^1.0.6 (d078249)
v1.7.2
1.7.2 (2021-01-05)
Bug Fixes
- revert atom-languageclient to fix autocomplete adds initial typing (cf23b43)
v1.7.1
1.7.1 (2020-12-13)
Bug Fixes
v1.7.0
Update atom-languageclient
v1.6.1
fixed: python client broke because of the debugger in the previous release
v1.6.0
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
v1.5.1
📖 Documentation
- Recommend
atom-ide-community
packages instead of atom-ide-ui
(#206)
⬆️ Dependencies
- Update dependency
atom-languageclient
to v1 (#213)
v1.5.0
🎉 Features
- Add support for PyLint arguments (#179)
- Add support for Flake8 (#180)
v1.4.2
📖 Documentation
- Tweak Python path help text #174
- Add PyLint label #161