-
I can't find the default settings file content, I messed up mine so I ended up deleting everything in it. I'm using the built in WinGet inside Windows insider. |
Beta Was this translation helpful? Give feedback.
Answered by
denelon
Feb 1, 2021
Replies: 1 comment 1 reply
-
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
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have vscode as your default editor, there is context aware help with the JSON schema.
Here is my file: