-
My goal is: I’m trying to use VSCode to send an RPC command over UART including parameters as a JSON string.
-
My actions are: In the VSCode mos command window, I enter a mos command:
mos call checkFirmware '{"childPeriod":10}'
-
The result I see is: an error:
Args [‘{“childPeriod”:10}’] is not a valid JSON string
If I paste exactly the same command into Terminal on the same (Mac) machine, it works fine.
- My expectation & question is: Is this a bug, and if not how should I format parameters for an RPC call when using VSCode?