Surface SQL related lint errors directly in VSCode.
Install
From online marketplace
Open the online marketplace listing for Squawk and click "Install". Follow the prompts to open VSCode and install Squawk.
From VSCode
In VSCode, type CMD+P, run Extensions: Install Extensions, search for sbdchd.squawk and click install.
From Github release
Download the extension package from the latest Github release and run code --install-extension squawk-*.vsix
From source
With vsce installed from NPM (npm install -g @vscode/vsce), clone this repo and run vsce package. Install the resulting package with code --install-extension squawk-*.vsix