Improve file watcher for macOS #1493
Labels
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/improvement
An improvement to existing feature and code.
tech/typescript
Issue for tech TypeScript.
topic: file watching
We already did the improvement for Windows and Linux (see PR) but not for macOS where it would need some specific logic.
For Windows and Linux we switched completely to the new file watcher, because the old one was broken we are now watching the artifact created by
prisma generate
.For macOS the "old" file watcher is still used and working, the suggestion would be to also watch the generate artifact on top of that so the people using older versions of Prisma won't have to downgrade their Prisma VS Code extension version to make it work again.
The code is here
language-tools/packages/vscode/src/plugins/prisma-language-server/index.ts
Line 73 in 7c34198
The text was updated successfully, but these errors were encountered: