Remove .vscode/settings.json from the repository

The file likely contained editor-specific configurations that are unrelated to the source code. Removing it helps prevent unintentional overrides of personal developer settings and keeps the repository cleaner.
This commit is contained in:
M-H9 2024-12-11 12:00:37 +01:00
parent d4fd68fa70
commit 18c27e2ea0

View File

@ -1,3 +0,0 @@
{
"java.compile.nullAnalysis.mode": "automatic"
}