{"id":50111399,"url":"https://github.com/outerbounds/metaflow-dev-vscode","last_synced_at":"2026-07-11T20:01:46.441Z","repository":{"id":363465162,"uuid":"1076607220","full_name":"outerbounds/metaflow-dev-vscode","owner":"outerbounds","description":"⚡Supercharge your Metaflow dev workflow in VSCode","archived":false,"fork":false,"pushed_at":"2025-10-15T05:22:34.000Z","size":3,"stargazers_count":6,"open_issues_count":25,"forks_count":20,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T04:03:45.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outerbounds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-15T05:21:46.000Z","updated_at":"2026-05-07T07:10:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/outerbounds/metaflow-dev-vscode","commit_stats":null,"previous_names":["outerbounds/metaflow-dev-vscode"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/outerbounds/metaflow-dev-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-dev-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-dev-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-dev-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-dev-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outerbounds","download_url":"https://codeload.github.com/outerbounds/metaflow-dev-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outerbounds%2Fmetaflow-dev-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35374165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-23T12:32:22.513Z","updated_at":"2026-07-11T20:01:46.436Z","avatar_url":"https://github.com/outerbounds.png","language":"JavaScript","funding_links":[],"categories":["Developer Tooling"],"sub_categories":[],"readme":"# Metaflow Shortcuts for VSCode\n\nThis lightweight VS Code extension supercharges your Metaflow dev workflow:\n\n1. Develop a flow\n2. Run the flow with **Ctrl + Opt + R**\n3. Point at a step, edit it, and _spin_ it with **Ctrl + Opt + S** for quick results ⚡\n4. Rinse and repeat 2-3\n\nThe extension automatically:\n\n* Detects the current function name (`def` or `async def`)\n* Saves the file before running\n* Executes the command in the file’s directory\n* Reuses a shared terminal session\n\n##  Installation\n\n1. **Clone or copy** this repository to a local folder\n\n2. **Install the VSCE packager** (if not already):\n\n   ```bash\n   npm install -g @vscode/vsce\n   ```\n\n3. **Build the `.vsix` package:**\n\n   ```bash\n   vsce package\n   ```\n\n   This creates a file like:\n\n   ```\n   metaflow-dev-0.0.7.vsix\n   ```\n\n4. **Install it in VS Code:**\n\n   * Open **Command Palette → Extensions: Install from VSIX...**\n   * Choose the generated `.vsix` file\n     or run in terminal:\n\n     ```bash\n     code --install-extension metaflow-dev-0.0.7.vsix\n     ```\n\n5. Reload VS Code window. You’re good to go.\n\n## Optional Customization\n\nYou can modify the script names or keybindings in `package.json`:\n\n```json\n\"keybindings\": [\n  { \"command\": \"extension.runPythonFunction\", \"key\": \"ctrl+alt+r\" },\n  { \"command\": \"extension.spinPythonFunction\", \"key\": \"ctrl+alt+s\" }\n]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouterbounds%2Fmetaflow-dev-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouterbounds%2Fmetaflow-dev-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouterbounds%2Fmetaflow-dev-vscode/lists"}