We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a153981 commit 70b107cCopy full SHA for 70b107c
vscode/src/qirGeneration.ts
@@ -73,7 +73,7 @@ export async function getQirForActiveWindow(): Promise<string> {
73
} catch (e: any) {
74
log.error("Codegen error. ", e.toString());
75
throw new QirGenerationError(
76
- "Code generation failed. Please ensure the code is compatible with the QIR base profile " +
+ `Code generation failed due to error: "${e.toString()}". Please ensure the code is compatible with the QIR base profile ` +
77
"by setting the target QIR profile to 'base' and fixing any errors."
78
);
79
} finally {
0 commit comments