Skip to content

We incorrectly read commented out preview features if they are before the real preview features #1741

@Druue

Description

@Druue

Expected behavior

We should read the actual set of preview features

Prisma information

Screen.Recording.2024-05-27.at.19.16.13.mov
generator client {
  provider        = "prisma-client-js"
  // previewFeatures = []
  previewFeatures = ["views"]
}

datasource db {
  provider = "postgres"
  url      = env("DATABASE_URL")
}

Metadata

Metadata

Assignees

Labels

bug/2-confirmedBug has been reproduced and confirmed.domain/schemaIssue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.kind/bugA reported bug.topic: autocompletionLSP text document completion

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions