From b09078416378b103b0d4b4501e5cd527ff1fd53b Mon Sep 17 00:00:00 2001 From: suguo Date: Mon, 27 Nov 2023 12:30:46 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'.vscode/launch.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index a595101..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Launch Package", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "/Users/suguo/project/ddns", - "env":{"MYSQL_DSN":"root:SG1231@tcp(i.myschools.me:6006)/ddns?charset=utf8mb4&parseTime=True&loc=Local"} - } - ] -} \ No newline at end of file