There was an error while loading. Please reload this page.
2 parents c008b27 + 3412ccf commit eaba873Copy full SHA for eaba873
README.md
@@ -86,6 +86,12 @@ lsp.configure("postgres_lsp", {force_setup = true})
86
87
You'll need Cargo, Node, and npm installed.
88
89
+Install the `libpg_query` submodule by running:
90
+
91
+```sh
92
+git submodule update --init --recursive
93
+```
94
95
If you are using VS Code, you can install both the server and the client extension by running:
96
97
```sh
0 commit comments