From d5a0299e01c830ba9411dba8bf2a223569d54d3f Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 11 May 2023 00:01:06 -0400 Subject: Fix vscode configs to reflect the new file structire --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index 078509d..d84211f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "java.project.sourcePaths": ["src"], "java.project.outputPath": "bin", "java.project.referencedLibraries": [ - "lib/**/*.jar" + "lib/linux/**/*.jar" ], "java.debug.settings.onBuildFailureProceed": true } \ No newline at end of file -- cgit v1.2.3