Mine Starks

Results 26 issues of Mine Starks

https://dev.azure.com/ms-azurequantum/AzureQuantum/_build/results?buildId=100584&view=logs&j=feb9295c-39b6-5721-2d5c-31d12475a1fb&t=8ed208cb-428e-5e07-d0ea-8d3af77ab4cb and related failures. Details forthcoming

bug

In Q# we can use `@Config` attributes to mark a particular item as not being applicable to the current target. ```qsharp @Config(Adaptive) operation Foo() : Unit { } @Config(not Adaptive)...

enhancement
language server

Completions have buggy behavior in the following cases: Should show completions, but are suppressed due to naive check for line comments: ```qsharp let x = "// comment" + | ```...

bug
low-priority

This enables a circuit diagram feature where operations are grouped in the visualization based on the containing callable. Example:

The `button.background`, `button.secondaryBackground`, `button.hoverBackground` and `button.secondaryHoverBackground` variables are inconsistently defined in the VS Code high contrast themes. This causes two issues: - We fall back to our default colors in...

bug
needs triage

Workaround for VS Code test runner issue tracked at https://github.com/microsoft/vscode-test-web/issues/175