Publish an example of a Windows Store application that adds a JSON fragment extensions in Windows Terminal #10970
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Help Wanted
We encourage anyone to jump in on these.
Issue-Docs
It's a documentation issue that really should be on MicrosoftDocs/Console-Docs
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Milestone
The page JSON fragment extensions in Windows Terminal leads to Create and host an app extension. This assumes you have an app around the JSON fragment.
I think it's mandatory to have an actual example. Using JSON fragment extensions in Windows Terminal, a developer is unable to create a package from scratch and publish it on the Windows Store.
Ideally, someone should be able to go from Package from the command line to JSON fragment extensions in Windows Terminal and be ready to publish.
Many theme authors and their users want themes to be available in lots of places and putting a
.json
file in a specific folder is pretty easy, but it's hard for users to discover themes and to remember where their got it from. Plus, many theme authors are distributing their theme with a.bat
or.ps1
file to "install" it, which doesn't feel right. Being able to publish it to the Windows Store easily would solve these problems.That example app could be in a template repository so theme makers can easily have all the necessary files in place.
The text was updated successfully, but these errors were encountered: