-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using the workspace feature of VS Code, the extension seems to launch a separate instance of the language server for each folder of the workspace. This works fine initially, but after saving a file the instances start interfering and for example parameter hints and some diagnostics are duplicated.
I'm also not sure whether it is intended, that multiple "😺 Lua" are shown in the left part of the status bar in the above case.
To Reproduce
Steps to reproduce the behavior:
- Create a workspace with 2 folders and some lua file in each workspace.
- Open a file of the first folder.
- Open a file of the second folder.
- Press Ctrl+S
- See error
Expected behavior
Parameter hints are not duplicated.
Screenshots
tyGYDVlggmlluPaQpkbP.mp4
Environment (please complete the following information):
- OS: Windows
- Is WSL remote? No
- Client: VSCode (all other extensions disabled)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working