language-tools
language-tools copied to clipboard
Errors hide other errors
Bug description
-- Error:

-- Now hidden by the error for previewFeatures

Expected behavior
Both errors should show
Prisma information
generator client {
provider = "prisma-client-js"
previewFeatures = [""]
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model Post {
id Int @id
@@index([id(ops: InetOps )], type: Gin)
}
Environment & setup
- OS: MacOS
- Editor: VS Code
- Editor version:
v1.74.0 - Extension version:
v4.7.1
Is this language tools specific or is this something that is already tracked in prisma/prisma as a problem in validation in general?