language-tools
language-tools copied to clipboard
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Snip from a DM: a: > I think we have a problem in the release pipeline of the VSCode extension for patches: > https://github.com/prisma/language-tools/commits/2.30.3 > Looks to me like this...
## Problem It's challenging visualizing what your schema would look like when modeling your data in your `schema.prisma` file. One would have to use an external tool to create ERD...
### Bug description Not sure if this is a bug or a missing feature, but when adding any referential actions (onDelete or onUpdate), it does not give any auto-suggestion in...
## Problem I'm using prisma when defining model maps, and when I'm done writing all the code for execution, I always need to type in the npx prisma generate command,...
## Bug description Formatting the schema.prisma file scrolls down by about one "page" of information (about 60 lines). ## How to reproduce 1. Create a `schema.prisma` file that is larger...
Now we only warn through the language server. We should have a system in place, that would output warnings in a similar way as we do with errors. Yellow instead...
I'm using Visual Studio Code with the Prisma extension. I'm also using Next.js with javascript. When I'm doing a CRUD operation it would be handy if a model defined under...
Example warning from CI https://github.com/prisma/language-tools/actions/runs/7172057663/job/19528399018#step:10:17 ``` Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ```
### Bug description When renaming a column whose type is an enum, it will rename it, but will not add `@map("originalName")` ### How to reproduce 1. Use the first provided...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [env-paths](https://redirect.github.com/sindresorhus/env-paths) | [`2.2.1` -> `3.0.0`](https://renovatebot.com/diffs/npm/env-paths/2.2.1/3.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...