Add a new item template for launchSettings.json
Open
area: template-content
feature
Priority:2
triage:transfer-to-sdk
triaged
- Dominant language
- No language data
- Stars
- 1.7k
- Forks
- 399
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 39
Description
It would be great to have an item template to create a basic `launchSettings.json` file. For content I was thinking to have the following.
```
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"ConsoleApp11": {
"commandName": "Project"
}
}
}
```
For CLI users that want to customize the command args (and other options) it's hard to know how to create this file without a template. Having the `$schema` declaration in the file is helpful because many editors/IDEs should enable completions/validations/etc.
There is no rush on adding this item template.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.