aboutsummaryrefslogtreecommitdiff
path: root/src/server/types.odin
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2023-06-12 23:16:24 +0200
committerDanielGavin <danielgavin5@hotmail.com>2023-06-12 23:16:24 +0200
commitbe7379928d50d83404fd534088af6329bd70e851 (patch)
treec68c1382f196428a9f614de22464931372444a42 /src/server/types.odin
parentfaf6b449568b2bb54373f8d561058435c15982ee (diff)
Add experimental workspace symbol
Diffstat (limited to 'src/server/types.odin')
-rw-r--r--src/server/types.odin1
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,
}