删除 '.vscode/launch.json'

This commit is contained in:
suguo.yao 2023-11-27 12:30:46 +00:00
parent 617090e7ea
commit b090784163
1 changed files with 0 additions and 16 deletions

16
.vscode/launch.json vendored
View File

@ -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"}
}
]
}