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.
1 parent 718e5ad commit 52eddf6Copy full SHA for 52eddf6
templates/invisible-project/.vscode/settings.json
@@ -1,4 +1,7 @@
1
{
2
"java.project.sourcePaths": ["src"],
3
- "java.project.outputPath": "bin"
+ "java.project.outputPath": "bin",
4
+ "java.project.referencedLibraries": [
5
+ "lib/**/*.jar"
6
+ ]
7
}
0 commit comments