Skip to content

Commit

Permalink
[templates] Remove redundant "template" from display name. (#8773)
Browse files Browse the repository at this point in the history
Fixes: #8626

Removes the word "template" that shows up in the New Item dialog box, as it is unnecessary.

The original issue also mentions not having a custom icon, but as we don't have any of those available, the default icon seems good enough.
  • Loading branch information
jpobst authored Mar 7, 2024
1 parent d8f818d commit 9d8ca60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": [ "Android", "Mobile" ],
"name": "Android Activity template",
"name": "Android Activity",
"description": "An Android Activity class",
"tags": {
"language": "C#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": [ "Android", "Mobile" ],
"name": "Android Layout template",
"name": "Android Layout",
"description": "An Android layout (XML) file",
"tags": {
"language": "C#",
Expand Down

0 comments on commit 9d8ca60

Please sign in to comment.