Commit 9d2bab7
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]>1 parent f3dcffb commit 9d2bab7
1 file changed
+11
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2226 | 2226 | | |
2227 | 2227 | | |
2228 | 2228 | | |
2229 | | - | |
2230 | | - | |
| 2229 | + | |
| 2230 | + | |
2231 | 2231 | | |
2232 | | - | |
2233 | | - | |
2234 | | - | |
2235 | | - | |
2236 | | - | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
| 2237 | + | |
| 2238 | + | |
| 2239 | + | |
| 2240 | + | |
2237 | 2241 | | |
2238 | 2242 | | |
2239 | 2243 | | |
| |||
0 commit comments