Make sure TypeScript is installed properly npm install -g typescript
, goto the root dir of this project, run npm install
then it should install all the dependencies.
then run tsc
to compile the project.
Go to file src\ls\driver.ts
, click Run -> Start Debugging -> choose VS Code Extension Development, it should pop an new windows for testing. Click View -> Output -> choose SQLTools, it should display outputs of console.log()
in the code and other logs.