删除 '.vscode/launch.json'
This commit is contained in:
parent
617090e7ea
commit
b090784163
|
|
@ -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"}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue