for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import * as vscode from "vscode";
export function activate(context: vscode.ExtensionContext) {
vscode.commands.executeCommand("workbench.action.tasks.build");
}