output property
The output to report.
ANSI escape sequences may be used to influence text color and styling if
supportsANSIStyling
is present in both the adapter's Capabilities
and
the client's InitializeRequestArguments
. A client may strip any
unrecognized ANSI sequences.
If the supportsANSIStyling
capabilities are not both true, then the
client should display the output literally.
Implementation
final String output;