Skip to content

Commit cda6880

Browse files
authored
Handle new kind of outline symbol (#1527)
1 parent 93ab38e commit cda6880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocaml-lsp-server/src/workspace_symbol.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ let outline_kind kind : SymbolKind.t =
218218
| `Type -> String
219219
| `Exn -> Constructor
220220
| `Class -> Class
221+
| `ClassType -> Interface
221222
| `Method -> Method
222223
;;
223224

0 commit comments

Comments
 (0)