We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569f6ad commit 8251a04Copy full SHA for 8251a04
README.md
@@ -341,7 +341,10 @@ If you have trouble getting the code autocompletions to work in Visual
341
Studio Code, a suggestion was made to look for the ``Python`` extension
342
settings, and an option for ``Language Server``, and change it from
343
``Default`` (which means ``Pylance if it is installed, Jedi otherwise``, to
344
-manually set ``Jedi`` and the completions should work.
+manually set ``Jedi`` and the completions should work. It is possible that
345
+you might need to [install it
346
+manually](https://github.com/pappasam/jedi-language-server) for this to
347
+work.
348
349
## Function API
350
0 commit comments