Skip to content

Commit

Permalink
Add debug config (microsoft#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliiseS authored May 27, 2020
1 parent 439d35a commit 376fd7c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// 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": {
"TF_ACC": "1"
},
"args": [],
"buildFlags": "-v -tags=all"
}
]
}

0 comments on commit 376fd7c

Please sign in to comment.