Releases
12.0.0
π§ Change: Prefix all command names with an underscore to mark them as internal (for hiding them from the user in some clients)
π§ Change: Rename ltex.addToDictionary
β _ltex.addToDictionary
π§ Change: Rename ltex.disableRules
β _ltex.disableRules
π§ Change: Rename ltex.hideFalsePositives
β _ltex.hideFalsePositives
π§ Change: Rename ltex.checkDocument
β _ltex.checkDocument
π§ Change: Rename ltex.getServerStatus
β _ltex.getServerStatus
β¨ New: Add support for Org; use the code language ID org
β vscode-ltex#277
β¨ New: Add basic support for reStructuredText; use the code language ID restructuredtext
β vscode-ltex#32
β¨ New: Add --server-type=tcpSocket
option to communicate over a TCP socket
β¨ New: Add --host
and --port
options to control host and port of the TCP socket
β¨ New: Add --[no-]endless
option to keep the server alive when the client terminates the connection
β¨ New: Add -h
and --help
options to show help message
β¨ New: Add -V
option as alias for --version
π Removal: Remove support of single CR characters as line endings
π Bug fix: Fix .Rnw
not recognized for R Sweave documents when running _ltex.checkDocument
π Bug fix: Fix newlines accepted as whitespace in magic comments
π§ Change: Use picocli for parsing of command-line arguments
You canβt perform that action at this time.