Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ 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.

**Q:** MPLS using too much memory and CPU.

**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.

Expand Down