-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Description
I installed the lsp and the vscode extension (awesome, love them), and it's adding type casting in my select statement. This is great, no complaints on the design philosophy there, but it's getting caught up when I try changing a column name, and even in the middle of when I'm still typing a new column name. It renders the type cast inside of the my column name.
The problem is fixed when I render the model, or close and open the file again, so nothing is getting broken, but it's inconvenient when I'm trying to write a model. Here's an example using the quickstart project. I added a column named 'big_boy_column' and you can see the type cast getting stuck in the middle of that.

Metadata
Metadata
Assignees
Labels
No labels