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
A bread-and-butter project with a `postgrestools.jsonc` on top level and SQL files in the `test` folder.
4
+
The goal is to let the `.vscode/settings.json` point to a binary and have that config working correctly.
5
+
6
+
## Expectations
7
+
8
+
The extension should recognize the `postgrestools.jsonc` file and connect with the right database. It should work when opening the `src/test.sql` file.
9
+
10
+
## Test protocol
11
+
12
+
### Via VSCode Settings
13
+
14
+
0. Follow the instructions in `GLOBAL_SETUP.md`.
15
+
1. Download a matching [postgrestools binary](https://github.com/supabase-community/postgres_lsp/releases/latest) and move it into `./bin`.
16
+
2. Open the `.vscode/settings.json` and point to the binary, either via an absolute path or a relative path.
17
+
3. You should not be prompted for any binary installations.
18
+
4. The extension should work when you open the `src/test.sql` file.
0 commit comments