aboutsummaryrefslogtreecommitdiff
path: root/src/server/types.odin
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-05-29 21:40:01 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-05-29 21:40:01 +0200
commit2219138b240d0b8d8e71601b7852f666df316fea (patch)
treea551ecb0c420e60a4544e3bc483512345fa933be /src/server/types.odin
parent9cf3c6313e77b0c3d80b8ffc298b20ab2d5b633d (diff)
More work on renaming
Diffstat (limited to 'src/server/types.odin')
-rw-r--r--src/server/types.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/types.odin b/src/server/types.odin
index 9cc1e01..bb6d00f 100644
--- a/src/server/types.odin
+++ b/src/server/types.odin
@@ -484,7 +484,7 @@ TextDocumentEdit :: struct {
}
WorkspaceEdit :: struct {
- documentChanges: []TextDocumentEdit,
+ changes: map[string][]TextEdit,
}
WorkspaceSymbolParams :: struct {