language-tools
language-tools copied to clipboard
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
[](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) | [](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 - [ ]...
[](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) | [](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...
## 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...
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()`,...
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)...
but only
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...