| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | refactor(solang): don't download llvm (#729) | William Boman | 2022-05-28 | 1 | -48/+16 | |
| | | | | This is now assumed to be installed on the system instead. | |||||
| * | refactor: use new github.download_release_file function (#728) | William Boman | 2022-05-28 | 5 | -19/+21 | |
| | | ||||||
| * | test(luarocks): add more test cases | William Boman | 2022-05-27 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add teal_ls (#724) | William Boman | 2022-05-27 | 12 | -3/+180 | |
| | | | | Closes #723. | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | fix(spawn): don't check executable when spawning with custom PATH (#721) | William Boman | 2022-05-26 | 2 | -2/+2 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-25 | 3 | -3/+3 | |
| | | ||||||
| * | fix(ui): setlocal undolevels=-1 | William Boman | 2022-05-25 | 1 | -0/+1 | |
| | | | | | | | | | Without having profiled things, this should greatly reduce memory footprint because this UI buffer is: 1) updated very frequently 2) the way it's currently updated is extremely inefficient (it essentially recreates the buffer contents on every render) | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-24 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add setting to disable automatic version check when opening UI window ↵ | William Boman | 2022-05-23 | 2 | -1/+3 | |
| | | | | | (#716) | |||||
| * | ui: remove borders & change heading style (#713) | William Boman | 2022-05-23 | 2 | -7/+11 | |
| | | ||||||
| * | feat(github): add setting to customize asset download url (#711) | William Boman | 2022-05-21 | 2 | -1/+11 | |
| | | | | Closes #678. | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-21 | 2 | -1/+2 | |
| | | ||||||
| * | chore(scripts): remove unnecessary awk_ls branch | William Boman | 2022-05-20 | 2 | -2/+1 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | feat(lspinfo): check that .setup() has been called to consider cmd ↵ | William Boman | 2022-05-19 | 3 | -0/+19 | |
| | | | | | executable (#710) | |||||
| * | fix(erlangls): follow git tags (#708) | William Boman | 2022-05-19 | 4 | -54/+55 | |
| | | | | Closes #683. | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-18 | 2 | -1/+2 | |
| | | ||||||
| * | fix(spawn): avoid spawning commands that aren't on PATH (#706) | William Boman | 2022-05-17 | 2 | -5/+32 | |
| | | | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess. | |||||
| * | fix(omnisharp): remove invalid equality check | William Boman | 2022-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | fix(omnisharp): only use Mono runtime if configured by user (#705) | William Boman | 2022-05-17 | 2 | -5/+23 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | add mono version of omnisharp (#688) | Sassan Haradji | 2022-05-17 | 1 | -31/+42 | |
| | | ||||||
| * | chore(functional): restructure and extend functional modules (#703) | William Boman | 2022-05-17 | 22 | -372/+505 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-16 | 3 | -3/+3 | |
| | | ||||||
| * | fix(health): don't call vimL function in lua loop callback | William Boman | 2022-05-14 | 1 | -0/+3 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-14 | 2 | -2/+2 | |
| | | ||||||
| * | fix(go): target the @latest version when checking if package is outdated (#700) | William Boman | 2022-05-13 | 1 | -4/+3 | |
| | | ||||||
| * | fix(github): allow looking for prereleases (#699) | William Boman | 2022-05-13 | 3 | -15/+87 | |
| | | ||||||
| * | fix(github): fix bad boolean logic | William Boman | 2022-05-13 | 1 | -1/+1 | |
| | | ||||||
| * | feat(health): check GitHub rate limit (#697) | William Boman | 2022-05-13 | 2 | -0/+41 | |
| | | ||||||
| * | Add VLS (for vlang) (#629) | oscarbailey-tc | 2022-05-13 | 5 | -0/+51 | |
| | | | | Co-authored-by: William Boman <william@redwill.se> | |||||
| * | feat(github): add `include_prerelease` option to `fetch_latest_release` | William Boman | 2022-05-13 | 3 | -6/+9 | |
| | | ||||||
| * | ui: reset outdated server flag after any kind of server install/uninstall ↵ | William Boman | 2022-05-13 | 3 | -2/+11 | |
| | | | | | | | interactions For better UX | |||||
| * | feat(ui): use diagnostics to show some messages (#694) | William Boman | 2022-05-13 | 3 | -181/+224 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-13 | 2 | -4/+1 | |
| | | ||||||
| * | Updates Fortran Language Server (#693) | gnikit | 2022-05-13 | 1 | -2/+2 | |
| | | | | switches to fortls from fortran-language-server | |||||
| * | docs: add comments mentioning ensure_installed has no relation with ↵ | William Boman | 2022-05-12 | 1 | -1/+6 | |
| | | | | | | | | | | | automatic_installation ensure_installed is used as a hard-coded list of servers to always install, no matter if they're setup or not. automatic_installation is used to automatically detect which servers needs to be installed, based on which servers are setup via lspconfig. | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-12 | 1 | -1/+1 | |
| | | ||||||
| * | feat: notify when server is installed via automatic_installation mechanism ↵ | William Boman | 2022-05-12 | 1 | -0/+2 | |
| | | | | | (#692) | |||||
| * | feat: patch :LspInfo's "cmd is executable" diagnostic message (#691) | William Boman | 2022-05-12 | 1 | -0/+25 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-12 | 2 | -2/+2 | |
| | | ||||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 95 | -1795/+1644 | |
| | | ||||||
| * | chore!: remove zeta_note | William Boman | 2022-05-11 | 6 | -44/+2 | |
| | | | | | This project is now archived and no longer maintained. GitHub releases seem to have been removed, either inadvertently or not. | |||||
| * | chore!: remove spectral | William Boman | 2022-05-11 | 6 | -40/+2 | |
| | | | | | | | | This server's installation method is too unstable to currently support. It's also deprecated [1]. [1] https://github.com/stoplightio/vscode-spectral/issues/130 | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-11 | 2 | -2/+2 | |
| | | ||||||
| * | chore: remove deprecation notifications | William Boman | 2022-05-11 | 2 | -7/+3 | |
| | | | | | | These methods are still deprecated, but will remain until a substitute is implemented and available. | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-10 | 1 | -1/+1 | |
| | | ||||||
