[BREAK CHANGE] workspace.onWillSaveUntil
method will be removed
#2704
Labels
Milestone
workspace.onWillSaveUntil
method will be removed
#2704
workspace.onWillSaveTextDocument
will always emit event withwaitUntil(thenable: Thenable<TextEdit[] | any>): void
method, use that instead.Each handler will be called for
textEdit[]
, and only the first returnedtextEdit[]
(not empty) would be applied to the document, this is the same behavior as VSCode,Multiple formatters won't work in subsequence any more (which can be buggy), create
BufWritePre
autocmd in your vimrc for that purpose.The text was updated successfully, but these errors were encountered: