Cuong Vuong

Results 4 comments of Cuong Vuong

I am also having the same problem! Need to downgrade into `1.22.2` and it works fine.

For data that has DDL look like this: ```sql CREATE TABLE author ( id SERIAL PRIMARY KEY, name VARCHAR NOT NULL, created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ); CREATE TABLE...

> I'm using Yarn in this project and haven't tested with PNPM. Can you check if any of these work? > > * `pnpm install --shamefully-hoist` > * `npm install...

May I ask when we can have a solution for this? In large projects, I usually try typing the file name first, then narrow down by its ancestor folders. Currently,...