François Wouts

Results 188 comments of François Wouts

Hi @paulrosen, thanks for the bug report. I definitely hadn't considered this particular type of setup, so I'm not too surprised it's broken. Do you have some kind of alias...

Ah yes, in fact it does make sense, since Preview.js relies on running `npm install` in the plugin's install directory, that would be outside of your project directory and therefore...

Thanks for all the details. Heads up, support for this particular case might take a while given competing priorities. If anyone else needs this, feel free to add a 👍...

Hey @akatsukilevi, thanks for flagging this. It's an issue I'm well aware of but as far as I know, VS Code doesn't expose an API to set up the port...

@akatsukilevi thanks for offering! I'm releasing an open source version of React Preview in the next few weeks (will be called Preview.js as it won't be just React anymore), maybe...

Sorry @kristiandupont, no progress yet but thanks for raising the issue again. Up in the priority list 🙂

Thank you for the pointer to `@yarnpkg/esbuild-plugin-pnp` :) I'll see what I can do.

Hey @DerJacques, thanks for filing this issue! if the CLI works but the VS Code extension ([source](https://github.com/fwouts/previewjs/blob/main/integrations/vscode/src/index.ts#L16)) doesn't, that helps narrow it down so thank you :) I'll look into...

Hi @DerJacques, would you be able to try the latest Preview.js version (v1.12.0) and let me know if you're still running into issues?

Thank you so much for trying again @DerJacques. One thing Preview.js doesn't support at the moment is Yarn PnP. It expects a `node_modules` directory to exist. It also expects `react`...