We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a173d commit d78754cCopy full SHA for d78754c
src/requests/textdocument.jl
@@ -96,7 +96,6 @@ function textDocument_didChange_notification(params::DidChangeTextDocumentParams
96
StaticLint.clear_meta(cst0[i])
97
end
98
setcst(doc, EXPR(cst0.head, EXPR[cst0.args[r1]; cst1.args[r2]; cst0.args[r3]], nothing))
99
- comp(cst1, getcst(doc)) || @error "File didn't update properly." # expensive check, remove
100
sizeof(get_text(doc)) == getcst(doc).fullspan || @error "CST does not match input string length."
101
headof(doc.cst) === :file ? set_doc(doc.cst, doc) : @info "headof(doc) isn't :file for $(doc._path)"
102
0 commit comments