You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: squawk-vscode/README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,31 @@
2
2
3
3
> Visual Studio Code support for Squawk
4
4
5
-
## dev
5
+
Surface SQL related lint errors directly in VSCode.
6
+
7
+
## Install
8
+
9
+
Install via the [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=sbdchd.squawk).
10
+
11
+
## Install
12
+
13
+
### From online marketplace
14
+
15
+
Open the [online marketplace listing](https://marketplace.visualstudio.com/items?itemName=sbdchd.squawk) for Squawk and click "Install". Follow the prompts to open VSCode and install Squawk.
16
+
17
+
### From VSCode
18
+
19
+
In VSCode, type `CMD`+`P`, run `Extensions: Install Extensions`, search for `sbdchd.squawk` and click install.
20
+
21
+
### From Github release
22
+
23
+
Download the extension package from the [latest Github release](https://github.com/sbdchd/squawk/releases/latest) and run `code --install-extension squawk-*.vsix`
24
+
25
+
### From source
26
+
27
+
With `vsce` installed from NPM (`npm install -g @vscode/vsce`), clone [this repo](https://github.com/sbdchd/vscode-squawk) and run `vsce package`. Install the resulting package with `code --install-extension squawk-*.vsix`
28
+
29
+
## Dev
6
30
7
31
Make sure you're on a vscode version >= the one defined in the `package.json`,
8
32
otherwise the extension development host won't load the extension.
0 commit comments