EmmyLua / EmmyLua-LanguageServer

153 stars 28 forks source link

Fix SignatureHelp block other vscode extension issue #40

Closed yeweiran closed 1 year ago

yeweiran commented 1 year ago

Related PR: https://github.com/EmmyLua/EmmyLua-LanguageServer/pull/31 The SignatureHelp should return null if the list is empty, otherwise it will block other extension to show SignatureHelp.

yeweiran commented 1 year ago

@CppCXY @tangzx Could you please take a look of this PR when you get time? This issue blocking our team using the plugin again. Much appreciated.