Skip to content

Commit e94d203

Browse files
chore: update readme
1 parent 95bdbc8 commit e94d203

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22

33
The **PostgresTools extension for Visual Studio Code** brings PostgreSQL inline suggestions, linting, and type checks to VSCode and VSCode-based editors.
44

5-
## Installation
5+
## The LSP Binary
66

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.
128

139
It'll try five strategies to find the binary, in the following order:
1410

0 commit comments

Comments
 (0)