Skip to content

What is the default settings file content? #727

Answered by denelon
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

If you have vscode as your default editor, there is context aware help with the JSON schema.

Here is my file:

// For documentation on these settings, see: https://aka.ms/winget-settings
{ 
    "$schema": "https://aka.ms/winget-settings.schema.json",

    "source": {"autoUpdateIntervalInMinutes": 5},

    "visual": {"progressBar": "rainbow"},

    "experimentalFeatures": {
        "experimentalCmd": true,
        "experimentalArg": true,
        "experimentalMSStore": true,
        "list": true,
        "upgrade": true,
        "uninstall": true
    }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant