README
generator-sqltools-driver
SQLTools driver generator
Installation
First, install Yeoman and generator-sqltools-driver
using npm
or yarn
.
npm install -g yo
npm install -g generator-sqltools-driver
Then generate your new project:
yo sqltools-driver
Open your newly created driver directory on VScode.
Launch debug Run Driver Ext and Attach LS
session and add breakpoints where you need.
If you need, you can also use Attach SQLTools LS
to attach to SQLTools core extension language server, but it shouldn't be needed if you use the the compose started mentioned before.
CHANGELOG
v0.1.5
- Added debug configuration to attach to Language Server as well.
v0.1.4
- Added missed .gitignore. Thanks to @daimor
License
MIT © Matheus Teixeira