File tree 1 file changed +20
-22
lines changed
1 file changed +20
-22
lines changed Original file line number Diff line number Diff line change 1
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
-
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
+ }
You can’t perform that action at this time.
0 commit comments