From 32020ce801b26ff3f088825817c8435a1a9bb583 Mon Sep 17 00:00:00 2001 From: SebasKoedam Date: Wed, 15 May 2024 16:42:21 +0200 Subject: [PATCH] feat: Add Java build configuration update to .vscode/settings.json --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +} \ No newline at end of file