Skip to content

v0.67.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 22:05
· 753 commits to main since this release
v0.67.0
d67c57b

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)

Testing

  • langserver: Fix some regression tests (0016ef6)
  • langserver: Fix some regression tests (fec9542)
  • langserver: Fix some more regression tests (a399bd6)