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
trafficstars

Uniform cleanup on all "signatures" we have

Would help the development a lot if the rust side would display logs for the TS engineer.

kind/improvement
kind/tech
team/schema

For the code actions, we need to know what is the tab size, is the file using spaces or tabs and what kind of newlines are used. In the editor...

kind/improvement
topic: formatting
topic: language server
topic: vscode
topic: prisma-fmt
domain/schema
topic: code action

[Personal access token (PAT)](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token) is used the publish the VSCode extensions. This is a placeholder issue to track PAT renewal. The maximum valid duration of a PAT is 1 year...

kind/improvement
domain/schema

bug/1-unconfirmed
kind/bug
topic: autocompletion

Right now we do not do anything special about relations besides making the models clickable. We could display all the information we have about it (type [1:1, 1:n, m:n], target,...

kind/feature
domain/schema
topic: relation

# Insider Extension Version Fix patch-dev and dev versioning after Prisma 4 using these ideas: ``` Prisma 4.1.0-dev.1: -> $(major * 1000).$(minor).$(patch * 10000 + dev) -> 4000.1.1 Prisma 4.1.0-dev.2:...

kind/improvement
domain/schema
topic: internal

This was the Insider version for a patch-dev of `3.9.2-dev.2`: https://open-vsx.org/extension/Prisma/prisma-insider/9.2.2 But the README says `This is for Prisma CLI 3.8.1-dev.1.`. This is clearly wrong, as the commit also points...

bug/1-unconfirmed
kind/bug
domain/schema
topic: internal

Basic suggestion was implemented in https://github.com/prisma/language-tools/issues/1159 Currently, suggests `[]` or `dbgenerated()`, but nothing inside `[]` It could suggest `true` or `false` for `Boolean[]` like done for `Boolean` And could also...

kind/improvement
topic: autocompletion
domain/schema

We could probably visually differentiate relations them a bit, maybe dot underline them or something like that - not sure what VSCode offers as options there. (That would be part...

kind/feature
domain/schema
topic: syntax highlighting
topic: relation