Joris FONCK
Joris FONCK
Hello, I encountered the same problem. Here's my technical stack and how I solved the problem: - Vite - Monorepo - `shared-workspace-lockfile=false` in `.npmrc`
Hello, Any news for this ticket? Regards.
Thanks a lot. I'm waiting for the release of the PR and I will come back to you afterwards. Regards.
Of course. Here is a repro: https://github.com/joris-fonck-loreal/tsslint-vscode-ext-repro
Hello, You can resolve it by using `extends` property instead of plain string. ```ts export default defineWorkspace([ { extends: './path/to/app/vitest.config.js' } ]) ``` but unfortunately, a new error occurs: `ref...