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
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
The text was updated successfully, but these errors were encountered:
Bug report
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:
postgrestools init
Expected behavior
I had expected the Schema URL to exist.
Screenshots
System information
The text was updated successfully, but these errors were encountered: