Extension wrongfully suggests Json as a valid type completion on Sqlite #1638
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/bug
A reported bug.
tech/typescript
Issue for tech TypeScript.
topic: autocompletion
LSP text document completion
Milestone
We filter out the
Decimal
type if we detect amongodb
schema here intypes/getSuggestionsForFieldTypes()
. There should be another line to detectsqlite
and filter outJson
The text was updated successfully, but these errors were encountered: