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

Provide code action to ignore the diagnostic (via noqa) #10594

Open
dhruvmanila opened this issue Mar 26, 2024 · 0 comments
Open

Provide code action to ignore the diagnostic (via noqa) #10594

dhruvmanila opened this issue Mar 26, 2024 · 0 comments
Assignees
Labels
server Related to the LSP server

Comments

@dhruvmanila
Copy link
Member

Provide "Disable for this line" code action to automatically add noqa comment for the selected diagnostic:

Screenshot 2024-03-26 at 09 00 23

Reference implementation in ruff-lsp: https://github.com/astral-sh/ruff-lsp/blob/187d7790be0783b9ac41ce025a724cf389bf575c/ruff_lsp/server.py#L1007-L1069

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Related to the LSP server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants