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
lsp: Add support for external document show (showDocument param :external?) (#4872)
* Add support for external document show
This change enhances lsp--window-show-document to handle external URLs by:
- Adding external? parameter support from ShowDocumentParams
- Opening external URIs in browser via browse-url
- Maintaining existing file-based document handling
* lsp: response t if we can show document in external browser
* style: indentation
---------
Co-authored-by: JenChieh <[email protected]>
0 commit comments