opencode
opencode copied to clipboard
feat: add experimental support for Ty language server
- Introduced OPENCODE_EXPERIMENTAL_LSP_TY flag to conditionally enable Ty language server functionality.
- Implemented Ty language server with support for Python file extensions and virtual environment detection.
Proposed fix for #5345