-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
js tag function syntax highlighting is incorrect #1734
Labels
bug/1-unconfirmed
Bug should have enough information for reproduction, but confirmation has not happened yet.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/bug
A reported bug.
topic: syntax highlighting
topic: TS integration
Language-tools connecting with TypeScript files
topic: vscode
Comments
Can you paste the code snippet from the screenshot please? |
Well, there is a small error in the sql. () should be used instead of [], but it does not affect the problem itself. |
Jolg42
added
bug/1-unconfirmed
Bug should have enough information for reproduction, but confirmation has not happened yet.
topic: vscode
topic: syntax highlighting
kind/bug
A reported bug.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
labels
May 23, 2024
Druue
added
the
topic: TS integration
Language-tools connecting with TypeScript files
label
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug/1-unconfirmed
Bug should have enough information for reproduction, but confirmation has not happened yet.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/bug
A reported bug.
topic: syntax highlighting
topic: TS integration
Language-tools connecting with TypeScript files
topic: vscode
Bug description
see: microsoft/vscode#212938
How to reproduce
It is difficult to make a minimal reproducible example, but when using the label function ($queryRaw), most of the time it will cause color errors in some of the following code.
Expected behavior
Correct highlighted code.
Prisma information
5.14.0
Environment & setup
The text was updated successfully, but these errors were encountered: