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.
This commit is contained in:
roxgib 2022-01-21 22:31:23 +11:00 committed by GitHub
parent 80bff9de0d
commit 578ef6b2bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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. Then run `pip install pyqt6 pyqt6-webengine` to install PyQt.
Visual Studio Code + the Python extension does support code completion, but Visual Studio Code + the Python extension does support code completion, but Pylance
currently seems to frequently freeze for multiple seconds while pinning the CPU doesn't do a great job understanding the type annotations.
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.
## Rust editing ## Rust editing