Commit 24fcb1e
committed
fix(language_server): return server version
closes #10799
```
2025-05-05 12:38:19.243 [info] [Trace - 12:38:19 PM] Received response 'initialize - (0)' in 331ms.
2025-05-05 12:38:19.243 [info] Result: {
"capabilities": {
"textDocumentSync": 1,
"codeActionProvider": {
"codeActionKinds": [
"quickfix",
"source.fixAll.oxc"
]
},
"executeCommandProvider": {
"commands": [
"oxc.fixAll"
]
},
"workspace": {
"workspaceFolders": {
"supported": true,
"changeNotifications": true
}
}
},
"serverInfo": {
"name": "oxc",
"version": "0.16.9"
}
}
```initialize response (#10810)1 parent 96cca22 commit 24fcb1e
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
0 commit comments