Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winget-settings.schema.json #5108

Open
720720 opened this issue Jan 5, 2025 · 1 comment
Open

winget-settings.schema.json #5108

720720 opened this issue Jan 5, 2025 · 1 comment
Labels
Issue-Docs It's a documentation issue that really should be on MicrosoftDocs

Comments

@720720
Copy link

720720 commented Jan 5, 2025

Brief description of your issue

"installBehavior": {
    "archiveExtractionMethod": "tar" | "shellApi"
},

https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md#archive-extraction-method is not in https://aka.ms/winget-settings.schema.json

"experimentalFeatures": {
    "resume": true
},

https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md#resume is not in https://aka.ms/winget-settings.schema.json

"Experimental": {
    "fonts": {
        "description": "Enable support for managing fonts",
        "type": "boolean",
        "default":  false
    }
}

https://aka.ms/winget-settings.schema.json is not in https://aka.ms/winget-settings

@720720 720720 added the Issue-Docs It's a documentation issue that really should be on MicrosoftDocs label Jan 5, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Jan 5, 2025
@denelon denelon removed the Needs-Triage Issue need to be triaged label Jan 5, 2025
@denelon denelon added this to WinGet Jan 5, 2025
@denelon denelon moved this to To Do in WinGet Jan 5, 2025
@Gijsreyn
Copy link
Contributor

Gijsreyn commented Jan 6, 2025

The PR #5070 should address the first missing setting mentioned in the issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Docs It's a documentation issue that really should be on MicrosoftDocs
Projects
Status: To Do
Development

No branches or pull requests

3 participants