From 11b5f6fe654a7b04a009a32d8a07407a82d99a99 Mon Sep 17 00:00:00 2001
From: ayi <2294931964@qq.com>
Date: Thu, 27 Nov 2025 17:35:19 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9vscode=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.vscode/java-formatter.xml | 2 +-
.vscode/launch.json | 14 ++++++++++++++
.vscode/settings.json | 6 +++++-
3 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 .vscode/launch.json
diff --git a/.vscode/java-formatter.xml b/.vscode/java-formatter.xml
index ba43e02..3c9f062 100644
--- a/.vscode/java-formatter.xml
+++ b/.vscode/java-formatter.xml
@@ -305,7 +305,7 @@
-
+
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..6224e9d
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,14 @@
+{
+ "configurations": [
+ {
+ "type": "java",
+ "name": "Spring Boot-XiaoyiAuthApplication",
+ "request": "launch",
+ "cwd": "${workspaceFolder}",
+ "mainClass": "top.crushtj.xiaoyishu.auth.XiaoyiAuthApplication",
+ "projectName": "xiaoyi-auth",
+ "args": "",
+ "envFile": "${workspaceFolder}/.env"
+ }
+ ]
+}
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 6c31703..f2b1216 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,9 @@
{
"maven.executable.options": "-s D:\\Programs\\Dev\\maven\\conf\\settings-aliyun.xml",
"java.format.settings.url": ".vscode/java-formatter.xml",
- "java.compile.nullAnalysis.mode": "automatic"
+ "java.compile.nullAnalysis.mode": "automatic",
+ "java.configuration.updateBuildConfiguration": "automatic",
+ "[java]": {
+ "editor.tabSize": 4
+ }
}
\ No newline at end of file