- Notifications
You must be signed in to change notification settings - Fork 108
How to debug the LSP / VS Code extensions when no suggestions? #320
Unanswered
joeriddles asked this question in Q&A
Replies: 1 comment · 1 reply
-
| Hey, thanks for reporting! We are writing a logfile - could you paste that here? That will help in debugging. Where to find the logs: https://pgtools.dev/#daemon-logs |
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
| @psteinroe thanks for pointing me in the right direction. Here is the output, starting from reloading VS Code: |
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying out the postgrestools VS Code extension but having issues getting it to suggest tables/columns from my database.
My config looks like this:
{ "$schema": "https://raw.githubusercontent.com/supabase-community/postgres-language-server/refs/heads/main/docs/schemas/latest/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignore": [] }, "linter": { "enabled": true, "rules": { "recommended": true } }, "db": { "host": "127.0.0.1", "port": 5432, "username": "***", "password": "***", "database": "***", "connTimeoutSecs": 10 } }Not getting any suggestions from my database schema:
Screen.Recording.2025-04-07.at.11.48.45.AM.mov
VS Code output logs
postgrestools:
postgrestools LSP:
postgrestools LSP trace: nothing
Beta Was this translation helpful? Give feedback.
All reactions