Releases: uriyyo/pycharm-evaluate-async-code
Releases · uriyyo/pycharm-evaluate-async-code
1.16
- Fix issue when
trio
was required to evaluate async expressions.
1.15
- Fix issue with different behavior while evaluating same code but multiline #39
1.14
- Fix issue with inspecting complex async results.
- Raise RuntimeError when eval async code with non asyncio event loop.
1.13
- Fix issue when async evaluation is not available at child subprocesses #24
1.12
- Do not run plugin for remote sdk #9
1.11
- Add
contextvars
integration: get, set, reset using token
1.10
- Fix issue #6 - variables redeclared inside async with block are missing
- Add unit tests #4
1.9
- Fix issue when plugin can't evaluate code when using newly created event loop.
1.8
- Use plugin folder to store custom startup script
- Add ability to use
async/await
at Python Console
1.7
🐛 Fix issue with evaluation of expr at python3.6