Someone touched my perfect code for WPFTweaksRemoveCopilot !#4068
Conversation
|
Maybe someone among us is secretly using copilot and wants to ruin it. 😆 |
lol |
|
I'm having copilot review this code... 😂 |
There was a problem hiding this comment.
Pull request overview
This PR attempts to simplify the PowerShell script that removes Copilot-related packages by removing an if statement check and the wildcard from a Get-AppxPackage command. The author claims the if statement was incorrect and unnecessary. However, the changes introduce critical bugs that will cause the script to fail.
Changes:
- Removed the if statement that checks if the MicrosoftWindows.Client.CoreAI package exists before attempting to remove it
- Removed the wildcard from the Get-AppxPackage command for the CoreAI package
- Left an orphaned closing brace that creates a syntax error
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
ROFL copilot says it fails when the manual unit test passes it. I think it doesn't like you, have been calling it a "clanker" in your off hours? @GabiNun I'll merge this tomorrow. |
I have called ai a clanker more than once :) |
Type of Change
Description
the if statment was incorrect and also isn't needed since who is removing that appx package? and it wont even show a error
Issue related to PR