From 1e484de1ceeb6745b70b0c77516a650259df68a3 Mon Sep 17 00:00:00 2001 From: Andreas Guth <9ordin@gmail.com> Date: Sat, 8 Aug 2020 23:44:42 +0200 Subject: [PATCH] Clarify coc-python not working with unsaved data I just ran into this: https://github.com/neoclide/coc-python/issues/94 So I think it would be good to make the README reflect this. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index f0f3036..6372c13 100644 --- a/Readme.md +++ b/Readme.md @@ -165,7 +165,7 @@ Except from `test`, `debug` and `datascience` features of [vscode-python](https: ## F.A.Q -**Q:** `"python.linting.enabled": false` not work when jedi disabled. +**Q:** `"python.linting.enabled": false` does not work when jedi is disabled. **A:** That setting only works when python files are used, not MPLS, you have to use `"python.analysis.diagnosticEnabled": false` to disable diagnostics from language server. @@ -173,7 +173,7 @@ Except from `test`, `debug` and `datascience` features of [vscode-python](https: **A:** It's bug of MPLS, checkout https://github.com/Microsoft/python-language-server/issues/832. -**Q:** MPLS doesn't work with unsaved buffer. +**Q:** coc-python doesn't work with unsaved buffers. **A:** Yes, it's not. You have to save your buffer to make it work.