From 578ef6b2bc8206fe5bdf96e3875bd913c42e207d Mon Sep 17 00:00:00 2001 From: roxgib <33942237+roxgib@users.noreply.github.com> Date: Fri, 21 Jan 2022 22:31:23 +1100 Subject: [PATCH] Remove outdated info about VS Code (#1614) Pylance is now the default for Python on VS Code, so it should no longer be necessary to suggest switching to it. --- docs/development.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/development.md b/docs/development.md index e9f62364a..9bfb10c91 100644 --- a/docs/development.md +++ b/docs/development.md @@ -179,10 +179,8 @@ pip in the virtual environment, and run `pip install -r pip/requirements.txt` to all of Anki's dependencies into the environment, so that code completion works for them. Then run `pip install pyqt6 pyqt6-webengine` to install PyQt. -Visual Studio Code + the Python extension does support code completion, but -currently seems to frequently freeze for multiple seconds while pinning the CPU -at 100%. Switching from the default Jedi language server to Pylance improves the -CPU usage, but Pylance doesn't do a great job understanding the type annotations. +Visual Studio Code + the Python extension does support code completion, but Pylance +doesn't do a great job understanding the type annotations. ## Rust editing