You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to clear all postemptive spaces results in the error displayed in the screenshot
To Reproduce
Steps to reproduce the behavior:
Enter a few newlines in your lua script on VSCode
The ellipses should appear to indicate that there's a line with empty spaces
Right click on the ellipses and select "Clear all postemptive spaces"
In the output console, the following message is displayed:
script\core\command\removeSpace.lua:26: attempt to call a nil value (field 'lineContent')
stack traceback:
[C]: in function 'xpcall'
script\proto\proto.lua:143: in function <script\proto\proto.lua:122>
[Error - 2:05:10 AM] Request workspace/executeCommand failed.
Message: [02:05:11.816][error][#0]: script\core\command\removeSpace.lua:26: attempt to call a nil value (field 'lineContent')
stack traceback:
[C]: in function 'xpcall'
script\proto\proto.lua:143: in function <script\proto\proto.lua:122>
Code: -32603
Expected behavior
The empty spaces should be removed throughout all of the lua script
Screenshots
Environment (please complete the following information):
Describe the bug
Attempting to clear all postemptive spaces results in the error displayed in the screenshot
To Reproduce
Steps to reproduce the behavior:
In the output console, the following message is displayed:
Expected behavior
The empty spaces should be removed throughout all of the lua script
Screenshots

Environment (please complete the following information):
Provide logs
service.log
The text was updated successfully, but these errors were encountered: