Koihik / vscode-lua-format

Reformats your Lua source code
Apache License 2.0
56 stars 13 forks source link

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

Open Andreas-Kreuz opened 4 years ago

Andreas-Kreuz commented 4 years ago

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 commented 4 years ago

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

mrlonis commented 4 years ago

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?

Yamsha75 commented 1 year ago

Setting column_table_limit: 0 causes the same error message for me