python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.9k stars 197 forks source link

Fix path completion when client doesn't support code snippets #497

Closed i-aki-y closed 9 months ago

i-aki-y commented 10 months ago

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.

i-aki-y commented 10 months ago

@ccordoba12 Thank you for your review. I applied black.

i-aki-y commented 9 months ago

@ccordoba12 Thanks. I applied your suggestion!