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

When you already have entered a `select` or `include` statement in Prisma Client, you can't see the JSDoc anymore without scrolling, as it gets pushed down. ![image](https://user-images.githubusercontent.com/1094804/75287808-ecbede80-57cf-11ea-9bdf-6330a65ebba9.png) I created this...

kind/improvement
domain/schema
topic: prisma client
topic: TS integration

You can hit `F2` everywhere in the schema and the currently selected string will be put into a rename box. If it is not after `model `, after applying you...

kind/improvement
topic: language server
team/schema
topic: rename

I ran into this feature of the following extension. ``` Name: Terraform Autocomplete Id: erd0s.terraform-autocomplete Description: Autocomplete for AWS resources with terraform. Version: 0.0.8 Publisher: erd0s VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=erd0s.terraform-autocomplete...

kind/feature
domain/schema
topic: TS integration

Right now the VSCode extension includes/downloads a recent version of the `prisma-fmt` binary (after https://github.com/prisma/vscode/issues/56 this will be a specific, hardcoded version). As people might be using an older version...

kind/feature
topic: prisma-fmt
team/schema

## Bug description Not sure if it's just me, but with the insiders edition, I consistently see: > You have both the Insider and stable Prisma VSCode extension installed. Please...

bug/2-confirmed
kind/bug
team/schema
topic: internal
topic: Insider

![image](https://user-images.githubusercontent.com/183673/122658027-e98bf680-d168-11eb-837f-56c1f9e00441.png) Could probably make a smart suggestion or at least have a better error message.

kind/improvement
team/schema
topic: quick fix

We already detect when the Prisma type is incompatible with the specified native type. e.g. on Postgres `string_column String @db.BigInt` would show a validation error. A quick fix to convert...

kind/feature
tech/engines/datamodel
topic: native types
team/schema
topic: quick fix

Currently hardcoded to watch `.prisma/client`: https://github.com/prisma/language-tools/blob/fbc846efa2046f1ac6ffc4a2987056bf1631a23b/packages/vscode/src/plugins/prisma-language-server/index.ts#L76-L84

bug/1-unconfirmed
kind/bug
topic: vscode
domain/schema
topic: file watching

During the release process of the VSCode extension for Prisma CLI `3.0.1` workflow 3 unexpectedly crashed. Turned out there is an overlap in the versioning scheme now we start with...

bug/2-confirmed
kind/bug
topic: automation
domain/schema
topic: ci
topic: internal

Git overlaps, causing failures. Easy to fix by just hitting rerun fortunately.

bug/0-unknown
kind/bug
topic: automation
domain/schema
topic: ci
topic: internal