testing: add api note about new lines (#175557)

See #174771
This commit is contained in:
Connor Peet 2023-02-27 10:07:43 -08:00 committed by GitHub
parent 582b2a78d6
commit 77edc94a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16215,7 +16215,8 @@ declare module 'vscode' {
/**
* Appends raw output from the test runner. On the user's request, the
* output will be displayed in a terminal. ANSI escape sequences,
* such as colors and text styles, are supported.
* such as colors and text styles, are supported. New lines must be given
* as CRLF (`\r\n`) rather than LF (`\n`).
*
* @param output Output text to append.
* @param location Indicate that the output was logged at the given