prisma / language-tools

🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
https://marketplace.visualstudio.com/items?itemName=Prisma.prisma
Apache License 2.0
255 stars 36 forks source link

Add completions tests for MongogoDB Native Types on composite types `type` #1360

Open Jolg42 opened 1 year ago

Jolg42 commented 1 year ago

Found during a PR review in https://github.com/prisma/language-tools/pull/1353#pullrequestreview-1250396352

We should add tests (currently none)

Jolg42 commented 1 year ago

I think one example would be to test

photos String |

There we have a suggestion for @db Then after adding a . 2 new suggestions

For an Int field