Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
I just created my first Postgres Language Server configuration file using the CLI and it created a configuration file that listed "https://pgtools.dev/schemas/0.3.1/schema.json" as the JSON Schema URL. Unfortunately, this URL results in a 404.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Install the latest postgrestools CLI via NPM
- Run
postgrestools init
- See error in generated output
Expected behavior
I had expected the Schema URL to exist.
Screenshots
System information
- OS: macOS
- IDE: VS Code
- Package Manager: Yarn