Neon Local Connect extension not using correct table names.
I am not able to use Neon Local Connect extension in my VSCode editor, because I get errors when trying to view the table data. I have a table with this name: "UserSettings", but when I try to view its data, I get an error: "Error: relation public.usersettings" does not exist.
I suspect it has to do with the fact that my table name has uppercase letters and the extension for some reason tries to convert this into all lowercase letters. I also have a table called _prisma_migrations and I am able to view the data in this table, which leads me to think the errors have something to do with uppercase letters being used in table names.
Is there any known solution for this? I hope someone can help me.
I suspect it has to do with the fact that my table name has uppercase letters and the extension for some reason tries to convert this into all lowercase letters. I also have a table called _prisma_migrations and I am able to view the data in this table, which leads me to think the errors have something to do with uppercase letters being used in table names.
Is there any known solution for this? I hope someone can help me.

Neon