Skip to content
Yaohai Zheng edited this page Oct 9, 2017 · 3 revisions

Why do I have red underlines everywhere after updating to the latest version?

Why do I have red underlines everywhere after updating to the latest version?

Currently, the VSCode Arduino extension leverages the C/C++ for Visual Studio Code for language service and debugging. You can find the root cause and solutions from these links: [1], [2]

Why my text in serial monitor output is encoded

Be aware of the baud rate setting at the status bar. Currently this value is default to 115200. You need change this value to match your device baud rate if needed.

Clone this wiki locally