Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 775 Bytes

SQLTools Interfaces & Types

GitHub

Package with types and interfaces to develop SQLTools Plugins.

Please refer to @TBD

This package is part of vscode-sqltools extension.

Changelog

v0.1.4

  • Add boolean option highlightQuery to extension configuration so query highlight can be disabled/enabled.

v0.1.3

  • fixed checkDependencies being requred. It's optional

v0.1.2

  • updated IConnectionDriver to export checkDependencies internal method

v0.1.1

  • vscode-languageserver and vscode-languageclient as devDependencies instead of peerDependecies

v0.1.0

  • First realease