Skip to content

Commit 2cb881c

Browse files
committed
Make package visible in tests to languageserver
1 parent 62c6db7 commit 2cb881c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DynamicExpressions.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ const PACKAGE_VERSION = let
3939
VersionNumber(project["version"])
4040
end
4141

42+
macro ignore(args...) end
43+
# To get LanguageServer to register library within tests
44+
@ignore include("../test/runtests.jl")
45+
4246
end

0 commit comments

Comments
 (0)