aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/pyright.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-80/+0
* refactor: move all old get_clients to new compatible (#3159)glepnir2024-05-171-2/+2
* fix(pyright): fix PyrightSetPythonPath command (#3032)neolooong2024-02-271-1/+5
* fix(pyright): only send commands to pyrightMenno2023-12-211-1/+8
* fix(pyright): change diagnosticMode to openFilesOnly #2783Phúc H. Lê Khắc2023-09-111-1/+1
* fix(pyright): re-enable single-file mode (#2730)Anthony Shi2023-07-211-1/+1
* fix(pyright): fix root_dir detection (#2727)Serhii Tereshchenko2023-07-201-2/+2
* fix(pyright): add `.git` to list of root file (#2722)Phúc H. Lê Khắc2023-07-171-0/+1
* fix(pyright): use `cwd()` if no python config files are present. (#2697)Dom2023-07-131-1/+3
* fix: use exepath on server command (#2595)Raphael2023-05-091-8/+1
* Revert "fix(pyright): remove`useLibraryCodeForTypes` config (#2522)" (#2529)Raphael2023-03-271-0/+1
* fix(pyright): remove`useLibraryCodeForTypes` config (#2522)Fau8182023-03-261-1/+0
* feat: add PyrightSetPythonPath command to pyright config (#2519)Ian Liu Rodrigues2023-03-231-0/+17
* chore: remove all package.json (#1656)Michael Lingelbach2022-02-251-1/+0
* fix(npm): resolve the command correctly on windowskylo2522021-12-081-2/+4
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
* feat: expose configsMichael Lingelbach2021-11-251-0/+55