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

[Bug] Keyword arguments and positional arguments of functions have different highlighting effects on strings. #1485

Closed
Peefy opened this issue Jul 10, 2024 · 0 comments · Fixed by #1494
Assignees
Labels
bug Something isn't working lsp resolver

Comments

@Peefy
Copy link
Contributor

Peefy commented Jul 10, 2024

Bug Report

image

f = lambda x: str {
    x
}
a = f("123")
b = f(x="123")

@Peefy Peefy added bug Something isn't working resolver lsp labels Jul 10, 2024
@Peefy Peefy added this to the v0.10.0 Release milestone Jul 10, 2024
@He1pa He1pa mentioned this issue Jul 12, 2024
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lsp resolver
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants