mirror of https://github.com/statping/statping
added launch
parent
f27382e6f3
commit
bb8147833e
|
@ -42,4 +42,4 @@ tmp
|
|||
services.yml
|
||||
statping.wiki
|
||||
assets/
|
||||
.vscode
|
||||
.vscode/settings.json
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
// 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",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${fileDirname}",
|
||||
"env": {},
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue