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

## Problem There's no autocompletion for `referentialIntegrity` in VSCode ## Suggested solution Add it like the autocompletion for `shadowDatabaseUrl`

kind/improvement
tech/typescript
topic: autocompletion
team/schema

Was converting a PostgreSQL schema to MongoDB by adding `@map("_id") and later noticed this: ``` prisma-fmt error'd during formatting. Please report this issue on [Prisma Language Tools](https://github.com/prisma/language-tools/issues). Linter output: RuntimeError:...

bug/0-unknown
kind/bug
topic: prisma-fmt
domain/schema
topic: wasm

Nothing here (expect `ObjectId`): But working here:

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

## Bug description The following places use numbers that are too large for the LSP spec's uinteger type, which can have max value 2^32 - 1. https://github.com/prisma/language-tools/blob/c464b8f5a785d67b06da6bf3f273c7eafacdccb2/packages/language-server/src/rename/renameUtil.ts#L186 https://github.com/prisma/language-tools/blob/c464b8f5a785d67b06da6bf3f273c7eafacdccb2/packages/language-server/src/rename/renameUtil.ts#L190 https://github.com/sublimelsp/LSP/issues/1951#issuecomment-1071391571 (note...

bug/1-unconfirmed
kind/bug
team/schema
topic: rename

There could be a UI panel that has button you can click to automatically run stuff you need frequently in the terminal: - `npx prisma generate` - `npx prisma introspect`...

kind/feature
topic: ui
team/schema

We have editor support for many tools: https://www.prisma.io/docs/guides/development-environment/editor-setup How do they compare to our official VS Code extension? We could do a feature matrix and compare.

kind/docs
team/schema

When you are using an older VSCode extension version than your local CLI or Client, you can get into situations where the extension complains about e.g. missing preview feature requests...

kind/feature
topic: error message
team/schema

Publish pipeline steps: https://github.com/prisma/language-tools/runs/3536509804?check_suite_focus=true https://github.com/prisma/language-tools/runs/3536515605?check_suite_focus=true https://github.com/prisma/language-tools/runs/3536515605?check_suite_focus=true#step:9:9

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

This should only show up with `previewFeatures = ["referentialActions"]` in the schema file: ![image](https://user-images.githubusercontent.com/183673/123851165-2d29f180-d91b-11eb-9c9a-e02a5f891368.png) Note: referentialActions is now GA so this example is outdated

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

![image](https://user-images.githubusercontent.com/183673/132328582-ef7e6ed6-4eab-4dbb-89a6-767cf5d29833.png) (Hit "F2" on `TestPartent`) If you then change it to `FooBar?` as you want to rename it to that and not loose the `?`, this is the result: ![image](https://user-images.githubusercontent.com/183673/132328704-f23bd7d2-5e25-4d9e-b26f-84851ae41250.png)...

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