From a98dbe65bc036489737bba80ccc69de26d434344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Tue, 16 Apr 2024 16:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9launch.json=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 4 ++++ .vscode/launch.json | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .idea/misc.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..f5effd6 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 1d9f9a0..14cd719 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,12 +7,8 @@ "request": "launch", "program": "${workspaceRoot}/target/debug/${workspaceFolderBasename}", "args": [], - "stopAtEntry": false, "cwd": "${workspaceRoot}", - "environment": [], - "preLaunchTask":"build", - "externalConsole": true, - + "preLaunchTask":"build", } ] } \ No newline at end of file