From c964c4545ae17afb87e89ac49d04a47d7c86297f Mon Sep 17 00:00:00 2001 From: ryuukk <44361234+ryuukk@users.noreply.github.com> Date: Fri, 24 Jun 2022 13:37:24 +0200 Subject: [PATCH] Add link to the note --- src/types.zig | 1 + 1 file changed, 1 insertion(+) 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, };