-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find a way to make universal "npm run dev" #314
Comments
I think it would benefit Windows developers with a guide on how to set up ElectronJS debugging in VS Code. Here is what I have discovered:
This would need to be tested for MAC and Linux developers. Thoughts? This is how I am debuggin while developing. |
We could make this as a new issue. E.g. VS debug support. You could basically put your settings coming as PR, I could check how it works on Linux. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows machines generally do not have Bash shell, so the script in "npm run dev" target does not work. There may be existing solutions for this, so I should go looking for those. At the mean time, README gives instructions how to run commands separately.
The text was updated successfully, but these errors were encountered: