Skip to content

Latest commit

 

History

History
92 lines (54 loc) · 2.5 KB

CHANGES.rst

File metadata and controls

92 lines (54 loc) · 2.5 KB

Changelog

0.1.10 (unreleased)

  • Nothing changed yet.

0.1.9 (2023-06-30)

  • Add option robot-enabled (default false) to enable support for Robot Framework Language Server [datakurre]

0.1.8 (2021-10-28)

  • Change languageserver to Pylance (Microsoft no longer works)
  • Default to generating .env file to aid in debugging
  • Options are removed. jedi-path
  • vsintellicode.python.completionsEnabled is no longer part of VS code settings.

0.1.7 (2021-06-23)

  • fix vscode debugger by including terminal.integrated.env.* settings and zc.recipe.egg in paths.

0.1.6 (2020-07-15)

  • Auto find all eggs for all recipes so eggs argument no longer required. [djay]
  • Document how to automatically include the vscode recipe in all your buildouts [djay]
  • Added python.analysis.extraPaths which Microsoft language server/Pylance use to find eggs [djay]
  • If jedi-enabled is off ensure "python.languageServer" is set to 'Microsoft' and 'vsintellicode.python.completionsEnabled' is turned on [djay]

0.1.5 (2020-06-26)

0.1.4 (2019-05-28)

0.1.3 (2019-03-12)

Bug fixes

0.1.2 (2019-02-14)

New features

  • default files.associations and files.exclude for python file now will be automatically included if those are not in existing settings.json

Bug fixes

  • Normally buildout removed generated file/directory first if exists, that's why previously settings.json file removed and ultimately existing settings were lost! [nazrulworld]

0.1.1 (2019-02-11)

Bug fixes

0.1.0 (2019-02-10)

  • Initial release. [nazrulworld]