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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.33.0` -> `5.33.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.33.0/5.33.1) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.33.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/prisma/language-tools). ## Config Migration Needed - [ ]...

dependencies
domain/schema

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`14.18.23` -> `14.18.24`](https://renovatebot.com/diffs/npm/@types%2fnode/14.18.23/14.18.24) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/14.18.24/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

### Bug description When defining a custom name for the datasource object, the autocompletion feature inserts the default `db` name even though vscode intellisense popup shows the custom name defined...

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

## Problem When editing Prisma Schema in VSCode I can't search for symbols as the language server does not provide them. ## Suggested solution Provide VSCode symbol information about the...

kind/feature
topic: language server
team/schema

We recently released `4.2.0` where we now have highlighting for the following, only: ``` $queryRaw`` & $executeRaw`` ``` We could support more cases like: - [ ] `$queryRaw()`, `$executeRaw()`, `$queryRawUnsafe()`,...

kind/improvement
topic: vscode
domain/schema
topic: syntax highlighting
topic: prisma client
topic: TS integration

Type: Bug Reproduce: 1. Open https://github.com/redwoodjs/redwood-tutorial in VSCode 2. Open `schema.prisma` 3. Watch 100% CPU usage that never goes down Extension version: 4.1.0 VS Code version: Code 1.70.0 (da76f93349a72022ca4670c1b84860304616aaa2, 2022-08-04T04:39:20.716Z)...

bug/1-unconfirmed
kind/bug
topic: file watching

but only

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

Issue Type: Bug I am sharing a Primsa schema across multiple packages using symbolic links. I suspect the Prisma extension is having trouble with this setup. Extension version: 3.12.0 VS...

bug/1-unconfirmed
kind/bug
team/schema
topic: file watching