| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | erlangls: use rebar3 cmd consistently | William Boman | 2021-12-05 | 1 | -4/+10 | |
| | | ||||||
| * | serve_d: remove pinned latest version | William Boman | 2021-12-05 | 1 | -6/+0 | |
| | | | | | This is no longer needed because 0.7.0 is now released. | |||||
| * | fix(powershell_es): don't limit to windows (#311) | Liza Chevalier | 2021-12-05 | 1 | -7/+10 | |
| | | ||||||
| * | add ccls (#299) | William Boman | 2021-12-05 | 10 | -19/+175 | |
| | | ||||||
| * | sumneko_lua: don't provide -E argument as it's not needed (#309) | William Boman | 2021-12-05 | 1 | -6/+1 | |
| | | | | Closes #308. | |||||
| * | fix(angularls): also provide `cmd` property | William Boman | 2021-12-05 | 1 | -8/+13 | |
| | | ||||||
| * | fix(installers/shell): pass script via arg, when possible (#307) | William Boman | 2021-12-05 | 1 | -5/+4 | |
| | | ||||||
| * | fix(angularls): also use new_root_dir for probe locations (#302) | William Boman | 2021-12-03 | 1 | -12/+19 | |
| | | ||||||
| * | server: always delete the tmp install dir if installation fails | William Boman | 2021-12-02 | 1 | -2/+7 | |
| | | ||||||
| * | fix(clangd): check non-nil before trying to format | William Boman | 2021-12-02 | 1 | -2/+3 | |
| | | ||||||
| * | autogen | William Boman | 2021-11-30 | 1 | -0/+1 | |
| | | ||||||
| * | fix(solang): fix languages property | William Boman | 2021-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix(bicep): download the langserver via the vscode distribution (#286) | William Boman | 2021-11-30 | 2 | -3/+11 | |
| | | | | | This is done to avoid issues with unzipping the bicep-langserver.zip on POSIX systems (see https://github.com/Azure/bicep/issues/3704). | |||||
| * | Added some clarity to eslint readme (#282) | Glenn | 2021-11-29 | 1 | -1/+5 | |
| | | ||||||
| * | installers/npm: use global style (#289) | William Boman | 2021-11-29 | 2 | -10/+30 | |
| | | ||||||
| * | add csharpls (#294) | Access | 2021-11-29 | 5 | -2/+47 | |
| | | | | Resolves #291. | |||||
| * | fix(fsharp): update cmd (#290) | Access | 2021-11-28 | 1 | -1/+1 | |
| | | | | Fixes #288. | |||||
| * | autogen | William Boman | 2021-11-28 | 2 | -1/+2 | |
| | | ||||||
| * | added explicit expand-archive command (#284) | boris-kuz | 2021-11-25 | 1 | -1/+3 | |
| | | ||||||
| * | add dartls (#267) | William Boman | 2021-11-25 | 4 | -0/+23 | |
| | | ||||||
| * | fix(windows): unset PSMODULEPATH before invoking powershell scripts (#278) | William Boman | 2021-11-25 | 3 | -4/+11 | |
| | | ||||||
| * | ui/display: remove unnecessary schedule wraps | William Boman | 2021-11-19 | 1 | -8/+11 | |
| | | ||||||
| * | angularls: overload on_new_config with new probe locations (#269) | Lucas Viana | 2021-11-19 | 1 | -8/+13 | |
| | | ||||||
| * | angularls: use server root dir for probe locations (#266) | William Boman | 2021-11-18 | 1 | -30/+3 | |
| | | ||||||
| * | angularls: Add typescript dependency (#261) | ilyas akın | 2021-11-18 | 1 | -1/+1 | |
| | | ||||||
| * | server: add {version} param to server:install() | William Boman | 2021-11-17 | 1 | -2/+3 | |
| | | ||||||
| * | Include jsonnet-language-server installation (#240) | Zach Leslie | 2021-11-15 | 4 | -0/+20 | |
| | | ||||||
| * | feat(servers): add esbonio for rst (#253) | DragonBillow | 2021-11-15 | 5 | -1/+21 | |
| | | ||||||
| * | lemminx: default to LATEST version (#260) | Mattias Eriksson | 2021-11-15 | 2 | -9/+7 | |
| | | ||||||
| * | installers/pip3: prioritize g:python3_host_prog if defined | Tyler Fox | 2021-11-11 | 1 | -1/+11 | |
| | | | | Co-authored-by: William Boman <william@redwill.se> | |||||
| * | fsautocomplete: don't use shell as an intermediary (#258) | William Boman | 2021-11-11 | 1 | -3/+20 | |
| | | ||||||
| * | use c#, f# to be in line with languages defined in the README | William Boman | 2021-11-11 | 3 | -4/+4 | |
| | | ||||||
| * | add fsautocomplete LS for F# (#255) | kaashyapan | 2021-11-11 | 5 | -0/+31 | |
| | | ||||||
| * | feat: jdtls per project directory under ~/workspace (#251) | Christian Chiarulli | 2021-11-09 | 1 | -1/+2 | |
| | | ||||||
| * | fix type annotation | William Boman | 2021-11-09 | 1 | -1/+1 | |
| | | ||||||
| * | remove {pre,post}_setup functions (#250) | William Boman | 2021-11-08 | 7 | -47/+42 | |
| | | ||||||
| * | remove deprecated eslintls | William Boman | 2021-11-08 | 2 | -103/+0 | |
| | | ||||||
| * | fix: solang needs to specify a target now, can be: ewasm, solana, substrate ↵ | Christian Chiarulli | 2021-11-08 | 1 | -1/+1 | |
| | | | | | | | we will default to ewasm (#249) Co-authored-by: christianchiarulli <chrisatmachine@gmail.com> | |||||
| * | add sorbet (#247) | William Boman | 2021-11-08 | 5 | -2/+21 | |
| | | ||||||
| * | add codeqlls (#246) | William Boman | 2021-11-08 | 4 | -0/+67 | |
| | | ||||||
| * | installers: remove deprecated zx module | William Boman | 2021-11-07 | 1 | -79/+0 | |
| | | ||||||
| * | installers/shell: remove deprecated remote_powershell | William Boman | 2021-11-07 | 1 | -7/+0 | |
| | | ||||||
| * | remove deprecated adapters and extras modules | William Boman | 2021-11-07 | 3 | -72/+0 | |
| | | ||||||
| * | add language aliases to :LspInstall (#232) | William Boman | 2021-11-06 | 69 | -8/+129 | |
| | | ||||||
| * | moved add-opens and add-modules java options before jar option (#242) | Ankur Srivastava | 2021-11-04 | 1 | -5/+5 | |
| | | ||||||
| * | groovy: build in final root directory | William Boman | 2021-11-04 | 1 | -0/+2 | |
| | | | | | Fixes #241. | |||||
| * | fix attaching servers with no filetypes defined (#237) | William Boman | 2021-11-03 | 1 | -2/+7 | |
| | | ||||||
| * | jdtls: use lombok agent by default | s1n7ax | 2021-11-02 | 1 | -0/+3 | |
| | | | | Fixes #205. | |||||
| * | rerun autogen | William Boman | 2021-11-02 | 2 | -1/+5 | |
| | | ||||||
| * | ltex: remove lspconfig definition | William Boman | 2021-11-02 | 1 | -31/+0 | |
| | | | | | This has been merged upstream now. | |||||
