Replies: 1 comment 1 reply
-
Why do you want to switch to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We plan to switch from ts-node to vite-node.
Currently, we have set up the following in our vscode settings:
"debug.javascript.autoAttachFilter": "smart"
It works well with Nodemon + ts-node, automatically adding the debugger when running a script.
We've tried several times to achieve the same goal with vite-node but haven't had any luck.
Could any experts help with this?
Additionally, we want to run ESLint as part of the watch restart. Any ideas?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions