-
Notifications
You must be signed in to change notification settings - Fork 201
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
Fix path completion when client doesn't support code snippets #497
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @i-aki-y for your contribution! Please run black
in test_completion.py
to fix the error reported by our code analysis workflow.
The rest looks good to me.
@ccordoba12 Thank you for your review. I applied |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@i-aki-y, one last, tiny suggestion for you then this should be ready.
Co-authored-by: Carlos Cordoba <[email protected]>
@ccordoba12 Thanks. I applied your suggestion! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now, thanks @i-aki-y!
This PR is trying to fix #373.
I fixed to escape
os.sep
only when a client support snippet, based on discussion in the above issue.I would appreciate it if you could review this PR.