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 e1bf297 + e51684f commit d3bce4eCopy full SHA for d3bce4e
integration/vscode/ada/src/gnatTaskProvider.ts
@@ -150,7 +150,7 @@ const knownTaskKinds: { [id: string]: TaskProperties } = {
150
title: 'Check current file',
151
},
152
cleanProject: {
153
- command: commonArgs(['gprbuild']), // No -cargs -gnatef is accepted by gprclean
+ command: commonArgs(['gprclean']), // No -cargs -gnatef is accepted by gprclean
154
extra: undefined,
155
title: 'Clean current project',
156
0 commit comments