-
-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
Labels
feat/formatterRelated to code formatterRelated to code formatter
Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Formatting
Expected Behaviour
The document should be formatting when the document contains one of the nonstandard symbols defined in settings.
Actual Behaviour
The document does not format.
Reproduction steps
- Enter a non standard symbol into the non-standard symbol settings.
- Add a non standard symbol into your document.
- Attempt to format.
- Fail
Additional Notes
Settings:
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/=", "<<=", ">>=", "&=", "|=", "^="]Log File
Metadata
Metadata
Assignees
Labels
feat/formatterRelated to code formatterRelated to code formatter
