0.1.5 • Published 4 years ago

generator-sqltools-driver v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

generator-sqltools-driver NPM version Build Status Dependency Status

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

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.0

4 years ago