We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a1a67 commit a4085eeCopy full SHA for a4085ee
.vscode/launch.json
@@ -1,20 +1,16 @@
1
{
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
- "version": "0.2.0",
6
- "configurations": [
7
- {
8
- "name": "Debug Terraform Provider",
9
- "type": "go",
10
- "request": "launch",
11
- "mode": "debug",
12
- // this assumes your workspace is the root of the repo
13
- "program": "${workspaceFolder}",
14
- "env": {},
15
- "args": [
16
- "-debug",
17
- ]
18
- }
19
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "Debug Terraform Provider",
+ "type": "go",
+ "request": "launch",
+ "mode": "debug",
+ "program": "${workspaceFolder}",
+ "env": {},
+ "args": [
+ "-debug"
+ ]
+ }
20
}
0 commit comments