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: docs/index.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ We recommend installing an editor plugin to get the most out of Postgres Languag
104
104
105
105
### VSCode
106
106
107
-
TODO
107
+
The language server is available on the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Supabase.postgrestools-vscode). Its published from [this repo](https://github.com/supabase-community/postgrestools-vscode).
108
108
109
109
### Neovim
110
110
@@ -149,6 +149,5 @@ You can change the location of the `pgt-logs` folder via the `PGT_LOG_PATH` vari
149
149
150
150
## CI Setup
151
151
152
-
> [!NOTE]
153
-
> We will update this section once we have published the binaries.
152
+
To use the CLI in GitHub Actions, you can install it via our [GitHub Action](https://github.com/supabase-community/postgrestools-cli-action).
0 commit comments