language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.

Results 217 language-tools issues
Sort by recently updated
recently updated
newest added

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...

kind/feature
topic: automation
team/schema
topic: ci

## 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...

kind/feature
domain/schema

### 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...

kind/bug

## 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,...

kind/feature
topic: automation
team/schema
topic: visualisation

## 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...

bug/1-unconfirmed
kind/bug
topic: formatting

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...

kind/feature
tech/engines/datamodel
domain/schema

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...

kind/feature
domain/schema
topic: TS integration
topic: hover

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/ ```

tech/typescript
kind/tech
domain/schema
topic: ci
topic: tech debt

### 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...

bug/2-confirmed
kind/bug
domain/schema
topic: rename
topic: @map

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/env-paths/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/env-paths/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...