qsharp-compiler
qsharp-compiler copied to clipboard
Q# compiler, command line tool, and Q# language server
The copy of the Readme.md file corresponded to the Visual Studio 2019 extension, so updating the version in our repository with the one used in Visual Studio Marketplace for the...
When executing the "hello world" code, dotnet crashes with SIGILL 4. The debugger says: The program '[26917] ExploreInterference.dll' has exited with code 0 (0x0). It never reaches the breakpoint (see...
This change simplifies the synchronization of the LanguageServer by removing the `waitForInit` ManualResetEvent. Since LSP clients should not send further messages until they have received the response to init and...
There is currently no support implemented for enabling debug symbols via a project property. We should add that before merging.
Update aikey for VS Code telemetry
We decided to show better diagnostics at the definition of a callable in IQ# (see #1448). For maintenance and to make the user experience consistent between result capabilities and classical...
**Is your feature request related to a problem? Please describe.** Q# Jupyter Notebooks don't highlight "size" as a keyword. **Describe the solution you'd like** Highlight "size" as a keyword in...
This PR aligns the recommended extensions with the extensions installed into the devcontainer. Additionally, when starting devcontainer I added a setting to use .NET 6.0 build of OmniSharp, which is...