apazureck / odatatools

OData Tools for vscode
24 stars 12 forks source link

Complex type extends #36

Open jstefkova opened 6 years ago

jstefkova commented 6 years ago

Hi,

when a complex type extends another type, the data is parsed correctly, but it doesn't show up in the generated code - the template is missing the extends declaration for complex types: in branch develop, file proxy.ot, line 462 should be: export interface {{this.Name}}{{#if this.BaseTypeFullName}} extends {{this.BaseTypeFullName}}{{/if}} {

I would make a pull request, but I don't know how to do it, sorry.

Many thanks for your work!

apazureck commented 6 years ago

Hi, Sorry for the late reply, I'll try to fix this this month, but I am currently very involved at my workplace, so I cannot promise anything. PR always welcome, Thanks