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

"\641" anywhere in docstring crashes language server when hovering over the function #3555

Open
qq-me opened this issue Feb 26, 2024 · 0 comments

Comments

@qq-me
Copy link

qq-me commented Feb 26, 2024

example

"\613"
function last_folder(path::String)
    return splitdir(splitdir(path)[1])[2]
end

Put your cursor over last_folder and wait for it to show the tooltip, it crashes the julia language server

also "\613" does that and probably other stuff

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

No branches or pull requests

1 participant