Skip to content

Commit

Permalink
Merge pull request #100 from SAP/vipinvkmenon-patch-1
Browse files Browse the repository at this point in the history
chore: Add debug configuration
  • Loading branch information
vipinvkmenon authored Apr 27, 2024
2 parents 6024def + f3c50be commit 7de786d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Terraform Provider",
"type": "go",
"request": "launch",
"mode": "debug",
// this assumes your workspace is the root of the repo
"program": "${workspaceFolder}",
"env": {},
"args": [
"-debug",
]
}
]
}

0 comments on commit 7de786d

Please sign in to comment.