Sophie

Results 90 comments of Sophie

> Looks like a new update of VSCode (1.64) made that possible > > > Language contributors can define an icon for the language. > > The icon is shown...

Reproducing this on VSCode 1.72 & Prisma v4.4.0 led to the following:

Hey, I took a look at this using the `postgresqlExtensions` preview feature and it's definitely better ~~but still has issues~~ Edit: I spoke to a teammate, this is working as...

Okay, so, I can replicate the initial error that you showed still using the `postgresqlExtensions` (and `multiSchema`) preview feature. Add to schema: ```prisma generator client { provider = "prisma-client-js" previewFeatures...

Just to clarify, you're referring to e.g.: rename model in `schema.prisma` `foo` -> `bar` all references to `foo` in _typescript_ are then updated to `bar`?

Hey, @pranayat Thanks for submitting! ✨ https://github.com/prisma/prisma-engines/assets/29753584/01f6ce0b-9c56-435f-8dc9-70527a80f368 --- > Could it make sense to add a function similar to iter_tops() in ast.rs that returns only these top level entries ?...

@jkomyno > Hi, is there a Slack conversation this PR is inspired from? I'm just trying to understand what prompted this PR, before reviewing that. [Slack thread](https://prisma-company.slack.com/archives/C4GCG53BP/p1703056860742639)

Hey @JEbertPrime so I tried to re-build my context for this 😅. Looking at that PR, I can't currently see why it was dropped there. I did some investigation into...

I can't seem to reproduce this @Zn4rK, you can find my repro attempt [here](https://github.com/Druue/prisma-debug/tree/repro/21772)