generated from VLADIMIR/template
add test story
This commit is contained in:
Vendored
+15
@@ -15,6 +15,21 @@
|
||||
],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"buildFlags": "-tags local"
|
||||
},
|
||||
{
|
||||
"name": "Local Launch",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"program": "${workspaceFolder}/cmd/evening_detective",
|
||||
"args": [
|
||||
"--local"
|
||||
],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"buildFlags": "-tags local",
|
||||
"env": {
|
||||
"STORY_FILENAME": "./internal/tests/story.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Vendored
+4
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"Приложение",
|
||||
"Текст",
|
||||
"Точка",
|
||||
"точки",
|
||||
"AUTOINCREMENT",
|
||||
"gwmux",
|
||||
"localtime",
|
||||
"palces"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user