diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2023-06-12 23:16:24 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2023-06-12 23:16:24 +0200 |
| commit | be7379928d50d83404fd534088af6329bd70e851 (patch) | |
| tree | c68c1382f196428a9f614de22464931372444a42 /src/server/types.odin | |
| parent | faf6b449568b2bb54373f8d561058435c15982ee (diff) | |
Add experimental workspace symbol
Diffstat (limited to 'src/server/types.odin')
| -rw-r--r-- | src/server/types.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/types.odin b/src/server/types.odin index b0e4a9b..1770a8e 100644 --- a/src/server/types.odin +++ b/src/server/types.odin @@ -28,6 +28,7 @@ ResponseParams :: union { []TextEdit, []InlayHint, []DocumentLink, + []WorkspaceSymbol, WorkspaceEdit, } |