diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bcd78b5..beda81f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -93,6 +93,22 @@ "command": "btp-scs hardhat deploy remote --reset ${input:extra-deployment} -m ${input:deployment-module}", "problemMatcher": [] }, + { + "label": "The Graph - Codegen the subgraph types", + "type": "shell", + "command": "btp-scs subgraph codegen", + "problemMatcher": [] + }, + { + "label": "The Graph - Build the subgraph", + "type": "shell", + "command": "btp-scs subgraph build", + "problemMatcher": [], + "group": { + "kind": "build", + "isDefault": false + }, + }, { "label": "The Graph - Deploy or update the subgraph", "type": "shell",