Skip to content

Commit

Permalink
[templates] add ide.host.json files (#7349)
Browse files Browse the repository at this point in the history
Fixes: #7231
Fixes: #7315

This makes our item templates useable from inside Visual Studio; it
allows them to show up in a new `Android` category in the
"Add New Item" dialog.

![Add New Item dialog on Windows][0]
![Add New File dialog on macOS][1]

[0]: https://user-images.githubusercontent.com/840039/188975443-7c10c5fc-c106-46ca-8884-46c38cf7b6a3.png
[1]: https://user-images.githubusercontent.com/372361/189409441-aebe1591-8856-4fbe-90c6-425f29eea8bf.png
  • Loading branch information
jonathanpeppers committed Sep 12, 2022
1 parent 619420a commit 861b5f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "http://json.schemastore.org/ide.host",
"appliesTo": "Android",
"defaultItemExtension": "cs",
"itemHierarchyPaths": [ "Android" ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "http://json.schemastore.org/ide.host",
"appliesTo": "Android",
"defaultItemExtension": "xml",
"itemHierarchyPaths": [ "Android" ]
}

0 comments on commit 861b5f1

Please sign in to comment.