generated from VLADIMIR/template
add stat and fix get place
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@
|
||||
"buildFlags": "-tags local"
|
||||
},
|
||||
{
|
||||
"name": "Local Launch",
|
||||
"name": "Launch for tests",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
|
||||
Vendored
+4
@@ -11,5 +11,9 @@
|
||||
"palces",
|
||||
"qrcode",
|
||||
"signintech"
|
||||
],
|
||||
"makefile.configureOnOpen": false,
|
||||
"go.testFlags": [
|
||||
"-count=1",
|
||||
]
|
||||
}
|
||||
Vendored
+33
@@ -0,0 +1,33 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Gen Config",
|
||||
"type": "shell",
|
||||
"isBackground": true,
|
||||
"command": "make generate",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$go"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Tests",
|
||||
"type": "shell",
|
||||
"isBackground": true,
|
||||
"command": "make test",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$go"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user