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: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,9 @@
2
2
3
3
The **PostgresTools extension for Visual Studio Code** brings PostgreSQL inline suggestions, linting, and type checks to VSCode and VSCode-based editors.
4
4
5
-
## Installation
5
+
## The LSP Binary
6
6
7
-
The PostgresTools extension for VS Code is not yet distributed but will soon be available via the Visual Studio Marketplace and the Open VSX Registry.
8
-
9
-
## Architecture
10
-
11
-
The VSCode extension looks for the `postgrestools` binary and uses it to start an LSP background process. It then creates a VSCode LSP Client and connects it to the server.
7
+
The VSCode extension looks for the [`postgrestools`](https://github.com/supabase-community/postgres_lsp) binary and uses it to start an LSP background process. It then creates a VSCode LSP Client and connects it to the server.
12
8
13
9
It'll try five strategies to find the binary, in the following order:
0 commit comments