This package has been deprecated

Author message:

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

generator-sqltools-driver

0.1.5 • Public • Published

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

Package Sidebar

Install

npm i generator-sqltools-driver

Weekly Downloads

74

Version

0.1.5

License

MIT

Unpacked Size

191 kB

Total Files

66

Last publish

Collaborators

  • mtxr