You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Code completion items appear twice when pressing ctrl+space
To Reproduce
Write a table with some functions / fields.
Access the code completion for the members of the table by typing the table name and a dot.
Press escape or click at another position with the mouse so that the code completion window disappears.
Go back to the position after the dot and press ctrl+space. In the code completion window, all items appear twice. By typing a key, the duplicated items disappear.
Expected behavior
All code completion items are only shown once.
Environment:
OS: Windows 10
Client: VSCode 1.61.2 with Lua extension 2.4.7
The text was updated successfully, but these errors were encountered:
Describe the bug
Code completion items appear twice when pressing ctrl+space
To Reproduce
Expected behavior
All code completion items are only shown once.
Environment:
The text was updated successfully, but these errors were encountered: