microsoft/Terminal

Publish an example of a Windows Store application that adds a JSON fragment extensions in Windows Terminal

Open

#10.970 geöffnet am 17. Aug. 2021

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-SettingsHelp WantedIssue-DocsIssue-TaskProduct-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide