Skip to content

Commit 5d5c593

Browse files
committed
remove reference to StaticLint.setpath
1 parent 2db2361 commit 5d5c593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/staticlint.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import StaticLint: hasfile, canloadfile, loadfile, setfile, getfile, getsymbolserver, getsymbolextendeds
2-
import StaticLint: getpath, setpath, getroot, setroot, getcst, setcst, scopepass, getserver, setserver
2+
import StaticLint: getpath, getroot, setroot, getcst, setcst, scopepass, getserver, setserver
33
hasfile(server::LanguageServerInstance, path::String) = hasdocument(server, URI2(filepath2uri(path)))
44
function canloadfile(server::LanguageServerInstance, path::String)
55
try

0 commit comments

Comments
 (0)