sqlc-typescript-query-preview README
This extension is made just for me.
Target
This extension is designed for a using typescript and sqlc project.
Features
- Preview query on hover.
- Go to query by codelens.
Config
By default, this extension assumes the following project structure:
project/
├── db/
│ └── queries/
│ └── *.sql
└── src/
├── generated/
│ └── sqlc/
│ └── *_sqlc.ts
└── repository/
└── *.ts
Memo
How to publish the extension.
ref: https://code.visualstudio.com/api/working-with-extensions/publishing-extension
- Access Azure DevOps to get the PAT.
- Update the
version in package.json
- Run
vsce package <version> --no-dependencies
- Run
vsce publish <version> --no-dependencies
| |