Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 6664149

Browse files
dannypsnljeapostrophe
authored andcommitted
cleanup outdated trick
Signed-off-by: Lîm Tsú-thuàn <[email protected]>
1 parent f8d4060 commit 6664149

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc-trace.rkt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@
106106
(hasheq (string->symbol (path->uri src-obj))
107107
(TextEdit #:range (Range #:start (abs-pos->Pos doc-text start)
108108
#:end (abs-pos->Pos doc-text finish))
109-
#:newText "_")))
110-
#:data (Range #:start (abs-pos->Pos doc-text start)
111-
#:end (abs-pos->Pos doc-text finish))))
109+
#:newText "_")))))
112110

113111
(set-add! warn-diags diag)))
114112
(define/override (syncheck:add-mouse-over-status src-obj start finish text)

interfaces.rkt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
[kind string?]
1717
[diagnostics any/c]
1818
[isPreferred boolean?]
19-
[edit any/c]
20-
;; here, we put edit range
21-
[data any/c])
19+
[edit any/c])
2220

2321
(define-json-expander Diagnostic
2422
[range any/c]

0 commit comments

Comments
 (0)