lin-ycv / EverythingPowerToys

Everything search plugin for PowerToys Run
Eclipse Public License 2.0
2.2k stars 57 forks source link

🐛 Dependency Complaints #119

Closed W4ff1e closed 2 months ago

W4ff1e commented 2 months ago

Flight Check

Describe the bug Chocolatey install complains of VSCode dependency not being on the latest version (1.88.1 vs 1.87.0)

To Reproduce Steps to reproduce the behavior:

  1. Have VS Code version 1.87.0 (Mine was from Chocolatey)
  2. Open Administrator Powershell Prompt
  3. run choco install everythingpowertoys
  4. See error

Expected behavior The application installs correctly with no error

Logs (please upload or provide link to you log):

Installing the following packages:
everythingpowertoys
By installing, you accept licenses for the packages.
[NuGet] One or more unresolved package dependency constraints detected in the Chocolatey lib folder. All dependency constraints must be resolved to add or update packages. If these packages are being updated this message may be ignored, if not the following error(s) may be blocking the current package operation: 'vscode 1.88.1 constraint: vscode.install (= 1.88.1)'
Unable to resolve dependency: Unable to resolve dependencies. 'vscode.install 1.87.0' is not compatible with 'vscode 1.88.1 constraint: vscode.install (= 1.88.1)'.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures

Additional context I was able to install by using this command: choco install everythingpowertoys --ignore-dependencies

but that seems unintended.

lin-ycv commented 2 months ago

I'm unable to reproduce this behaviour. No where in my package do I list vscode as a dependency.

This seems to be a configuration issue with your chocolatey, and not with the package. If this is an on going issue for you, report to chocolatey.

Clean install without VS code image Install with VS code 1.87.0 installed image

W4ff1e commented 2 months ago

Hello @lin-ycv, I ran a full upgrade and got a ton of issues with VS Code dependencies and then I ran it a second time after upgrading VS Code and now all issues are resolved. I apologize for this erroneous report. Thank you for all your work!