Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to disable unused keyword warning #1075

Open
mtihlenfield opened this issue Aug 28, 2024 · 0 comments
Open

Add ability to disable unused keyword warning #1075

mtihlenfield opened this issue Aug 28, 2024 · 0 comments
Labels
enhancement New feature or request robotframework-ls

Comments

@mtihlenfield
Copy link

Is your feature request related to a problem? Please describe.
In cases were I'm writing keyword libraries, the keywords that I'm writing are not necessarily used in the current workspace. This means that the LSP adds the following warning to most (if not all) of those keywords:

The keyword: '<keyword name>' is not used in the workspace.

Describe the solution you'd like
It would be nice to have a way to disable this warning at a workspace or server level. Since this error comes from the LSP and not robocop, I can't find a way to do this.

Describe alternatives you've considered
I have not been able to find an alternative way of doing this in the documentation, but I could just be missing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request robotframework-ls
Projects
None yet
Development

No branches or pull requests

1 participant