-
-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Labels
enhancementNew feature or requestNew feature or request
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
if weaps[i]?.serial ~= tempInv[i].vars.serial then
if weaps[i]?.obj then
DeleteObject(weaps[i].obj)
weaps[i] = nil
end
GiveWeap(tempInv[i])
end
Actual Behaviour
syntax Problem '?'
Reproduction steps
- Go to '...'
- Click '...'
- See error '...'
Additional Notes
No response
Log File
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request