added launch

pull/1097/head
smit95tpatel 2021-12-17 18:16:58 +05:30
parent f27382e6f3
commit bb8147833e
2 changed files with 18 additions and 1 deletions

2
.gitignore vendored
View File

@ -42,4 +42,4 @@ tmp
services.yml
statping.wiki
assets/
.vscode
.vscode/settings.json

17
.vscode/launch.json vendored Normal file
View File

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