From b65d7c5563def78274521c6a6a6c697381b91773 Mon Sep 17 00:00:00 2001 From: Andre Kurait Date: Thu, 9 Jan 2025 15:31:10 -0600 Subject: [PATCH] Revert vscode settings Signed-off-by: Andre Kurait --- .vscode/settings.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 49f996ddc..f9a5f54f4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,5 @@ { "java.compile.nullAnalysis.mode": "automatic", - "java.completion.importOrder": [ - "javax", - "java", - "org.opensearch", - "", - "#" - ], - "java.configuration.updateBuildConfiguration": "automatic" -} \ No newline at end of file + "java.completion.importOrder": ["javax","java","org.opensearch","","#"] +} +