taplo
taplo copied to clipboard
[Bug] Even Better TOML VSCode Extension: TypeError: this.task is not a function
While working on a pyproject.toml file, Even Better TOML suddenly crashed and reported the following in the Even Better TOML LSP output category.
[Error - 1:52:27 PM] Delivering pending changes failed
TypeError: this.task is not a function
at c:\Users\username\.vscode\extensions\tamasfe.even-better-toml-0.21.2\dist\extension.js:35:43923
Might want to look into the error in extension.js.
Edit:
Just wanted to add that reloading vscode causes the LSP to restart and work again.