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] Rename Not Working correctly #125

Closed jonnyboyC closed 4 years ago

jonnyboyC commented 4 years ago

Describe the bug Unsure if this has always been broken or was introduced as part of a regression.

To Reproduce Simplest example is as follows

local a is 10.
//    ^---- rename a to anything else

set a to 5.

Both the declaration and set should now be the rename target

Expected behavior It should work.

jonnyboyC commented 4 years ago

Closed by #129