Skip to content

Commit 7259bd6

Browse files
authored
Merge pull request #680 from julia-vscode/remsetpath
remove reference to StaticLint.setpath
2 parents fa5744f + 254b084 commit 7259bd6

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)