diff --git a/src/types.zig b/src/types.zig index 4752923..4a00a52 100644 --- a/src/types.zig +++ b/src/types.zig @@ -254,6 +254,7 @@ pub const CompletionItem = struct { // FIXME: i commented this out, because otherwise the vscode client complains about *ranges* // and breaks code completion entirely + // see: https://github.com/zigtools/zls-vscode/pull/33 // textEdit: ?TextEdit = null, };