Copilot

Results 4506 comments of Copilot

> @copilot UnoCheck/InteractiveSelector.cs:158-161, selecting nothing should use `none` as the IDE skips, otherwise it will still try to check for VS. Fixed in commit cc9ccec: When nothing is selected in...

> @copilot When selecting VS, the following happens: > > ```... Fixed in commit 92c3bd7: **Created CLI variants to differentiate interactive selection from IDE-launched:** **Interactive selection (CLI):** - Visual Studio...

> @copilot Changing the semantics of the the `settings.Ide` member is likely not the right way to do it then. Let's create another one, named `IdeCliChoice` or something similar, with...

> @copilot Pressing enter with nothing checked does not work for the IDE selection. Let's change the name of "Other" to "Other / None" and remove the help text. Fixed...

> @copilot UnoCheck/CheckCommand.cs:147-159 selecting VS and VSCode will disable the VS checks because the skiplist is additive. Fixed in commit 18f8b03: **Problem:** When multiple IDEs were selected (e.g., VS +...

> @copilot let's fix the opened comments Fixed in commit 6417fb3: **Changes made:** 1. **Documentation contradiction resolved** - PromptForIde doc now states "Returns empty array if no IDEs selected" (removed...

> @copilot - "Select none of them to target all platforms" is not possible, Spectre requires at least a checkbox to be checked to continue (pressing enter does nothing otherwise)....

> @copilot In CI, with the new test, we can see that the system path for .NET is being used: > > ```... The CI test wasn't properly simulating the...

> @copilot Now, the build is failing with: > > ```... The nbgv tool requires a working .NET runtime to execute. After removing `/Users/runner/.dotnet`, nbgv couldn't run. Fixed in commit...

> @copilot It's still failing: > > ```... The uno-check tool was installed to `/Users/runner/.dotnet/tools/` but failed after we removed that directory. Fixed in commit c79c5c6: - Remove only `/Users/runner/.dotnet/sdk`...