Azure / autorest.typescript

Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177 stars 73 forks source link

title in tspconfig.yaml is not working in modular #2355

Open MaryGao opened 3 months ago

MaryGao commented 3 months ago

failed to add title in tspconfig.yaml to set the package client name image generated client name: image

joheredi commented 1 month ago

@MaryGao can you please add details about what's incorrect? Whats the current vs expected?

joheredi commented 1 month ago

Following the categorization checklist, I think we should add support for this. I would suggest we do this, making sure that this is an optional configuration option. We should be able to generate even when the option is not provided.

Breaking Change Categorization Bug (Unwanted Breaking Changes):

Improvements (Acceptable Breaking Changes):

kazrael2119 commented 1 week ago

it works if we add @@clientName in client.tsp , but this doesn't work under src/rest, image And add title in tspconfig.yaml, it still doesn't work