You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the add-in name, if I enter something like "My Test Add-in", the generator converts it to "My test add-in". This gets put into the Manifest, into the HTML source, etc.
This seems like incorrect behavior. I want my add-in to show up as title-cased, or at least to just show up as I entered it in the prompt.
This line in index.ts seems to be the cause of this:
For the add-in name, if I enter something like "My Test Add-in", the generator converts it to "My test add-in". This gets put into the Manifest, into the HTML source, etc.
This seems like incorrect behavior. I want my add-in to show up as title-cased, or at least to just show up as I entered it in the prompt.
This line in index.ts seems to be the cause of this:
The text was updated successfully, but these errors were encountered: