| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix!(arduino_language_server): dont install arduino-cli and clangd (#640) | William Boman | 2022-04-29 | 2 | -139/+34 | |
| | | | | This is now expected to be installed on the system instead. | |||||
| * | docs: more deprecations and update some outdated docs | William Boman | 2022-04-29 | 2 | -53/+5 | |
| | | ||||||
| * | feat: add ensure_installed to setup table (#637) | William Boman | 2022-04-28 | 1 | -0/+2 | |
| | | ||||||
| * | feat: integrate with lspconfig's on_setup hook (#631) | William Boman | 2022-04-27 | 4 | -1/+50 | |
| | | | | | | | | | | | | | | | | | | | | | * feat: integrate with lspconfig's on_setup hook * fix!: don't use aliased installation directories if new .setup() fn is used This makes it so servers are always installed in a directory name that corresponds with the server name. The reason aliased installation directories is supported is lost on me, but it's legacy and complicates things unnecessarily. This is a breaking change for users who previously were using the `.on_server_ready()` hook, and now transitioned to setting up servers directly via lspconfig. These users will need to reinstall the server. * fix: block usage of the deprecated server:setup() method if new setup method is used * fix: allow passing no arg to setup() * docs: ok final.v3 readme | |||||
| * | run autogen_metadata.lua | William Boman | 2022-04-27 | 3 | -3/+3 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman | 2022-04-26 | 7 | -0/+21 | |
| | | ||||||
| * | fix(terraformls): use `root-dir` instead of `root-dir/terraform-ls` as cmd ↵ | mandlm | 2022-04-26 | 1 | -2/+1 | |
| | | | | | path (#630) | |||||
| * | fix(ccls): pcall removal of llvm (#628) | William Boman | 2022-04-25 | 1 | -16/+14 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-25 | 3 | -3/+3 | |
| | | ||||||
| * | docs: remove old tsserver README | William Boman | 2022-04-25 | 1 | -19/+0 | |
| | | ||||||
| * | fix(github): provide correct filename to gunzip (#625) | Elio | 2022-04-23 | 1 | -5/+3 | |
| | | ||||||
| * | add deprecation notice to old installer modules (#618) | William Boman | 2022-04-21 | 11 | -2/+77 | |
| | | ||||||
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 68 | -1378/+1700 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | fix(r_language_server): remove unnecessary fullReinstall arg, and force ↵ | William Boman | 2022-04-19 | 1 | -2/+5 | |
| | | | | | remotes install (#613) | |||||
| * | Keep user library paths when starting R language server (#611) | Hongyuan Jia | 2022-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | fix(spawn): recursively parse arglist (#610) | William Boman | 2022-04-18 | 1 | -7/+12 | |
| | | ||||||
| * | add cargo to healthcheck | William Boman | 2022-04-18 | 1 | -0/+1 | |
| | | ||||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 4 | -14/+37 | |
| | | | | | | | | | | * fix(async): only dispatch first failure in a.wait_all * add InstallContext:run_concurrently This is needed due to how multiple coroutine contexts are used in a hierchical structure, and the async coroutine dispatcher loses this hierchical context inside callback functions invoked via FFI (I… assume?). | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-14 | 2 | -2/+2 | |
| | | ||||||
| * | rust_analyzer: use new rust-lang/rust-analyzer repo | William Boman | 2022-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | feat(async): add a.wait_all (#596) | William Boman | 2022-04-13 | 1 | -5/+76 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | feat(fetch): add ability to download file instead of writing to stdout | William Boman | 2022-04-12 | 1 | -7/+21 | |
| | | ||||||
| * | add clarity_lsp (#594) | William Boman | 2022-04-12 | 5 | -1/+45 | |
| | | | | Closes #583. | |||||
| * | ui: add section about missing servers to help window | William Boman | 2022-04-12 | 1 | -0/+14 | |
| | | ||||||
| * | more async refactor (#587) | William Boman | 2022-04-11 | 39 | -432/+404 | |
| | | ||||||
| * | fix(verible): use correct unpacked directory name on Windows (#589) | William Boman | 2022-04-11 | 1 | -1/+4 | |
| | | ||||||
| * | fix(installer): always clean up tmp install dir | William Boman | 2022-04-11 | 1 | -1/+3 | |
| | | ||||||
| * | fix(spawn): fix Failure.tostring when unable to retrieve uv_handle | William Boman | 2022-04-11 | 1 | -1/+5 | |
| | | ||||||
| * | make install context available via coroutine context (#586) | William Boman | 2022-04-11 | 16 | -263/+411 | |
| | | ||||||
| * | sumneko_lua: support Linux arm64 (#391) | Aidan Kane | 2022-04-10 | 1 | -1/+7 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | r_language_server: install languageserversetup via remotes::install_github ↵ | William Boman | 2022-04-08 | 1 | -3/+19 | |
| | | | | | | (#580) Co-authored-by: Samuel C-J Lee <chia-jung.l@outlook.com> | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-07 | 1 | -3/+0 | |
| | | ||||||
| * | fix(r_language_server): run install script via stdin (#578) | William Boman | 2022-04-06 | 4 | -29/+39 | |
| | | | | Fixes #568. | |||||
| * | fix(pip3): always use normalized "python" executable with venv-enhanced path ↵ | William Boman | 2022-04-06 | 1 | -2/+2 | |
| | | | | | (#577) | |||||
| * | switch majority of installers to async implementation (#574) | William Boman | 2022-04-06 | 61 | -217/+366 | |
| | | ||||||
| * | fix(taplo): use crate distribution (#576) | William Boman | 2022-04-05 | 1 | -35/+3 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | add mm0_ls (#572) | William Boman | 2022-04-03 | 5 | -0/+39 | |
| | | ||||||
| * | add sourcery (#571) | William Boman | 2022-04-03 | 5 | -2/+21 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | fix(health): report error on version mismatch | William Boman | 2022-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | add prosemd_lsp (#566) | William Boman | 2022-04-01 | 5 | -2/+47 | |
| | | | | Closes #542. | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-03-30 | 2 | -2/+2 | |
| | | ||||||
| * | fix(go): correct template string | William Boman | 2022-03-26 | 1 | -1/+1 | |
| | | ||||||
