Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-sqltools-driver

mtxr4MITdeprecated0.1.5TypeScript support: included

Use https://github.com/mtxr/vsc-sqltools-driver-template instead

SQLTools driver generator

sqltools, sqltools-driver, yeoman-generator

readme

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

changelog

Change Log