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.
2 parents fa5744f + 254b084 commit 7259bd6Copy full SHA for 7259bd6
src/staticlint.jl
@@ -1,5 +1,5 @@
1
import StaticLint: hasfile, canloadfile, loadfile, setfile, getfile, getsymbolserver, getsymbolextendeds
2
-import StaticLint: getpath, setpath, getroot, setroot, getcst, setcst, scopepass, getserver, setserver
+import StaticLint: getpath, getroot, setroot, getcst, setcst, scopepass, getserver, setserver
3
hasfile(server::LanguageServerInstance, path::String) = hasdocument(server, URI2(filepath2uri(path)))
4
function canloadfile(server::LanguageServerInstance, path::String)
5
try
0 commit comments