Skip to content

Latest commit

 

History

History

README.md

squawk-vscode

Visual Studio Code support for Squawk

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

Settings

{
  // enable tracing logs
  "squawk.trace.server": "verbose"
}

Prior Art / Related

Dev

Make sure you're on a vscode version >= the one defined in the package.json, otherwise the extension development host won't load the extension.