-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate into PowerToys #215
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check-spelling found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This reverts commit bc58473.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
<Directory Id="CmdPalInstallFolder" Name="CmdPal"> | ||
<Directory Id="CmdPalDepsInstallFolder" Name="Dependencies"> | ||
<?if $(sys.BUILDARCH) = x64 ?> | ||
<Directory Id="CmdPalDepsx64InstallFolder" Name="x64" /> |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
</DirectoryRef> | ||
|
||
<?if $(sys.BUILDARCH) = x64 ?> | ||
<DirectoryRef Id="CmdPalDepsx64InstallFolder" FileSource="$(var.BinDir)\WinUI3Apps\CmdPal.POC\AppPackages\Microsoft.CmdPal.UI.Poc_$(var.Version).0_Test\Dependencies\x64"> |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
<RemoveFolder Id="RemoveCmdPalInstallDirFolder" Directory="CmdPalInstallFolder" On="uninstall"/> | ||
<RemoveFolder Id="RemoveCmdPalDepsInstallDirFolder" Directory="CmdPalDepsInstallFolder" On="uninstall"/> | ||
<?if $(sys.BUILDARCH) = x64 ?> | ||
<RemoveFolder Id="RemoveCmdPalDepsx64InstallDirFolder" Directory="CmdPalDepsx64InstallFolder" On="uninstall"/> |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
<RemoveFolder Id="RemoveCmdPalInstallDirFolder" Directory="CmdPalInstallFolder" On="uninstall"/> | ||
<RemoveFolder Id="RemoveCmdPalDepsInstallDirFolder" Directory="CmdPalDepsInstallFolder" On="uninstall"/> | ||
<?if $(sys.BUILDARCH) = x64 ?> | ||
<RemoveFolder Id="RemoveCmdPalDepsx64InstallDirFolder" Directory="CmdPalDepsx64InstallFolder" On="uninstall"/> |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error
This comment has been minimized.
This comment has been minimized.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (1)Depsx To accept these unrecognized words as correct, you could run the following commands... in a clone of the [email protected]:zadjii-msft/PowerToys.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.24/apply.pl' |
perl - 'https://github.com/zadjii-msft/PowerToys/actions/runs/12398627968/attempts/1'
OR To have the bot accept them for you, comment in the PR quoting the following line: If the flagged items are 🤯 false positivesIf items relate to a ...
|
TODO: