-
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
LSP Rename incorrectly maps field name and appends character #1771
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/regression
A reported bug in functionality that used to work before.
tech/typescript
Issue for tech TypeScript.
topic: @map
topic: rename
LSP rename
Milestone
Comments
I think it might have something to do with this change: fe081ac |
Druue
added
bug/2-confirmed
Bug has been reproduced and confirmed.
kind/regression
A reported bug in functionality that used to work before.
tech/typescript
Issue for tech TypeScript.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
topic: rename
LSP rename
topic: @map
labels
Jul 10, 2024
Hey @kevintraver, I can indeed confirm this :/ Screen.Recording.2024-07-11.at.01.34.46.mov |
This fix will be part of the Screen.Recording.2024-07-16.at.12.02.25.mov |
It appears fixed! 🎉 |
This was referenced Aug 7, 2024
This was referenced Aug 8, 2024
This was referenced Aug 8, 2024
This was referenced Sep 18, 2024
This was referenced Sep 24, 2024
This was referenced Sep 26, 2024
This was referenced Sep 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/regression
A reported bug in functionality that used to work before.
tech/typescript
Issue for tech TypeScript.
topic: @map
topic: rename
LSP rename
Bug description
LSP Rename incorrectly maps field name and appends character
How to reproduce
use LSP Rename code action to rename
dateAdded
toaddedDate
dateAdded DateTime? @db.DateTime
Result
Expected behavior
Prisma information
Version: 15.5.0
Environment & setup
The text was updated successfully, but these errors were encountered: