jonnyboyC / kos-language-server

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

[BUG] kuniverse:timewarp:mode, warp and rate incorrectly identified read-only #152

Closed Angalexik closed 4 years ago

Angalexik commented 4 years ago

Describe the bug kuniverse:timewarp:mode, kuniverse:timewarp:warp and kuniverse:timewarp:rate are identified as read-only, despite it not being the case, as seen here.

To Reproduce Steps to reproduce the behaviour:

  1. Open editor.
  2. Write any of the following lines of code:
    set kuniverse:timewarp:rate to 10.
    set kuniverse:timewarp:mode to "RAILS".
    set kuniverse:timewarp:warp to 2.
  3. Linter complains about type-no-setter

Expected behaviour Linter doesn't complain.

Screenshots issue

Editor:

jonnyboyC commented 4 years ago

This should be fixed now in 1.1.3 in the marketplace