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
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)
The text was updated successfully, but these errors were encountered:
This feature is not provided by LSP. I tried to implement it using TS myself, so there will be many problems.
Another known issue is that if you view a file in multiple windows, Hint can only be displayed in one of the windows. I currently don't have a good solution to this problem. After all, I am not good at TS.
Is this related to that issue?
I'm just starting out in programming so I don't know if these are the same things. Suddenly those :numbers started showing up.
What you're seeing is not a bug, but a new feature. This can be disabled with the config options: Lua.hint.paramType and Lua.hint.setType (just paste these name into the search bar in the settings panel). You can also just disable all such hints using Lua.hint.enable.
What you're seeing is not a bug, but a new feature. This can be disabled with the config options: Lua.hint.paramType and Lua.hint.setType (just paste these name into the search bar in the settings panel). You can also just disable all such hints using Lua.hint.enable.
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:
Expected behavior
Parameter hints are not duplicated.
Screenshots
tyGYDVlggmlluPaQpkbP.mp4
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: