Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semicolon is not displayed correctly when 'Lua > Hint: Enable' parameter is set #1530

Closed
serg3295 opened this issue Sep 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@serg3295
Copy link
Contributor

serg3295 commented Sep 7, 2022

How are you using the lua-language-server?

Visual Studio Code Extension (sumneko.lua)

Which OS are you using?

Linux

What is the issue affecting?

Formatting

Expected Behaviour

A = 1; B = 1;
A = 1; B = 1

Actual Behaviour

e1
e2

Reproduction steps

  1. Set Lua > Hint: Enable
  2. Set Lua > Hint: Semicolon -> SameLine
  3. See errorA; = 1 B = 1
  4. Set Lua > Hint: Semicolon -> All
  5. See errorA; = 1 B; = 1

Additional Notes

No response

Log File

No response

@sumneko sumneko added the bug Something isn't working label Sep 7, 2022
@sumneko sumneko closed this as completed in c056f0d Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants