CmdPal: Remove support for "selection" TextToSuggest (#41956)

`TextToSuggest` has been nothing but pain. We need another approach.
I'm leaving the code, but just disabled behind an env flag. Same as
actions.

Closes #41659
This commit is contained in:
Mike Griese
2025-09-24 12:48:59 -05:00
committed by GitHub
parent 55251607a7
commit 314a6e73eb
5 changed files with 51 additions and 16 deletions

View File

@@ -17,8 +17,6 @@
<PackageReference Include="Appium.WebDriver" />
<PackageReference Include="MSTest" />
<PackageReference Include="System.IO.Abstractions" />
<PackageReference Include="System.Net.Http" />
<PackageReference Include="System.Private.Uri" />
<PackageReference Include="System.Text.RegularExpressions" />
<PackageReference Include="CoenM.ImageSharp.ImageHash" />
</ItemGroup>