mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
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:
parent
80bff9de0d
commit
578ef6b2bc
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue