ja
21d81dcf4e
feat(lsp): add Tinymist LSP support for Typst ( #5933 )
2025-12-26 14:35:05 -06:00
Tim Kleinschmidt
439af1740a
support clojure projects with built-in lsp ( #5975 )
2025-12-26 14:35:04 -06:00
Aiden Cline
330e4a7c73
feat: add experimental lsp tool ( #5886 )
2025-12-26 14:34:55 -06:00
Luo Chen
79134dd16a
feat: add nixd as lsp for nix language ( #5929 )
2025-12-26 14:34:55 -06:00
Dax Raad
221093a52b
core: fix LSP server binary installation and shell command execution
...
- Ensure proper file permissions are set for installed LSP binaries on non-Windows platforms
- Add error handling for shell command execution in prompt system to prevent crashes
2025-12-26 14:34:53 -06:00
Nalin Singh
c04c92778b
feat: add syntax highlighting for .ets files ( #5889 )
2025-12-26 14:34:52 -06:00
Eric Shirley
d8a450ce17
lsp: add oxlint server ( #5570 )
2025-12-26 14:34:24 -06:00
GitHub Action
9aabebd644
chore: format code
2025-12-26 14:34:18 -06:00
OpeOginni
859ee9904d
feat: add experimental support for Ty language server ( #5575 )
2025-12-26 14:34:18 -06:00
Luke Parker
3b75ffdc41
fix: debounce LSP diagnostics to get complete results ( #5600 )
2025-12-26 14:33:48 -06:00
Luke Parker
9b470429de
fix(win32): Normalise LSP paths on windows (fixes lua) ( #5597 )
2025-12-26 14:33:46 -06:00
Aiden Cline
e8dba6264f
tweak: add .catch for extractZip calls
2025-12-26 14:33:46 -06:00
Luke Parker
7e9f77117f
fix(win32): Missing LSP can now unzip on windows ( #5594 )
2025-12-26 14:33:45 -06:00
Luke Parker
5fc0a55f54
fix(win32): correct ElixirLS extension typo ( #5590 )
2025-12-26 14:33:44 -06:00
Luke Parker
59da2e16b2
fix(win32): use path.delimiter for PATH separator in LSP server lookups ( #5589 )
2025-12-26 14:33:43 -06:00
Nalin Singh
ba1cd2777a
feat: add F# language server support ( #5549 )
2025-12-26 14:33:35 -06:00
Lawrence Sarpong
74fb054040
Add Gleam LSP and formatter ( #5514 )
2025-12-26 14:33:18 -06:00
GitHub Action
91a6f77ff0
chore: format code
2025-12-26 14:33:14 -06:00
rari404
84975a5d82
feat: add dockerfile language server ( #5252 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-26 14:33:14 -06:00
rari404
a9c179db7a
feat: add texlab language server and latexindent formatter ( #5251 )
2025-12-26 14:33:14 -06:00
Adán
ffec52a17c
fix: Windows LSP URIs using backslashes (Biome initialization failure) ( #5317 )
2025-12-11 16:28:39 -06:00
Aiden Cline
df64612d54
better interleaved thinking support ( #5298 )
2025-12-09 16:32:12 -06:00
ry2009
16c4b02b69
feat: add Biome LSP support ( #5290 )
2025-12-09 15:31:13 -06:00
Dax Raad
1e3bdcc71c
rename bus
2025-12-09 14:32:09 -05:00
Shoubhit Dash
20530104ce
add ocaml lsp support ( #5230 )
2025-12-08 14:33:45 -06:00
GitHub Action
eed48e76de
chore: format code
2025-12-08 18:06:48 +00:00
rari404
fab8ab2840
feat: add terraform-ls language server and formatter ( #5243 )
2025-12-08 12:02:25 -06:00
rari404
9bd2ea5e5f
feat: add bash-language-server LSP ( #5246 )
2025-12-08 11:39:49 -06:00
Aiden Cline
53a7c2885b
bump default lsp server timeout
2025-12-02 16:04:08 -06:00
Christoph
7112a706b8
core: add built-in Dart LSP server and formatter ( #4841 )
2025-11-28 00:33:45 -06:00
Dax Raad
501a2539c7
revert ts lsp to monorepo root
2025-11-26 20:31:26 -05:00
Dax Raad
2c8d42d997
roll back vtsls
2025-11-26 20:18:40 -05:00
Dax Raad
b16aa81e0d
switch to vtsls for typescript lsp
2025-11-25 19:23:23 -05:00
Dax Raad
e8db95be16
switch typescript lsp to be one per package to ensure it loads when typescript is not installed at root
2025-11-25 19:14:07 -05:00
Adam
acf1dd8500
wip(share): more styling
2025-11-24 15:10:40 -06:00
processtrader
e7a157ef8f
fix: replace ruby-lsp with rubocop for better LSP performance ( #4543 )
2025-11-20 09:54:47 -06:00
Daniel Polito
e1089bc5de
Adding LSP: PHP Intelephense ( #4504 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-11-19 16:01:18 -06:00
Iljo
4703e859bd
Add YAML language server support ( #4508 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-11-19 14:47:04 -06:00
Aiden Cline
81ebf56cf1
feat: add top level lsp: false and formatter: false to allow disabling all formatters or lsps at once
2025-11-18 17:48:40 -06:00
Filip
aa2e2c76c0
fix: clangd hanging fixed ( #3611 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
Co-authored-by: GitHub Action <action@github.com >
2025-11-12 00:21:55 -06:00
Boston Cartwright
18260b037b
feat: add SourceKit LSP support ( #1545 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-11 20:51:33 -06:00
Dax Raad
b0b7fd143b
tui: show LSP diagnostics inline when viewing files so users can see type errors and compilation issues without leaving the interface
2025-11-11 12:15:40 -05:00
GitHub Action
969af4d541
chore: format code
2025-11-08 22:32:25 +00:00
Christopher Sacca
271b679058
fix(lsp): handle optional requests to avoid MethodNotFound (-32601) with MATLAB Language Server ( #4007 )
2025-11-08 16:31:39 -06:00
GitHub Action
34ff87d504
chore: format code
2025-11-08 01:59:02 +00:00
Dax Raad
1ea3a8eb9b
big format
2025-11-06 13:03:12 -05:00
Err
3b1ab444fd
feat: add Clojure syntax highlighting support ( #3912 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
2025-11-04 22:47:05 -06:00
Dax
96bdeb3c7b
OpenTUI is here ( #2685 )
2025-10-31 15:07:36 -04:00
Haris Gušić
c1ada302f9
fix: Opencode hangs after exit ( #3481 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-10-30 23:57:58 -05:00
Aiden Cline
3541fdcb20
tweak: adjust deno lsp ( #3581 )
2025-10-30 11:59:54 -05:00