|
12 | 12 | "program": "${workspaceFolder}", |
13 | 13 | "args": [ |
14 | 14 | // ! file pb 2 thrift |
15 | | - "-t=proto2thrift", "-i=./example/proto2thrift/idl.proto", "-o=./example/proto2thrift", "-use-space-indent=1", |
16 | | - "-name-case=pascalCase", "-field-case=pascalCase", |
| 15 | + // "-t=proto2thrift", "-i=./example/proto2thrift/idl.proto", "-o=./example/proto2thrift", "-use-space-indent=1", |
| 16 | + // "-name-case=pascalCase", "-field-case=pascalCase", |
17 | 17 |
|
18 | 18 | // ! content pb 2 thrift |
19 | 19 | // "-t=proto2thrift", |
|
32 | 32 | // "-field-case=pascalCase", |
33 | 33 |
|
34 | 34 | // ! multiple file thrift 2 pb |
35 | | - // "-t=thrift2proto", "-i=./example/multiple-thrift2proto/idl.thrift", "-o=./example/multiple-thrift2proto/output/output", "-use-space-indent=1", |
| 35 | + // "-t=thrift2proto", "-i=./example/multiple-thrift2proto/idl.thrift", "-o=./example/multiple-thrift2proto", "-use-space-indent=1", |
36 | 36 | // "-name-case=pascalCase", "-field-case=snakeCase", "-syntax=3", "-r=1", |
37 | 37 |
|
38 | 38 | // ! multiple file pb 2 thrift |
39 | | - // "-t=proto2thrift", "-i=./example/multiple-proto2thrift/idl.proto", "-o=./example/multiple-proto2thrift", "-use-space-indent=1", |
40 | | - // "-name-case=pascalCase", "-field-case=pascalCase", |
| 39 | + "-t=proto2thrift", "-i=./example/multiple-proto2thrift/idl.proto", "-o=./example/multiple-proto2thrift", "-use-space-indent=1", |
| 40 | + "-name-case=pascalCase", "-field-case=pascalCase", "-r=1", |
41 | 41 |
|
42 | 42 | // ! dir pb 2 thrift |
43 | 43 | // "-t=proto2thrift", "-i=./example/dir-proto2thrift", "-o=./example/dir-proto2thrift/output", "-use-space-indent=1", |
|
0 commit comments