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.
2 parents 2b9a25f + bb3d460 commit 2f264acCopy full SHA for 2f264ac
integration/vscode/ada/src/taskProviders.ts
@@ -80,7 +80,7 @@ async function computeProject(taskDef?: CustomTaskDefinition): Promise<string> {
80
81
// Call commonArgs on args and append `-gnatef` to generate full file names in errors/warnings
82
export const getDiagnosticArgs = (): string[] => {
83
- const p_gnatef = ['-cargs', '-gnatef'];
+ const p_gnatef = ['-cargs:ada', '-gnatef'];
84
return p_gnatef;
85
};
86
0 commit comments