SQLTools Interfaces & Types

Package with types and interfaces to develop SQLTools Plugins.
Please refer to @TBD
This package is part of
vscode-sqltools extension.
Changelog
$3
- Allow IConnection to have any properties.
$3
- Add boolean option
highlightQuery to extension configuration so query highlight can be disabled/enabled.
$3
- fixed
checkDependencies being requred. It's optional
$3
- updated IConnectionDriver to export checkDependencies internal method
$3
- vscode-languageserver and vscode-languageclient as devDependencies instead of peerDependecies
$3
- First realease