aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/dockerls.lua
Commit message (Collapse)AuthorAgeFilesLines
* docs(dockerls): document ignoreMultilineInstructions setting (#3142)Fabian Holler2024-05-071-0/+15
| | | | | | | | | | | Document how the ignoreMultilineInstructions settings for dockerls can be configured. That the settings key must be "docker" instead of "dockerls" makes it non-intuitive and harder to figure out. Sources: - https://github.com/rcjsuen/dockerfile-language-server?tab=readme-ov-file#language-server-settings - https://github.com/rcjsuen/dockerfile-language-server/blob/9e3f8580f711e54a1de0351631baeac49665d6f3/src/server.ts#L330-L344
* fix: use exepath on server command (#2595)Raphael2023-05-091-8/+1
|
* fix(npm): resolve the command correctly on windowskylo2522021-12-081-1/+8
|
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+23