Skip to content

v0.5.0

Compare
Choose a tag to compare
@cmoog cmoog released this 24 Mar 21:06
· 28 commits to master since this release

New Features

  • Bundle sqls language server into vscode-sql-notebook.
    • When running on a compatible arch/os, notebooks can now
      benefit from intelligent autocomplete and hover information
      when connected to a valid database connection. To enable this unstable
      feature, add the following to your settings.json.
{
  "SQLNotebook.useLanguageServer": true
}
  • New configuration option for query timeout in milliseconds. Defaults to 30000.
{
  "SQLNotebook.queryTimeout": 30000
}

Commits

  • feat: implement transparent language server client by @cmoog in #25
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #28
  • add query timeout configuration option by @cmoog in #27

Full Commit Log: v0.4.1...v0.5.0