vscode-lua-format icon indicating copy to clipboard operation
vscode-lua-format copied to clipboard

[exthost] [error] [Koihik.vscode-lua-format] provider FAILED

Open Andreas-Kreuz opened this issue 5 years ago • 3 comments

No matter which config file I use, there is always the following error in VSCode:

[2020-07-10 18:09:42.847] [exthost] [error] [Koihik.vscode-lua-format] provider FAILED
[2020-07-10 18:09:42.847] [exthost] [error] undefined

I tried the config file with a relative path: luaformat.conf I also tried the config file with an absolute path: C:\lua\luaformat.conf

Andreas-Kreuz avatar Jul 10 '20 16:07 Andreas-Kreuz

Solved it by replacing: column_table_limit: column_limit by column_table_limit: 118 in the config file

Andreas-Kreuz avatar Jul 10 '20 16:07 Andreas-Kreuz

I am still getting this issue even when I use the exact lua-formatter file as you from here. Do I also need to specify the lua formatter in the settings?

mrlonis avatar Jul 20 '20 14:07 mrlonis

Setting column_table_limit: 0 causes the same error message for me

Yamsha75 avatar Dec 13 '22 17:12 Yamsha75