| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -39/+0 |
| | | | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location. | ||||
| * | fix(gopls): fix nil error when go env GOMODCACHE returns nothing (#3316) | Connor | 2024-09-23 | 1 | -1/+3 |
| | | |||||
| * | refactor: move all old get_clients to new compatible (#3159) | glepnir | 2024-05-17 | 1 | -1/+1 |
| | | |||||
| * | fix(gopls): GOMODCACHE is now found in gitbash #3064 | Hendrik Ziegler | 2024-04-15 | 1 | -1/+1 |
| | | | | | | | | | | Probem: Error due to the command being processed as a single string by git bash's bash.exe. Solution: Pass the command and arguments as a list rather than a string. | ||||
| * | fix(gopls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -1/+1 |
| | | |||||
| * | fix(gopls): prioritise go.work at root_dir | Marcus Caisey | 2023-09-13 | 1 | -1/+1 |
| | | |||||
| * | refactor: move async_run_command() | Lewis Russell | 2023-08-22 | 1 | -1/+2 |
| | | |||||
| * | perf(gopls): make get go mod cache path async (#2673) | Raphael | 2023-06-18 | 1 | -2/+7 |
| | | |||||
| * | feat(gopls): attach previous lsp instance for GOMODCACHE (#2661) | Ilia Choly | 2023-06-10 | 1 | -0/+9 |
| | | |||||
| * | docs: fix documentation for gopls and helm_ls (#2571) | ALX99 | 2023-04-24 | 1 | -2/+2 |
| | | |||||
| * | fix(gopls): engage gopls on `go.work` files (#2041) | Omer Tuchfeld | 2022-07-31 | 1 | -1/+1 |
| | | |||||
| * | feat(gopls): enable single_file_support (#1726) | Jackson Kjar | 2022-02-17 | 1 | -0/+1 |
| | | |||||
| * | feat: add gotmpl to gopls filetypes (#1619) | Reto | 2021-12-26 | 1 | -1/+1 |
| | | | | | gopls introduced support for template files, see: https://github.com/golang/tools/blob/master/gopls/doc/features.md#template-files | ||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+21 |
