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

![image](https://user-images.githubusercontent.com/183673/132328412-306d8f62-c944-4b69-8f93-f61932b7a914.png) (Mouse is hovering over `Test`) Reported by @aqrln

bug/2-confirmed
kind/bug
topic: comments
team/schema

![image](https://user-images.githubusercontent.com/183673/114284282-11ffc200-9a4f-11eb-8379-177155389a24.png) Observed in preview `21.0.15` (which corresponds to our CLI 2.21.0-dev.21).

bug/2-confirmed
kind/bug
topic: autocompletion
team/schema

Previously mentioned in [an issue the `prisma` repo](https://github.com/prisma/prisma/issues/2559#issuecomment-817293516) ## Bug description The VSCode Prisma extension "correctly" highlights string interpolation and sees it as correct even though PSL currently does not...

bug/1-unconfirmed
kind/bug
topic: prisma-fmt
domain/schema
topic: syntax highlighting

### Bug description Pressing `F2` in VSCode on an enum column does rename the text, but does not set the appropriate `@map(originalName)` annotation and thus the rename is lost with...

bug/2-confirmed
kind/bug
team/schema
topic: rename

For reproduction: ```prisma generator client { provider = "prisma-client-js" previewFeatures = "mongoDb" } datasource pg { provider = "mongodb" url = env("TEST_DB_URL") } model with_id_and_compound_unique { id Int @id @map("_id")...

bug/2-confirmed
kind/bug
topic: autocompletion
team/schema

bug/2-confirmed
kind/bug
topic: autocompletion
domain/schema
topic: spans

`.prisma` files should get a custom icon. Please see this [SO discussion](https://stackoverflow.com/questions/44598888/adding-a-language-specific-icon-in-vscode) on how.

kind/feature
team/schema

This is the schema: ``` generator client { provider = "prisma-client-js" previewFeatures = ["extendedIndexes", "fullTextIndex"] } datasource db { provider = "mysql" url = "..." } model index_5e404df0a4aa1 { id...

bug/2-confirmed
kind/bug
domain/schema
topic: syntax highlighting

![image](https://user-images.githubusercontent.com/183673/114462199-034a1400-9be3-11eb-8d54-60bca175537c.png)

kind/feature
team/schema
topic: quick fix
topic: mongodb

Currently creating a relation from just the relation scalar (foreign key) field is pretty meh. Could be: Click + Type (for target model) + optional references + then cursor on...

kind/feature
team/schema
topic: code action