Hi,
i have a very annoying problem: whenever i change something in the schema.prisma or an sdl file and do a yarn rw g types
the new types do not get recognized (even if i restart TS server, prisma language server, and graphql)
until i manually open the corresponding d.ts file where the files are described.
that is super annoying, because i never really know if i did something wrong or the new types were not recognized.
i am running vscode on latest win 11.
Any help or idea would be great!!
Thanks a lot!