diff --git a/templates/invisible-project/.vscode/settings.json b/templates/invisible-project/.vscode/settings.json index 96ee3d15..e112a702 100644 --- a/templates/invisible-project/.vscode/settings.json +++ b/templates/invisible-project/.vscode/settings.json @@ -1,4 +1,7 @@ { "java.project.sourcePaths": ["src"], - "java.project.outputPath": "bin" + "java.project.outputPath": "bin", + "java.project.referencedLibraries": [ + "lib/**/*.jar" + ] }