You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add LSP server support for code intelligence (#16)
Install language servers in base and intermediate images:
- Base: typescript-language-server, pyright, bash-language-server,
vscode-langservers-extracted (json/css/html), clangd, marksman
- Rust intermediate: rust-analyzer via rustup
- Go intermediate: gopls via go install
Add default /etc/opencode/opencode.config.json with LSP configurations
for all supported languages. The sidecar config-loader will use this
as a fallback when no workspace config exists.
Supported languages: typescript, javascript, python, rust, go, bash,
json, css, html, markdown, c/cpp
0 commit comments