Reinier Kaper

Results 97 comments of Reinier Kaper

Is [this issue](https://github.com/vitest-dev/vscode/issues/564) related to it? We're having trouble getting the workspace to work from the root directory (both in CLI and the extension), whereas running the projects individually works...

I actually think it's just a false positive. `getRouteBasename` always returns a string, so the assigned value to `pageSource` is always a string, not sure why it thinks it can...

I can confirm the latest two versions no longer work. I can't command+click components anymore and they're not highlighted properly.

There's something really fundamentally broken with how events are simulated. I have an accessible dropdown, which also responds to keyboard inputs and I can't focus the button and hit enter....

Aside from me disagreeing with not unfolding types (it's the main way Vue props are defined nowadays), we should at least get the ability to overwrite the control in the...

We also have this issue as of late, where the filename hash doesn't change, but the contents do (only the `__vite__mapDeps` part), which leads to resolving the wrong files and...

I can give some insights as well (using npm, Nuxt 3): 1. When following the instructions (`npx nuxi@latest module add storybook` and updating nuxt.config.ts), I don't see any new directories...