language-tools
language-tools copied to clipboard
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Uniform cleanup on all "signatures" we have
Would help the development a lot if the rust side would display logs for the TS engineer.
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...
[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...
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,...
# 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:...
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...
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...
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...