We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sublime Build 4143
To set up according to the "directUrl" scheme, this value is not recognised.
datasource db { provider = "postgresql" url = env("DATABASE_PRISMA_URL") // uses connection pooling directUrl = env("DATABASE_URL_NON_POOLING") // uses a direct connection }
Known Property
latest
The text was updated successfully, but these errors were encountered:
Could you please describe the issue in more detail (with possibly screenshots ?)
If I go to the linked URL and see the highlighting, it works just fine, but I might be completely missing the point of your issue.
Sorry, something went wrong.
Gladly, it is not recognised
No branches or pull requests
Description of the bug
Sublime Build 4143
To set up according to the "directUrl" scheme, this value is not recognised.
Steps to reproduce
datasource db { provider = "postgresql" url = env("DATABASE_PRISMA_URL") // uses connection pooling directUrl = env("DATABASE_URL_NON_POOLING") // uses a direct connection }
Expected behavior
Known Property
Actual behavior
PrismaHighlight version
latest
The text was updated successfully, but these errors were encountered: