- Clone or download the repo and set as working directory.
- Ensure node and typescript are installed.
- Build the
vsix
file:cd vscode-sqlfluff npm install npx vsce package
- Load into VS Code:
- Open VS Code and Navigate to the Extensions Panel
- From the Exensions elipse ("...") menu, select "Install from VSIX..."
- Navigate to the
vscode-sqlfluff
folder and select the generated.vsix
file.