From 8b63eb6fe4f9302f649186a9b0ece36ec6e8e35f Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Thu, 5 Jun 2025 10:41:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=20IDE=20=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 4fa5537..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "java.configuration.updateBuildConfiguration": "automatic", - "java.dependency.packagePresentation": "hierarchical", - "java.compile.nullAnalysis.mode": "automatic" -}