| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
The name `server_configurations` is extremely verbose and irritatingly
formal and dogmatic. This overlong name is a constant nuisance when
reading, writing, and coding.
It's also not even correct: these configurations are just as much
"client" configurations as they are "server" configurations.
Solution:
- Rename to a shorter name.
- Leave placeholder files for any old URLs that link to the old
location.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
When you go to definition of a library function, pyright will analyze the entire packages to report diagnostic information. This is extremely slow and heavy https://www.reddit.com/r/neovim/comments/135fqp9/why_is_pyright_constantly_analyzing_files_it/
Switch to the default value, similar to in VSCode.
|
| |
|
|
|
|
|
| |
* fix(pyright): re-enable single-file mode
* fix(pyright): re-enable single-file mode
* fix(pyright): re-enable single-file mode
|
| | |
|
| | |
|
| |
|
| |
This behavior is more natural and the default in VS Code: https://github.com/microsoft/pyright/issues/5407#issuecomment-1619132310.
|
| | |
|
| |
|
| |
This reverts commit cb1f426f99d91df2d1c29d1f72827747cd6e7e96.
|
| |
|
|
|
|
|
|
|
|
| |
* fix(pyright): set `useLibraryCodeForTypes` to false
See [pyright/docs/settings.md](https://github.com/microsoft/pyright/blob/main/docs/settings.md)
* refactor(pyright): remove `useLibraryCodeForTypes`
Make sure the default value is used.
See [pyright/docs/settings.md](https://github.com/microsoft/pyright/blob/main/docs/settings.md)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add PyrightSetPythonPath command to pyright config
The new command accepts a single path for a python executable that will
be used to reconfigure the pyright language server. This is useful to
change which python will be used by pyright without having to activate
the python environment beforehand. The act of finding which python
executable to use isn't handled here.
* docs: update server_configurations.md
skip-checks: true
---------
Co-authored-by: Ian Liu Rodrigues <il@moray.ai>
Co-authored-by: github-actions <github-actions@github.com>
|
| | |
|
| | |
|
| | |
|
| |
|