qsharp-compiler
qsharp-compiler copied to clipboard
Q# compiler, command line tool, and Q# language server
**Describe the bug** I noticed that in the PRs for the Quantum API docs there are some warnings. These articles are auto generated. **To Reproduce** See the past PRs in...
**Describe the bug** Find all references does not seem to work in Visual Studio. **Screenshots** Even though the highlighting is correct (i.e. the language server accurately finds all occurrences), the...
Currently, when the VS Code extension is updating the language server, it takes a while to startup and the only indicator to users of the status bar that can be...
**Describe the bug** After typing `@`, typing a letter or pressing Ctrl+Space shows completions for all identifiers and keywords, not just attribute names. **To Reproduce** Steps to reproduce the behavior:...
**Is your feature request related to a problem? Please describe.** Currently need to generate the Q# library and host program separately, from the command line, and then add the library...
When the Visual Studio Code extension is installed using the command line, the following warning is shown: ``` PS > code --install-extension .\quantum-devkit-vscode-0.18.2108160999.vsix Installing extensions... (node:33076) [DEP0005] DeprecationWarning: Buffer() is...
**Describe the bug** I can run the following code ```qsharp use a = Qubit(); repeat { let res = MResetZ(a); } until res == Zero; ``` but I cannot run...
Right now, we use a pointer to store and load the current value for variables in QIR when they are declared as mutable in Q#. I believe we should be...
Hello dear development team With `dotnet` in Ubuntu 20.04 release https://docs.microsoft.com/tr-tr/azure/quantum/install-command-line-qdk?tabs=tabid-vscode I installed it on my system by following the steps, but when compiling it does not compile the code...
**Describe the bug** When using a virtual workspace in VS Code (e.g.: via the remote repository link at https://open.vscode.dev/Microsoft/quantum), the Quantum Development Kit extension attempts to start the language server,...