microsoft/Terminal

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

Open

#10,970 创建于 2021年8月17日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)C++ (3,212 fork)batch import
Area-SettingsHelp WantedIssue-DocsIssue-TaskProduct-Terminal

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

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.

贡献者指南