Cam

Results 14 comments of Cam

Apologies for the radio silence @OttoRobba. I like it! I'd be in favour of keeping it `true` by default. With regards to the last example with the comment, I think...

I'd love to see an option for newlines, I think forcing it on users by default could be a little intrusive. We could begin with a command line option, although...

I think the table issue you were having was fixed a while ago, as I can't reproduce it. Can you verify with the latest version? In this case, the latest...

Just letting you know I haven't forgotten about this one, but I think its going to require a bit of refactoring to fix it. Is this a high priority for...

I think this might be difficult to address in a broad and generic way, as it would definitely have knock-on effects with legitimate code. What kind of options would you...

Can you please elaborate a little on why this is needed?

I suppose this would make sense if the ext was parsing the `require()` statements for knowing where to search, but right now we're only parsing individual files so I don't...

I've added an option to pass [additional arguments](https://github.com/trixnz/vscode-lua/commit/e3c21515a86148a149cbbd272a01bcf53feaf578) to luacheck, as well as an option to use a [custom .luacheckrc](https://github.com/trixnz/vscode-lua/commit/ec08e47637836a835f3df6ffc14f144743bd1749) file. Hopefully one of these options solves your issue. I...

This is dependent on https://github.com/trixnz/lua-fmt/issues/14, since format on paste formats a range, just like format selection.

I haven't been able to reproduce this, is this still an issue in later versions of VSCode? Its working as intended in my version: ``` Version: 1.31.0-insider (user setup) Commit:...