ts-ls
post/v1/devboxes/{id}/lsp/formatting

Path parameters

idstring required

The id of the devbox.

Request body

uristring required

Response

A list of text edits to format the document.

newTextstring required

The string to be inserted. For delete operations use an empty string.

Changes