| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -57/+0 |
| | | |||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -11/+11 |
| | | | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> | ||||
| * | fix(pyright): update root detection (#1180) | Michael Lingelbach | 2021-08-24 | 1 | -1/+1 |
| | | |||||
| * | chore: remove modeline (#1177) | Michael Lingelbach | 2021-08-24 | 1 | -2/+0 |
| | | |||||
| * | chore(pyright): align root with pylsp (#1175) | Michael Lingelbach | 2021-08-24 | 1 | -11/+10 |
| | | |||||
| * | fix(pyright): use pyrightconfig.json like sign of root directory | Vadim Nikolaev | 2021-08-16 | 1 | -0/+1 |
| | | |||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -17/+17 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -29/+28 |
| | | |||||
| * | feat: default diagnosticMode from 'openFilesOnly' to 'workspace' | Fabian David Schmidt | 2021-05-05 | 1 | -0/+1 |
| | | |||||
| * | pyright: add package_json path | tamago324 | 2021-03-28 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #489 from tzx/pyright-org-imports | Michael Lingelbach | 2021-03-20 | 1 | -1/+15 |
| |\ | | | | | Add pyright.organizeimports command | ||||
| | * | Add pyright.organizeimports command | Timmy Xiao | 2020-12-24 | 1 | -1/+15 |
| | | | |||||
| * | | pyright: add current file directory as fallback for root | Michael Lingelbach | 2021-01-18 | 1 | -1/+12 |
| | | | |||||
| * | | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 1 | -8/+0 |
| |/ | |||||
| * | Add extension to pyright command name on Windows | benawas | 2020-12-04 | 1 | -2/+6 |
| | | |||||
| * | pyright: Wrap settings correctly with python.analysis | Peter Lithammer | 2020-12-03 | 1 | -2/+6 |
| | | |||||
| * | Remove before_init workaround | Michael Lingelbach | 2020-11-27 | 1 | -7/+0 |
| | | |||||
| * | Move pyright.lua to correct location under lspconfig | Michael Lingelbach | 2020-11-15 | 1 | -0/+40 |
