Brief description of your issue
Winget always sees vscode as if it is not up-to-date. i think it is because the version number on the manifest includes the commit id, but the version reported back from Winget list doesn't.
Steps to reproduce
winget install vscode --scope machine
Expected behavior
Winget should detect that the most recent version of vscode is already installed
Actual behavior
it thinks there's a new update for vscode
Environment
Windows Package Manager version: v0.4.11391
Windows: Windows.Desktop version: v10.0.19043.985
Package: Microsoft.DesktopAppInstaller version: v1.11.11391.0
Any other software?
Visual Studio Code
Recommended fix
just remove the commit id from the version number in the manifest
Brief description of your issue
Winget always sees vscode as if it is not up-to-date. i think it is because the version number on the manifest includes the commit id, but the version reported back from
Winget listdoesn't.Steps to reproduce
Expected behavior
Winget should detect that the most recent version of vscode is already installed
Actual behavior
it thinks there's a new update for vscode
Environment
Recommended fix
just remove the commit id from the version number in the manifest