Commit graph

3060 commits

Author SHA1 Message Date
Gaëtan Lehmann
d65d26a890
feat: add earthlyls configuration (#3111) 2024-04-18 14:12:35 +08:00
Hendrik Ziegler
9266dc2686
fix(gopls): GOMODCACHE is now found in gitbash #3064
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.
2024-04-15 03:45:49 -07:00
github-actions[bot]
da0b236ef3 docs: update server_configurations.md
skip-checks: true
2024-04-15 06:10:58 +00:00
Aleš Brelih
258f671c5d
fix: gitlab-ci-ls filetype (#3109)
Now it loads on yaml.gitlab. Also added yamlls dependency to the same
filetype.
2024-04-15 14:10:45 +08:00
github-actions[bot]
b73f30d113 docs: update server_configurations.md
skip-checks: true
2024-04-14 16:50:26 +00:00
Christian Kögler
8d29310a96
fix: avoid initialization of optional value journal_file #3107
parameter journal_file is optional:
https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/config.rs#L8

Setting journal_file raises an error in following line:
https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/server.rs#L122
2024-04-14 09:50:15 -07:00
github-actions[bot]
76b1bbaecb docs: update server_configurations.md
skip-checks: true
2024-04-14 06:11:43 +00:00
Nithin Bekal
40f9286377
fix: rename ruby_ls to ruby_lsp (#3105) 2024-04-14 14:11:32 +08:00
github-actions[bot]
0351909f2b docs: update server_configurations.md
skip-checks: true
2024-04-14 06:11:01 +00:00
bscan
bfbb502c46
fix(perlnavigator): Add cmd and installation instructions for perl navigator (#3106)
* Add cmd and installation instructions for perl navigator

The prior instructions only included building from source. This includes installation of the perlnavigator from npm and a default command. Should make the perlnavigator simpler to install and configure.

* Update perlnavigator.lua

Removing excess whitespace
2024-04-14 14:10:45 +08:00
github-actions[bot]
b3014f2209 docs: update server_configurations.md
skip-checks: true
2024-04-11 06:04:25 +00:00
Keith Smiley
ec122b1d4a
feat: add starpls support (#3102)
This is a LSP for bazel https://github.com/withered-magic/starpls
2024-04-11 14:04:13 +08:00
github-actions[bot]
505d3f92e9 docs: update server_configurations.md
skip-checks: true
2024-04-11 06:03:50 +00:00
Stefano Volpe
9e477848d1
feat: add agda-language-server (#3100)
* feat: add agda-language-server

* fix(agda_ls): *.agda-lib root pattern
2024-04-11 14:03:37 +08:00
github-actions[bot]
e25c4cdecd docs: update server_configurations.md
skip-checks: true
2024-04-09 10:54:57 +00:00
Josef Litoš
2054452352
feat(omnisharp)!: use standard settings table for configuration (#3099) 2024-04-09 18:54:44 +08:00
github-actions[bot]
b94a4c2ff3 docs: update server_configurations.md
skip-checks: true
2024-04-09 05:57:01 +00:00
slavek-kucera
9cbe6e728b
feat: add hlasm support (#3098) 2024-04-09 13:56:48 +08:00
github-actions[bot]
9619e53d3f docs: update server_configurations.md
skip-checks: true
2024-04-06 05:55:43 +00:00
AoMe · 青目
fff41d8ffb
fix(doc): server_configuration for css_variables (#3097) 2024-04-06 13:55:30 +08:00
github-actions[bot]
e13ef0c5c8 docs: update server_configurations.md
skip-checks: true
2024-04-05 11:36:53 +00:00
Aleš Brelih
6f118b60bc
feat(gitlab_ci_ls): added (#3096)
Added support for Gitlab CI language server.
2024-04-05 19:36:42 +08:00
Yechiel
96e5711040
feat(snyk-ls): enable snyk code by default (#3092)
The language server is quite useless without this flag.
2024-04-03 18:24:29 +08:00
github-actions[bot]
70279e07f1 docs: update server_configurations.md
skip-checks: true
2024-04-03 05:40:11 +00:00
Hilmar Wiegand
3e267dbf54
feat: add tsp-server support (#3093) 2024-04-03 13:39:59 +08:00
github-actions[bot]
f4619ab31f docs: update server_configurations.md
skip-checks: true
2024-03-30 05:24:13 +00:00
Ryan Gambord
84d014d8b0
docs(esbonio): fix broken link to esbonio documentation (#3091) 2024-03-30 13:24:00 +08:00
Patricio Serrano
6e5c78ebc9
fix: revert to not requiring single_file_mode and root_dir check (#3088) 2024-03-24 13:39:12 +08:00
github-actions[bot]
24662f92c1 docs: update server_configurations.md
skip-checks: true
2024-03-22 06:37:09 +00:00
Seth Gower
1d5e1102e4
feat: adds ginko_ls support (#3086) 2024-03-22 14:36:55 +08:00
github-actions[bot]
bb2a32d164 docs: update server_configurations.md
skip-checks: true
2024-03-22 05:43:45 +00:00
Dhruv Manilawala
ac77d0429c
feat: add the new Ruff language server (#3084) 2024-03-22 13:43:32 +08:00
Ray Guo
d67715d3b7
feat(eslint): add support for .cjs, .ts, .mts, .cts config files (#3083) 2024-03-20 16:42:19 +08:00
Dionisio E Alonso
eb012f03bb
fix(basepyright): correct command (#3082)
* feat: add basedpyright support

* fix(basedpyright): correct settings schema

Settings are stored under a different key for this fork.  Instead of
using the original `python` key, now settings specific to this LSP
server are stored under `basedpyright` map key.

* fix(basedpyright): correct plugin command

The command was doing nothing because as `python` is no longer the
default namespace for settings, for this LSP server,
`client.settings.python` has a `nil` value.  Hence the table couldn't be
extended.
2024-03-19 13:44:36 +08:00
github-actions[bot]
8c1831817d docs: update server_configurations.md
skip-checks: true
2024-03-18 06:09:09 +00:00
Aldric.li
e363cd7da9
feat: add tinymist (#3075)
* feat: add tinymist

* fix(tinymist): typo

* fix(tinymist): typo

* feat: add .git detect

* fix: no single file support

* fix: true to false

* fix: change reviewed

Co-authored-by: Raphael <glephunter@gmail.com>

---------

Co-authored-by: Raphael <glephunter@gmail.com>
2024-03-18 14:08:56 +08:00
github-actions[bot]
1fbc57108c docs: update server_configurations.md
skip-checks: true
2024-03-18 06:08:11 +00:00
Dionisio E Alonso
06db78c2ed
Correct schema for LSP server (#3079)
* feat: add basedpyright support

* fix(basedpyright): correct settings schema

Settings are stored under a different key for this fork.  Instead of
using the original `python` key, now settings specific to this LSP
server are stored under `basedpyright` map key.
2024-03-18 14:07:59 +08:00
github-actions[bot]
1f3ef31d1b docs: update server_configurations.md
skip-checks: true
2024-03-17 07:41:34 +00:00
Dionisio E Alonso
15a93b34db
feat: add basedpyright support (#3078) 2024-03-17 15:41:20 +08:00
github-actions[bot]
61bf7c920b docs: update server_configurations.md
skip-checks: true
2024-03-17 06:06:30 +00:00
Tristan Partin
2b2a8052cd
feat: add mesonlsp (#3076)
mesonlsp is a new language server for Meson by the same author as
Swift-MesonLSP. Swift-MesonLSP is no longer developed.
2024-03-17 14:06:15 +08:00
github-actions[bot]
5b364bd4db docs: update server_configurations.md
skip-checks: true
2024-03-16 07:03:11 +00:00
Herrington Darkholme
d35e598a1c
fix: remove single file support for ast-grep (#3072)
ast-grep requires a project setup like sgconfig.yml.
Otherwise it will report an error.
This fix removes the single_file_support option.
2024-03-16 15:02:55 +08:00
Hoang Nguyen
f3a106bee2
feat: add regal (#3071) 2024-03-16 15:02:47 +08:00
github-actions[bot]
4bdd3800b4 docs: update server_configurations.md
skip-checks: true
2024-03-12 06:29:20 +00:00
benedikt-bartscher
470402d7f7
feat: add jinja-lsp (#3069) 2024-03-12 14:29:06 +08:00
github-actions[bot]
1917b562a0 docs: update server_configurations.md
skip-checks: true
2024-03-11 05:40:36 +00:00
Philipp Heuer
d6f9403acc
feat: add vacuum support (#3065) 2024-03-11 13:40:24 +08:00
github-actions[bot]
3f52bda8f9 docs: update server_configurations.md
skip-checks: true
2024-03-11 05:39:10 +00:00