| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | docs(yamlls): fix install command (#1109) | Salomon Popp | 2021-07-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | improve(jdtls): Simplify configuration and improve documentation (#1082) | Emiliano Ruiz Carletti | 2021-07-27 | 1 | -69/+108 | |
| |/ | | | | | * Reduce required env variables to 1 * Support launching 'java.exe' | |||||
| * | ci: run codespell on pull requests (#1101) | dundargoc | 2021-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | docs: add a direct link to lean.nvim (for leanls and lean3ls) (#1062) | Julian Berman | 2021-07-23 | 3 | -1/+9 | |
| | | | | * update language of metals to bring it in line with lean | |||||
| * | fix(hls): log is configured via haskell.logFile | Matthieu Coudron | 2021-07-20 | 2 | -13/+32 | |
| | | | | | | and not languageServerHaskell.logFile display server pid | |||||
| * | chore(ocaml): make ocaml filetype order deterministic (#1088) | Michael Lingelbach | 2021-07-20 | 1 | -7/+1 | |
| | | ||||||
| * | Merge pull request #1072 from folke/global_config | Michael Lingelbach | 2021-07-19 | 2 | -1/+12 | |
| |\ | | | | | feat: added global_config hooks | |||||
| | * | feat: added global on_setup hook | Folke Lemaitre | 2021-07-19 | 2 | -0/+7 | |
| | | | ||||||
| | * | fix: expose get_root_dir instead of config.root_dir | Folke Lemaitre | 2021-07-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | feat: added option to disable an lsp server from the config | Folke Lemaitre | 2021-07-19 | 1 | -0/+4 | |
| | | | ||||||
| * | | feat: add serve-d language server (#1080) | Scott Little | 2021-07-17 | 1 | -0/+21 | |
| | | | ||||||
| * | | fix(omnisharp): proritize .sln over .csproj for root detection | Pasi Bergman | 2021-07-17 | 1 | -2/+4 | |
| | | | ||||||
| * | | feat(julials): improve project detection and simplify launch (#1079) | Fredrik Ekre | 2021-07-16 | 1 | -16/+46 | |
| | | | | | | | | | * Simplify LanguageServer.jl launch command (https://github.com/julia-vscode/SymbolServer.jl/issues/54#issuecomment-643667218) * respect JULIA_PROJECT and JULIA_LOAD_PATH | |||||
| * | | chore: remove pyls and pyls_ms (#1074) | Michael Lingelbach | 2021-07-14 | 2 | -96/+0 | |
| |/ | | | | | * pyls is unmaintained and has been continued as a community fork, pylsp * pyls_ms has been abandoned by microsoft in favor of the proprietary pylance/the less featureful (but open-source) pyright | |||||
| * | chore: fix typos reported by codespell (#1071) | dundargoc | 2021-07-14 | 4 | -4/+4 | |
| | | ||||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 94 | -936/+936 | |
| | | ||||||
| * | fix: do not attach server if buftype is 'nofile' (#1064) | Michael Lingelbach | 2021-07-12 | 1 | -3/+3 | |
| | | | | | * match buftype instead of filetype against 'nofile' * clarify variable naming to make buffer filetype clear from buftype | |||||
| * | chore: format with stylua (#1065) | Michael Lingelbach | 2021-07-12 | 3 | -12/+11 | |
| | | ||||||
| * | fix: ensure path exists before calling fs_realpath (#1052) | Michael Lingelbach | 2021-07-09 | 1 | -2/+3 | |
| | | ||||||
| * | feat(solagraph): add formatting flag to init_options (#1050) | Cameron | 2021-07-09 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #1041 from mjlbach/fix/try-resolve-new-filepath | Michael Lingelbach | 2021-07-08 | 1 | -4/+12 | |
| |\ | | | | | feat: try to resolve root for new files | |||||
| | * | feat: try to resolve root for new files | Michael Lingelbach | 2021-07-08 | 1 | -4/+12 | |
| | | | ||||||
| * | | feat: add ember language server | Josemar Luedke | 2021-07-05 | 1 | -0/+29 | |
| |/ | ||||||
| * | Revert "fix: try to resolve root directory if file is not yet on disk" | Michael Lingelbach | 2021-07-05 | 1 | -1/+1 | |
| | | | | | This reverts commit 625017df3e1e347ba35e7d6ef7a56efd096e8963. | |||||
| * | fix: try to resolve root directory if file is not yet on disk | Mark Harrison | 2021-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add PLS, a language server for Perl | Seth Daniel | 2021-07-04 | 1 | -0/+32 | |
| | | ||||||
| * | fix: check client is not nil in _setup_buffer() | Christian Chiarulli | 2021-07-04 | 1 | -0/+3 | |
| | | | | Co-authored-by: christianchiarulli <chrisatmachine@gmail.com> | |||||
| * | fix: be less strict about cmd validation | Michael Lingelbach | 2021-07-03 | 1 | -1/+1 | |
| | | | | | Some language servers lazily build cmd based on a parameter passed to setup, like powershell_es. We should change this eventually, but for now be less strict. | |||||
| * | feat: add puppet language server | Lucas Crownover | 2021-07-03 | 1 | -0/+44 | |
| | | ||||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 91 | -1595/+1642 | |
| | | ||||||
| * | fix: prevent dirname returning '/' if path is empty string | rayx | 2021-07-03 | 1 | -1/+3 | |
| | | ||||||
| * | fix(rust-analyzer): improve root directory detection | Damien DeVille | 2021-07-03 | 1 | -6/+11 | |
| | | ||||||
| * | Merge pull request #956 from clason/texlab-3.1.0 | Michael Lingelbach | 2021-07-03 | 1 | -1/+7 | |
| |\ | | | | | texlab: update options for 3.1.0 | |||||
| | * | feat(texlab): update options to 3.2.0 | Christian Clason | 2021-06-27 | 1 | -1/+7 | |
| | | | ||||||
| * | | fix: validate cmd is of type table | Michael Lingelbach | 2021-07-03 | 1 | -0/+1 | |
| | | | ||||||
| * | | fix(julials): unintended characters can end up in the server_path | Michael Green | 2021-07-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix(terraform): terraform-ls is for terraform only | David Hotham | 2021-06-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | improve(lean3ls): increase the default memory and timeout limits | Julian Berman | 2021-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Matches our VSCode's default found here: https://github.com/leanprover/vscode-lean/blob/ca764c60acbfaeaca55a681bc0be65f84b0cae44/package.json#L32-L41 | |||||
| * | | fix(tailwindcss): pin pre-built extension to 0.6.8 until npm release | Daniel M. Capella | 2021-06-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | improve(tailwindcss): missing validation settings, provide tab size for | Karim Abou Zeid | 2021-06-15 | 1 | -0/+22 | |
| | | | | | | | | | hover | |||||
| * | | fix(tailwindcss): remove package.json to fix docgen (#980) | Michael Lingelbach | 2021-06-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | feat: add tailwindcss language server | Daniel M. Capella | 2021-06-14 | 1 | -0/+103 | |
| | | | ||||||
| * | | docs(jsonls): update installation instructions | Ben Frain | 2021-06-13 | 1 | -6/+6 | |
| | | | | | | | Updating server addresses to more recent language servers | |||||
| * | | docs(htmlls): update installation instructions | Ben Frain | 2021-06-13 | 1 | -5/+5 | |
| | | | | | | | Updating for more recent language server versions | |||||
| * | | fix(cssls): fix linting erros (#977) | Michael Lingelbach | 2021-06-13 | 1 | -2/+1 | |
| | | | ||||||
| * | | docs(cssls): update installation for vscode-css-language-server | Ben Frain | 2021-06-13 | 1 | -6/+8 | |
| | | | | | | | * Update to provide updated CSS instructions | |||||
| * | | feat(lean): add support for Lean 4 language server | Rishikesh Vaishnav | 2021-06-13 | 2 | -6/+50 | |
| | | | ||||||
| * | | Merge pull request #973 from mjlbach/fix/docgen-1 | Michael Lingelbach | 2021-06-13 | 1 | -1/+0 | |
| |\ \ | | | | | | | fix(docgen): remove codeql package.json | |||||
| | * | | fix(docgen): remove codeql package.json | Michael Lingelbach | 2021-06-13 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | docs(fsautocomplete): update installation | Adelar da Silva Queiróz | 2021-06-13 | 1 | -13/+10 | |
| |/ / | | | | | | | * Add global binary name as default cmd | |||||
