jonnyboyC / kos-language-server

A language server for the Kerboscript (kOS) a language for Kerbal Space Program
MIT License
27 stars 6 forks source link

[BUG] wrong error detection #144

Closed astappiev closed 4 years ago

astappiev commented 4 years ago

Describe the bug It this line the parser found an error Expected ".". (after ))): print (i - (1 * page)) + ") - " + Options[i].

But if I modify the line to print "" + (i - (1 * page)) + ") - " + Options[i]. the error disappears.

Expected behavior Should not mark as an error.

Editor (please complete the following information):

jonnyboyC commented 4 years ago

Thanks for the report!, I'll take a look into this