Skip to content

Conversation

@juleswritescode
Copy link
Collaborator

@juleswritescode juleswritescode commented Oct 13, 2024

What kind of change does this PR introduce?

When we install and use the VS Code extension, we're now installing the correct crate and running the correct binary.
I also added already-in-use, non-default settings to the .prettierrc.js file, so that the diff is more readable.

What is the current behavior?

Running cargo xtask install fails because it's looking for a postgres_lsp crate; there is none. The crate is called pg_lsp.

Starting the VSCode extension fails because it tries to execute the postgres_lsp binary; it's called pglsp.

What is the new behavior?

We're installing the correct crate and executing the correct binary.

It's working now 🥳🥳🥳:

Screenshot 2024-10-13 at 10 45 31
@juleswritescode juleswritescode changed the title fix: extension command, server crate path fix(vscode): extension command, server crate path Oct 13, 2024
@psteinroe
Copy link
Collaborator

awesome! 🫶🏼

@psteinroe psteinroe merged commit c20a293 into supabase-community:main Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants