Add link to the note

This commit is contained in:
ryuukk 2022-06-24 13:37:24 +02:00 committed by GitHub
parent 64f525f95f
commit c964c4545a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
};