vscode-lua-format
vscode-lua-format copied to clipboard
Reformats your Lua source code
While there is a plugin for GLint, the dependencies for installing GLint just won't install and require installing a whole new environment. I've already got this working and would prefer...
now, Multiple comments will as follows ``` --[[ first block --]] --[[ second block --]] ``` but, we want to should be as follows ``` --[[ first block --]] --[[...
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...
Hi, could you explain how your extension works? For me after clicking "format document" nothing happens! VSCode Version 1.45.0 Lua version 5.3
column_limit and column_table_limit are fine, but now both override each other. Hope that solves this problem.
Hello, I think I am formatting lua files using this extension and I switch between linux and windows often. I may be recalling incorrectly but I recall that they format...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I am not able to get this working when using the virtual filesystem library, with using SSH-FS
If code is not in vs code then it's very difficult to format code. So I added online formatter
> The program will attempt to automatically use the current directory's .lua-format file if no config file is passed in the command line. If none is found, it will try...