oxc/crates/oxc_language_server
IWANABETHATGUY 1a93033b7b feat(oxc_language_server): add diagnostic code with link (#6487)
1. follow #6479
2. Adding related doc link to lsp diagnostic code.
## Preview
![image](https://github.com/user-attachments/assets/dad5b6a2-787a-43c3-b308-ebe74e38e21c)

**after click**
![image](https://github.com/user-attachments/assets/5b725fcd-cacd-4779-9b2a-15824d7c0cf7)

The UI looks a little wired, due to aba9ea3f1d/crates/oxc_diagnostics/src/lib.rs (L113-L120),

I suggest change the code above to
```rs
format!("{scope}/{number}")
```
2024-10-13 07:07:43 +00:00
..
src feat(oxc_language_server): add diagnostic code with link (#6487) 2024-10-13 07:07:43 +00:00
Cargo.toml refactor(linter): consolidate file loading logic (#6130) 2024-09-29 02:48:01 +00:00