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 c78506b commit f60440cCopy full SHA for f60440c
integration/vscode/ada/src/gprTaskProvider.ts
@@ -80,7 +80,7 @@ const getGprTasks = (): vscode.Task[] => {
80
shell,
81
'$ada'
82
);
83
- task.group = { kind: vscode.TaskGroup.Build, isDefault: true };
+ task.group = vscode.TaskGroup.Build;
84
result.push(task);
85
// Check semantic in the current file
86
const kind_check = {
0 commit comments