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

I would like there to be syntax color for the 3 types of relations (one to many, many to many) for example in this Post model , instead of commenting...

kind/improvement
topic: syntax highlighting
topic: relation

### Bug description Hi, I just broke my production application because I trusted what the VSCode Prisma Language Server (from the official extension) suggested: I removed `previewFeatures = ["filteredRelationCount"]` from...

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

## Bug description I have a table with a **composite primary key**, and one of these keys is also a **foreign key**: ```prisma generator client { provider = "prisma-client-js" }...

bug/2-confirmed
kind/bug
domain/schema
topic: referentialIntegrity/relationMode

### Bug description when there are any Chinese characters in the comment , the prompt message will be displaced. pls check the picture: ![企业微信截图_16698730889157.png](https://s2.loli.net/2022/12/01/Kde786O9bapS3sA.png) and you delete the Chinese characters,...

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

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

## Bug description Syntax highlighting for Prisma in Markdown documents in VSCode only highlighting in editor and not in preview ## How to reproduce ```markdown ## Database layout \```prisma model...

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

In `.github/workflows/6_build.yml` These 2 actions are not maintained since 3+ years! https://github.com/actions/create-release/issues/119 https://github.com/actions/upload-release-asset/issues/78 They show this warning ``` Build extension Node.js 12 actions are deprecated. Please update the following actions...

kind/tech
domain/schema
topic: ci

## Problem Muscle memory from building Typescript types has me accidentally dropping colons everywhere. Every time I accidentally do that, an error pops up. ![2022-11-21_12-05](https://user-images.githubusercontent.com/35661840/203128245-cf0ac885-03a8-4c57-a34f-265721d79351.png) ## Suggested solution - The...

kind/improvement
topic: prisma1
domain/schema

Value completions are available after a value (but not immediately like one space after) -- note, this only seems to affect url completions, completions do not show up again on...

bug/2-confirmed
kind/bug
topic: autocompletion
tech/engines/datamodel
domain/schema

### Bug description Property value completions can trigger anywhere after the name, which can be before the = sign :: This is an issue with find_at_position and would probably require...

bug/2-confirmed
kind/bug
topic: autocompletion
tech/engines/datamodel
domain/schema