language-tools
language-tools copied to clipboard
đ Prisma Language Tools = Language Server and Prisma's VS Code extension.
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...
### 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 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 description when there are any Chinese characters in the comment , the prompt message will be displaced. pls check the picture:  and you delete the Chinese characters,...
## 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...
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...
## Problem Muscle memory from building Typescript types has me accidentally dropping colons everywhere. Every time I accidentally do that, an error pops up.  ## Suggested solution - The...
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 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...