vscode-lua-format
vscode-lua-format copied to clipboard
[exthost] [error] [Koihik.vscode-lua-format] provider FAILED
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
Solved it by replacing:
column_table_limit: column_limit by column_table_limit: 118 in the config file
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?
Setting column_table_limit: 0 causes the same error message for me