Mine Starks
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
Grey out conditionally compiled items in the editor when they don't match the current target profile
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)...
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" + | ```...
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...
Workaround for VS Code test runner issue tracked at https://github.com/microsoft/vscode-test-web/issues/175