Results 39 comments of nuintun

@hsparks-codes I know this issue is caused by BigInt and only occurs in the development environment. Manually converting BigInt to a string is not an elegant solution. The best approach...

@rcavalabs I have temporarily hacked it now, but the best solution is for the official internal handling of this issue. ```ts if (__DEV__) { Object.defineProperty(BigInt.prototype, 'toJSON', { writable: false, enumerable:...

@eps1lon Okay, I will close this issue after a version containing the fix is released.

This is a very old issue. It used to occur only in special cases, but now it happens in all situations https://github.com/prisma/language-tools/issues/1774

I found the reason why the extension runs slowly. It frequently re-executes the code in `prisma.config.ts`. If that file contains any time-consuming tasks—such as loading env files will be triggered...

Lost files in path: `.pnpm\[email protected]_@rspack+_6208cd24e7336cc233eb6459bbe28580\node_modules\sass-loader\node_modules\.bin` pnpm 10.19.0

@yowainwright Keygrip is not a direct dependency but is referenced through the cookies library. Since keygrip has been officially deprecated and is no longer maintained, addressing this warning may require...