Recreation procedure:
1) Take any one of the following actions:
1a) switch to SDK 7.4.3 and try to build an app for a CIQ 5.1.0 device such as fr955. (This will produce an error *and* display the compiler help information)
or
1b) use SDK 8.1.0 and add the "-h" option to the compiler options in the VS Code Monkey C extension settings
or
1c) use SDK 8.1.0 and add an unsupported option like "--foo" to the compiler options in the VS Code Monkey C extension settings
(I think this bug has been around for a while, so it doesn't really matter which SDK you use, except that 1a) requires the use of an older SDK to trigger the "device X requires API Y" error message, which also prints the compiler help information)
See comment for screenshot. (Looks like an issue with newlines)
Notes:
- This only happens on Mac, not Windows.
- This only happens in the terminal window that's created by the VS Code extension, when you the build via the extension. If the compiler is manually run in a separate terminal, this does not happen
- Other output from the compiler seems to be unaffected, such as the output printed by the "-g" option