Skip to content

Commit f1282d0

Browse files
committed
Remove unused VSCode tasks for core pull and push to streamline development workflow
1 parent 78695bf commit f1282d0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.vscode/tasks.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@
4949
"command": "npm run pr:create ${input:targetBranch} ${input:claudeReview}",
5050
"problemMatcher": []
5151
},
52-
{
53-
"label": "Core Pull",
54-
"type": "shell",
55-
"command": "npm run core:pull",
56-
"problemMatcher": []
57-
},
58-
{
59-
"label": "Core Push",
60-
"type": "shell",
61-
"command": "npm run core:push",
62-
"problemMatcher": []
63-
},
6452
{
6553
"label": "Test All",
6654
"type": "shell",

0 commit comments

Comments
 (0)