Skip to content

Commit

Permalink
Revert vscode settings
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Jan 9, 2025
1 parent efc4df2 commit b65d7c5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"java.compile.nullAnalysis.mode": "automatic",
"java.completion.importOrder": [
"javax",
"java",
"org.opensearch",
"",
"#"
],
"java.configuration.updateBuildConfiguration": "automatic"
}
"java.completion.importOrder": ["javax","java","org.opensearch","","#"]
}

0 comments on commit b65d7c5

Please sign in to comment.