Description:
Features of the language server (autocomplete hints, hover doc strings, deprecated function strikethrough, etc.) do not work with luau files that are viewed from the plugin's object view.
Steps to reproduce:
- Install the Second Live VS code plugin
- Install the Luau language server
- Start second life and connect with the plugin
- Create a .luau file in your VS Code workspace
- Copy the following script into it:
function LLEvents.touch(events)
ll.Say(0, "I've been touched!")
end
ll.Cloud(ZERO_VECTOR)
- Note that if you hover over a function you see docstrings popup
- Note that ll.Cloud is crossed out because it is deprecated.
- Start typing "ll." and Note that autocompletions are suggested.
- Go to Second life and create a new Object with a new script and start exploring in VS code
- Copy the script from step 5 to the script in the object.
- Repeat steps 6 - 8 with the script in the second life object
Result:
None of the functionality works on the script from the second life object.

Description:
Features of the language server (autocomplete hints, hover doc strings, deprecated function strikethrough, etc.) do not work with luau files that are viewed from the plugin's object view.
Steps to reproduce:
Result:
None of the functionality works on the script from the second life object.