diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-02-13 22:55:13 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-02-13 22:55:13 +0300 |
commit | 24ca753ba3ab0f0d4fdc413c467bc304da06744f (patch) | |
tree | 9cdf12a41950369e3784a42173f433a07fda8fd6 /.vscode |
initial commit
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..c082e4a --- /dev/null +++ b/.vscode/launch.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": "test", + "program": "${workspaceFolder}", + "env": {}, + "args": [] + } + ] +}
\ No newline at end of file |