Bug Fixes
- langserver: Correted folding of IF blocks with multiple ELSE/ELSE IF's (536db5e)
- langserver: Unbound local variable in imports manager (6d7b3d2)
- vscode: Don't show diagnostics when discover tests from a single file (25024ac)
Features
- cli: Introduce a command line switch to log to a file (7a6b8af)
- debugger: Lighter color for timestamps and respect the `--no-color' command line switch to disable colored output (6f12eed)
Refactor
- langserver: Make documents handling synchronous and more threadsafe (d1c72c2)
- langserver,jsonrpc: Use concurrent.futures.Future to send request, make register_capabilities syncronous (41f495b)