qsharp-compiler icon indicating copy to clipboard operation
qsharp-compiler copied to clipboard

Q# compiler, command line tool, and Q# language server

Results 138 qsharp-compiler issues
Sort by recently updated
recently updated
newest added

The latest versions of the Yeoman packages types/yeoman-environment and types/yeoman-generator had breaking changes that caused our VSCode extension build to fail. We worked around this by setting fixed version numbers...

bug
area: editor

**Describe the bug** I'm trying to run build.ps1 and found a couple of blockers: 1. It requires to have Chocolatey installed. * Even worse, it then requires to run the...

bug

**Describe the bug** Namespace summary pages treat vertical bar in ket notation as a new table column, making for weird formatting. The ket notation is done using Unicode (see example...

bug
area: docs generation

This draft PR attempts to reduce the startup time for the VS Code extension in two ways: - Defer start of language server until after the `activate` method - Use...

**Is your feature request related to a problem? Please describe.** When writing documentation comments, sections like `/// # Summary` and `/// # Description` occur nearly universally, leading to a lot...

enhancement

**Describe the bug** Sometimes when there is a transient failure in restoring NuGet packages, if a VS Code user also has the C# extension installed, spurious red squiggles will occur...

bug

**Is your feature request related to a problem? Please describe.** The current way deprecated operations are shown in the namespace summary is not informative: `[!WARNING]` it shows that something isn't...

enhancement
area: docs generation

**Describe the solution you'd like** It would be helpful if the QIR generator created LLVM debugging metadata. This is useful when consuming the QIR, and is strongly encouraged in the...

enhancement
area: code gen (QIR)

The compiler should allow treating Q# warnings as errors (either specific warning codes, or all warnings) with a project setting or command-line option.

enhancement

👋 Hi there, Martin here, from the VS Code team. Recently we've announced the [Remote Repository feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. `Open...

enhancement
area: editor