Skip to content

Commit 2937710

Browse files
Format launch.json
1 parent 01d83b9 commit 2937710

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

.vscode/launch.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
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-
9-
{
10-
"name": "Run openapi-python-client CLI",
11-
"type": "debugpy",
12-
"request": "launch",
13-
"module": "openapi_python_client.cli",
14-
"args": [
15-
"generate",
16-
"--path",
17-
"../aurelia/benchling/dev_platform/specs/__dist/la/api/v2/openapi.yaml",
18-
"--custom-template-path",
19-
"../aurelia/packages/api_client_generation/client_gen/templates"
20-
],
21-
}
22-
]
23-
}
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": "Run openapi-python-client CLI",
9+
"type": "debugpy",
10+
"request": "launch",
11+
"module": "openapi_python_client.cli",
12+
"args": [
13+
"generate",
14+
"--path",
15+
"../aurelia/benchling/dev_platform/specs/__dist/la/api/v2/openapi.yaml",
16+
"--custom-template-path",
17+
"../aurelia/packages/api_client_generation/client_gen/templates"
18+
]
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)