Augment HMR Index
If you are seeing this in your browser congratulations, the HMR server, is up and running.
If you are seeing this in your vscode webview, then something is wrong, and keep reading
If it is not working here are a few things to check:
- Try cmd-R to reload the extension
- Check the output of "Start HMR Server" task for errors
-
Check the output of "Watch Extension (Bazel) Internal" tasks to ensure its complete,
without errors
- Try deleting ./.augment-hmr-env and launching the extension again.
-
If you can't get HMR to work you can skip it and use the "Run Extension (Bazel) No HMR"
launcher in vscode.
-
Likely you need to fix port forwarding, you can set an open port in ./.augment-hmr-env,
both AUGMENT_HMR, AUGMENT_HMR_PORT need to be set.