FormatDocumentResponse Type
Union cases
Union case |
Description
|
Full Usage:
Error(filename, formattingError)
Parameters:
string
formattingError : string
|
|
Full Usage:
Formatted(filename, formattedContent, cursor)
Parameters:
string
formattedContent : string
cursor : FormatCursorPosition option
|
|
Full Usage:
IgnoredFile filename
Parameters:
string
|
|
Full Usage:
Unchanged filename
Parameters:
string
|
|