unplugin / unplugin-turbo-console

🚀 Improve the Developer Experience of console
https://utc.yuy1n.io
MIT License
525 stars 12 forks source link

nx monorepo support #29

Closed yumadilovtimur closed 7 months ago

yumadilovtimur commented 7 months ago

Clear and concise description of the problem

My nx monrepo has nextjs and vite react applications. The transition to the file does not work

Suggested solution

Nx support (https://nx.dev)

Alternative

No response

Additional context

No response

Validations

yuyinws commented 7 months ago

I create a nx monorepo includes NextJS and React Vite projects. And it works well.

image image

You can update the unplugin-turbo-console to the latest version and try it again. If there are still problems, please provide a minimal reproduction.

yumadilovtimur commented 7 months ago

It helped: https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line (MacOS) Perhaps you should add this to the README.

There was such an error: Could not open page.tsx in the editor. The editor process exited with an error: spawn code ENOENT.

Thanks!

recallwei commented 4 months ago

It helped: https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line (MacOS) Perhaps you should add this to the README.

There was such an error: Could not open page.tsx in the editor. The editor process exited with an error: spawn code ENOENT.

Thanks!

@yuyinws Add this to the documentation or FAQ, otherwise, it will be misunderstood as a bug.

yuyinws commented 4 months ago

@recallwei

It has been added before. https://github.com/unplugin/unplugin-turbo-console#jump-to-editor-doest-work

recallwei commented 4 months ago

Oh, sorry. I forgot to read the readme because I was reading the documentation. https://unplugin.unjs.io/showcase/unplugin-turbo-console.html