I've been developing a watch face using Fitbit Studio, but I've decided to switch over to VSCode and the Fitbit CLI so I can use npm for Packages, Git for version control and so on.
I can build and install to the simulator, but I'm not seeing any realtime logging as seen in the Console window of Fitbit Studio. Is there a command to enable logging? I can't see anything about this in the official CLI Guide apart from:
"The shell also provides source-mapped console logs, and build output logs, just like we currently provide in Fitbit Studio."
Right... but how, and where?
Answered! Go to the Best Answer.
Best AnswerAfter giving up and coming back later, I began seeing the logs in the terminall after installing. I suppose VS Code just needed a restart after installing everying. All good!
Best Answer