-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
prisma/prisma-engines
#4089Labels
bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.domain/schemaIssue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.kind/bugA reported bug.A reported bug.tech/enginesIssue for tech Engines.Issue for tech Engines.topic: code actionLSP code actionsLSP code actionstopic: language servertopic: wasm
Milestone
Description
Bug description
Any input inside of myschema.prisma
file results in an error toast being displayed within VS Code.
Error:
prisma-schema-wasm errored. To get a more detailed output please see Prisma Language Server output.
You can do this by going to View, then Output from the toolbar, and then select 'Prisma Language Server' in the drop-down menu.
Output of just typing the word "test" in my schema was 1720 lines long so I included it in this gist.
How to reproduce
- Open
schema.prisma
- Type any input
Expected behavior
Input will be added to schema without error.
Prisma information
My schema can be found here: https://github.com/waxidiotic/show-grind/blob/main/prisma/schema.prisma
Environment & setup
- OS: macOS
- Editor: VS Code
- Editor version: 1.80.1
- Extension version: 5.0.63
Metadata
Metadata
Assignees
Labels
bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.domain/schemaIssue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.kind/bugA reported bug.A reported bug.tech/enginesIssue for tech Engines.Issue for tech Engines.topic: code actionLSP code actionsLSP code actionstopic: language servertopic: wasm