Can you interactively edit an existing manifest? #496
-
With the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use the Alternatively, you can clone https://github.com/microsoft/winget-pkgs locally, install the Red Hat YAML extension in VSCode and edit an existing manifest. If the manifest contains a schema header, the extension will help in offering intellisense that conforms to the schema. Finally, after making any change to an existing manifest, you can always use |
Beta Was this translation helpful? Give feedback.
You can use the
wingetcreate update
command with the--interactive
switch that lets you edit an existing manifest.Alternatively, you can clone https://github.com/microsoft/winget-pkgs locally, install the Red Hat YAML extension in VSCode and edit an existing manifest. If the manifest contains a schema header, the extension will help in offering intellisense that conforms to the schema.
Finally, after making any change to an existing manifest, you can always use
winget validate -m <path_to_manifest>
to see if your changes conform to the schema