Skip to content

Commit

Permalink
vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jan 2, 2025
1 parent f6c86dd commit a61bf86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.completion.enabled": false,
"java.debug.settings.enableRunDebugCodeLens": false
"java.debug.settings.enableRunDebugCodeLens": false,
"java.compile.nullAnalysis.mode": "automatic"
}

0 comments on commit a61bf86

Please sign in to comment.