Skip to content

Commit f60440c

Browse files
committed
Adapt to the new VS Code API
1 parent c78506b commit f60440c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vscode/ada/src/gprTaskProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const getGprTasks = (): vscode.Task[] => {
8080
shell,
8181
'$ada'
8282
);
83-
task.group = { kind: vscode.TaskGroup.Build, isDefault: true };
83+
task.group = vscode.TaskGroup.Build;
8484
result.push(task);
8585
// Check semantic in the current file
8686
const kind_check = {

0 commit comments

Comments
 (0)