Skip to content

Editing schema.prisma results in wasm panics #1473

@waxidiotic

Description

@waxidiotic

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

  1. Open schema.prisma
  2. 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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions