Skip to content

Commit 52eddf6

Browse files
authored
fix: Add default setting for referenced libraries (#584)
Signed-off-by: Sheng Chen <[email protected]>
1 parent 718e5ad commit 52eddf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"java.project.sourcePaths": ["src"],
3-
"java.project.outputPath": "bin"
3+
"java.project.outputPath": "bin",
4+
"java.project.referencedLibraries": [
5+
"lib/**/*.jar"
6+
]
47
}

0 commit comments

Comments
 (0)