Ide Python Versions Save

Python language support for Atom-IDE :atom: :snake:

v1.9.7

2 years ago

1.9.7 (2021-08-24)

Bug Fixes

  • fix replacing $PIPENV_PATH in the python path (5789f41)

v1.9.6

2 years ago

1.9.6 (2021-08-10)

Bug Fixes

  • configs not working for the deprecated pyls (8e29121)
  • fallback to the other pyls if one doesn't exist (902102b)

v1.9.5

2 years ago

1.9.5 (2021-08-07)

Bug Fixes

  • config works with pylsp / pyls (c6a873f)

v1.9.4

2 years ago

1.9.4 (2021-07-17)

Bug Fixes

  • add eslint (c26448e)
  • default to python3 and fallback to python (2850374)
  • lazy-load log4js (6e11dde)
  • lazy-load RemoteDebuggerCommandService (c7fff17)
  • merge activate methods (e15d390)
  • remove excess async (e52839f)
  • update atom-languageclient (cf16a1e)
  • use accurate type comparisons and remove unused reject parameters (dfe5b0d)

v1.9.3

2 years ago

1.9.3 (2021-06-13)

Bug Fixes

v1.9.2

2 years ago

1.9.2 (2021-06-10)

Bug Fixes

v1.9.1

2 years ago

1.9.1 (2021-06-09)

Bug Fixes

  • rename pyls-path config to pyls for consistency (1bb76b5)

v1.9.0

2 years ago

1.9.0 (2021-06-09)

Bug Fixes

Features

  • default to python-lsp-server (pylsp) instead of pyls (01dfc6c)
  • install atom-ide-base by default (7bd1e14)
  • make the path to pyls executable configurable (ad4d166)
  • update atom-languageclient (cb1db60)
  • update atom-languageclient + use pylsp (#334) (b56f580)
  • use spawn capabilities of language client (1cd5126)

v1.8.0

3 years ago

1.8.0 (2021-03-23)

Features

v1.7.4

3 years ago

1.7.4 (2021-03-09)

Bug Fixes