taplo icon indicating copy to clipboard operation
taplo copied to clipboard

[Bug] Even Better TOML VSCode Extension: TypeError: this.task is not a function

Open futuremotiondev opened this issue 11 months ago • 0 comments

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

Image


Image

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.

futuremotiondev avatar May 09 '25 10:05 futuremotiondev