| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: add lwc-language-server support (#2958) | Zech Burrus | 2024-01-06 | 1 | -0/+37 | |
| | | | | | | | | * feat: add lwc-language-server support * fix(lwc-language-server): added missing , to end of cmd line * fix(lwc-language-server): remove trailing whitespace | |||||
| * | fix(csharp-ls): csharp-ls uses solution file for project root first (#2955) | JD | 2024-01-02 | 1 | -1/+3 | |
| | | ||||||
| * | fix(ols): remove single_file_support (#2952) | Harley Laue | 2023-12-31 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | * fix(ols): remove single_file_support It doesn't seem like ols really has support for single_file_support. The ols application crashes with the following message: "ols/src/server/requests.odin(1494:28) Index 0 is out of range 0..<0\n" This happens on workspace/didChangeConfiguration when settings are provided in the users' ols setup. To work around this, essentially turning off single_file_support & adding *.odin as a way to detect a root_dir. This isn't very common but at least one other language server uses this method, qml_ls. However, without this, the ols doesn't really work out of the box for projects that lack a .git directory or ols.json file. * fix(ols): remove single_file_support that defaults to false | |||||
| * | fix(sqls): sqls is unarchived (#2950) | Takumi Kanada | 2023-12-29 | 1 | -4/+0 | |
| | | ||||||
| * | fix(pyright): only send commands to pyright | Menno | 2023-12-21 | 1 | -1/+8 | |
| | | ||||||
| * | feat(snyk-ls): add support for snyk-ls (#2826) | Peter Benjamin | 2023-12-21 | 1 | -0/+22 | |
| | | | | | | * feat(snyk-ls): add support for snyk-ls * fix(snyk-ls): remove filetypes | |||||
| * | fix(sqls): repository moves to organization (#2945) | Tatsumi Gamou | 2023-12-21 | 1 | -2/+2 | |
| | | ||||||
| * | docs(spyglassmc_language_server): fix typo in repository url (#2941) | David Ballesteros | 2023-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add twig-language-server (#2939) | Sven Cheng | 2023-12-20 | 1 | -0/+21 | |
| | | ||||||
| * | feat(denols): follow the latest default value of the vscode extension (#2936) | NAKAI Tsuyoshi | 2023-12-19 | 1 | -5/+3 | |
| | | | | | | * feat(denols): follow the latest default value of the vscode extension * fix(denols): nvim_buf_set_option is deprecated | |||||
| * | fix(typos): typos root directory indicator (#2935) | pseudometa | 2023-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | fix(zls): include `build.zig` in root dir search (#2933) | Laurynas Lazauskas | 2023-12-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | File `build.zig` by convention sits at the root dir and thus can be used to correctly identify the root directory. This is particularly useful if `zls` has `enable_build_on_save` set to `true`, since then the language server uses workspace path (root_dir) to execute `zig build` command, output of which is then used to publish diagnostic errors. Without `build.zig` root directory can incorrectly be deduced some layers too high at the root of the git repo. In such case `enable_build_on_save` silently fails and does not report build error diagnostics. | |||||
| * | feat(kotlin_language_server): Add storagePath to initilaztion options (#2930) | Shaygan Hooshyari | 2023-12-17 | 2 | -22/+12 | |
| | | | | | | | | * feat(kotlin_language_server): add storagePath to initilaztion options * docs(kotlin_language_server): add storage path * refactor(psalm): reformat code | |||||
| * | fix(psalm): psalm now uses a --language-server option (#2929) | Malpha | 2023-12-14 | 1 | -7/+2 | |
| | | | | | * fix(psalm): psalm now uses a --language-server option | |||||
| * | fix(elixirls): smarter detection of root_dir for umbrella apps (#2911) | Paul Gideon Dann | 2023-12-12 | 1 | -4/+9 | |
| | | ||||||
| * | feat: add cds-lsp (#2926) | Stijn Mertens | 2023-12-10 | 1 | -0/+33 | |
| | | | | | | | | * feat: added @sap/cds-lsp * fix(cds-lsp): update root dir pattern * fix(cds-lsp): cleanup double configuraton of root_dir copied from csslsp example | |||||
| * | fix(cssls): enable enabling of formatting capabilities (#2925) | pseudometa | 2023-12-08 | 1 | -0/+1 | |
| | | ||||||
| * | fix(rubocop): don't auto-detect bundler, to avoid surprising configuration ↵ | Marc Busqué | 2023-12-06 | 1 | -7/+0 | |
| | | | | | | behavior (#2923) Ref. #2716. The referenced PR changes got somehow lost when it came to the removal of the `on_new_config` function. | |||||
| * | fix(jsonnet_ls): enable single file support for jsonnet_ls (#2922) | Daniel | 2023-12-04 | 1 | -0/+1 | |
| | | ||||||
| * | fix: remove custom handler (#2920) | Tiago Vilela | 2023-12-01 | 1 | -7/+1 | |
| | | ||||||
| * | feat: add hydra-lsp (#2919) | Kostiantyn Liepieshov | 2023-11-30 | 1 | -0/+20 | |
| | | | | | | * feat: add hydra_lsp * feat(hydra_lsp): single file support | |||||
| * | fix(typos_lsp): use configuration file for root detection #2918 | Micah Halter | 2023-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | chore(emmet_language_server): remove languages with emmet bundled by their ↵ | José Olórtegui | 2023-11-27 | 1 | -3/+0 | |
| | | | | | language server (#2914) | |||||
| * | feat: add typos-lsp server (#2886) | Jonathan Slenders | 2023-11-22 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | * feat: add typos-lsp server configuration * fixup! * fixup! * fixup! --------- Co-authored-by: Raphael <glephunter@gmail.com> | |||||
| * | fix(elixirls): root_dir priority: mix.exs > .git (#2910) | Paul Gideon Dann | 2023-11-22 | 1 | -1/+1 | |
| | | | | | | If we're in a subdirectory of a git repo, and that subdirectory contains a mix.exs file, it makes sense to assume the subdirectory is the project root, rather than the git repo root. | |||||
| * | Merge #2906 cleanup root patterns | Justin M. Keyes | 2023-11-21 | 11 | -66/+27 | |
| |\ | ||||||
| | * | fix(vtsls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 | |
| | | | ||||||
| | * | fix(tsserver): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 | |
| | | | ||||||
| | * | fix(tailwindcss): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+10 | |
| | | | ||||||
| | * | fix(syntax_tree): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -3/+1 | |
| | | | ||||||
| | * | fix(omnisharp): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -10/+2 | |
| | | | ||||||
| | * | fix(kotlin_language_server): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -6/+1 | |
| | | | ||||||
| | * | fix(hls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -14/+2 | |
| | | | ||||||
| | * | fix(gradle_ls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -7/+2 | |
| | | | ||||||
| | * | fix(gopls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix(custom_elements_ls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 | |
| | | | ||||||
| | * | fix(cairo_ls): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 | |
| | | | ||||||
| * | | feat: add support for slangd (#2907) | Stephan Seitz | 2023-11-20 | 1 | -0/+44 | |
| |/ | | | | `slangd` is the language server for [slang](https://github.com/shader-slang/slang), a shader language that extends HLSL with additional features. | |||||
| * | fix(rust-analyzer): don't run cargo if Cargo.toml is not found (#2905) | kitterion | 2023-11-19 | 1 | -10/+17 | |
| | | ||||||
| * | fix: util.root_pattern prioritises pattern order (#2885) | Emilio Ziniades | 2023-11-18 | 1 | -8/+11 | |
| | | | | | | | | | | | | | * fix: util.root_pattern prioritises pattern order Instead of traversing the filesystem upwards once and returning the first match of all the patterns, it traverses the filesystem upwards once for each pattern. This means that the order of the patterns provided matters, and the highest priority patterns should be put first. Also updated corresponding tests. * docs: update util.root_pattern description | |||||
| * | feat: add autotools-language-server support (#2902) | uazm | 2023-11-18 | 1 | -0/+29 | |
| | | ||||||
| * | fix: remove outdated jdtls progress message handler #2899 | Srinesh Nisala | 2023-11-17 | 1 | -1/+0 | |
| | | | | closes #2897 | |||||
| * | feat: enable single file mode for nushell lsp (#2900) | alex-tdrn | 2023-11-17 | 1 | -0/+1 | |
| | | ||||||
| * | fix: handle exit code on async run command (#2896) | meredith | 2023-11-15 | 1 | -3/+15 | |
| | | | | | | jobid -1 is returned when the command can't start at all, there shouldn't be any stderr either. normally you could get further detail "errno" style, but i don't see that this is exposed by the job api. | |||||
| * | feat(rescriptls): add init_options (#2893) | Pedro Castro | 2023-11-15 | 1 | -0/+9 | |
| | | ||||||
| * | pylyzer: declare single file support #2894 | rhjdvsgsgks | 2023-11-14 | 1 | -0/+1 | |
| | | ||||||
| * | feat(facility-language-server): add facility language server (#2892) | Bryan Kenote | 2023-11-14 | 1 | -0/+17 | |
| | | ||||||
| * | feat: add contextive-language-server support (#2888) | Erik Kinnunen | 2023-11-12 | 1 | -0/+21 | |
| | | ||||||
| * | feat: add nushell built-in language server support (#2884) | blusk | 2023-11-10 | 1 | -0/+19 | |
| | | ||||||
| * | feat: add cypher language server (#2883) | Gerrit Meier | 2023-11-10 | 1 | -0/+23 | |
| | | ||||||
