-
Notifications
You must be signed in to change notification settings - Fork 57
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
nebula serve does not refresh visualisation/extension when changes are made to /src/index.js #1471
Comments
Hey, thanks for the report. Looking at this its not apparent why the watch won't work, it somehow just doens't trigger. |
I see the same problem. We updated to version 4.11.0, as it fixed bugs that were important to us. But we are forced to roll back to version 4.5.0. This is the latest version with automatic compilation. Hope this can be fixed soon. |
Hi @Caele, version 4.14.0 has already been released, but the problem with automatically restarting the nebula serve in Visual Studio Code has not been resolved. Is there any chance that this will be resolved? It is very difficult without this feature, especially when you have to make hundreds of changes a day. Thank you. |
Still happening :/ |
@Caele nebula build --watch doesn't work as well, it just builds the extension. is there any other workaround? |
@thomaspessato only workaround I found was downgrading each nebula package manually to 4.5.0. Was this not fixed on the 5.0 release? |
@p-perdigao I managed to solve by: installing nodemon: creating a watch script inside package.json: first terminal runs: second terminal runs: works fine for me now :) |
@thomaspessato nice, thanks! Will surely try that on my next project :) |
🐛 Bug report
nebula serve does not refresh visualisation/extension when changes are made to /src/index.js
Steps to Reproduce
Expected behavior
I would expect the visualisation to auto refresh and show 'Has this changed'.
Actual behavior
Nothing happens. I need to repeat all of the steps above to see the changes
Versions
Additional context
Am I not doing something? The docs imply this should auto reload.
The text was updated successfully, but these errors were encountered: