Skip to content

Commit a4085ee

Browse files
committed
lint: Cleaned up the JSON files.
1 parent 83a1a67 commit a4085ee

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

.vscode/launch.json

+14-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
{
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-
]
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Debug Terraform Provider",
6+
"type": "go",
7+
"request": "launch",
8+
"mode": "debug",
9+
"program": "${workspaceFolder}",
10+
"env": {},
11+
"args": [
12+
"-debug"
13+
]
14+
}
15+
]
2016
}

0 commit comments

Comments
 (0)