I'm not a developer, and after completing this step, I didn't understand how I can actually develop the new card in VS Code. So for other newbies like me:
- Where is the
card.js file?
Provided you did your mount point right, you can use the project explorer to find the card.js in config/www/tutor/02.hello-world-card/
- Do I need to run the Task (i.e.: the embedded Home Assistant) to edit the
card.js?
No. The nice thing is though, that if the Task is running, all edits to card.js through Visual Studio are immediately visible in the embedded HA. You just need to clear the browser cache: CTRL+F5 or CTRL+SHIFT+R.
Hope it helps to ease the confusion!
I'm not a developer, and after completing this step, I didn't understand how I can actually develop the new card in VS Code. So for other newbies like me:
card.jsfile?Provided you did your mount point right, you can use the project explorer to find the
card.jsinconfig/www/tutor/02.hello-world-card/card.js?No. The nice thing is though, that if the Task is running, all edits to
card.jsthrough Visual Studio are immediately visible in the embedded HA. You just need to clear the browser cache: CTRL+F5 or CTRL+SHIFT+R.Hope it helps to ease the confusion!