- Nothing changed yet.
- Add option robot-enabled (default false) to enable support for Robot Framework Language Server [datakurre]
- 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.
- fix vscode debugger by including terminal.integrated.env.* settings and zc.recipe.egg in paths.
- 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]
- Issue#10 don't ignore html files [MrTango]
- Issue#3 Fixed typo [parruc]
- Issue#4 Documented isort [parruc]
- Issue#5 Automatic .env file generation [parruc]
Bug fixes
New features
- default
files.associations
andfiles.exclude
for python file now will be automatically included if those are not in existingsettings.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]
Bug fixes
- Issue#1 pep8 enabling configuration added even not mentioned in buildout
- Open existing settings file (mode was missing while opening file)
- Initial release. [nazrulworld]