{"id":41138537,"url":"https://github.com/benthosdev/vscode-benthos","last_synced_at":"2026-01-22T18:42:22.749Z","repository":{"id":157294348,"uuid":"622628750","full_name":"benthosdev/vscode-benthos","owner":"benthosdev","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-12T15:27:05.000Z","size":1544,"stargazers_count":23,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-23T14:19:52.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/benthosdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-04-02T17:07:38.000Z","updated_at":"2025-10-16T05:47:20.000Z","dependencies_parsed_at":"2024-02-01T21:07:06.374Z","dependency_job_id":null,"html_url":"https://github.com/benthosdev/vscode-benthos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benthosdev/vscode-benthos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fvscode-benthos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fvscode-benthos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fvscode-benthos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fvscode-benthos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benthosdev","download_url":"https://codeload.github.com/benthosdev/vscode-benthos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fvscode-benthos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28668254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-22T18:42:21.950Z","updated_at":"2026-01-22T18:42:22.741Z","avatar_url":"https://github.com/benthosdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-benthos\n\n\u003e This extensions is in a very experimental stage. Please test it out and submit\n\u003e any issues you find!\n\nThe [Benthos][benthos] extension for Visual Studio Code adds syntax highlighting\nsupport for the Bloblang language within YAML files (`.yaml`/`.yml`) and mapping\nfiles (`.blobl`).\n\n![Bloblang syntax highlighting demo with GruvBox dark hard Visual Studio Code theme](./docs/images/syntax-dark.png)\n![Bloblang syntax highlighting demo with GitHub Light Visual Studio Code theme](./docs/images/syntax-light.png)\n\n## Working with YAML\n\nBloblang string interpolations and environment variable references should get\nenhanced with syntax highlighting.\n\nSyntax highlighting for plugins or plugin config fields that accept bloblang\nmappings can be enabled using the `#!blobl` pragma as the first line. Here's an\nexample when using the `mapping` processor:\n\n```yaml\npipelines:\n  processors:\n    - mapping: |\n        #!blobl\n        root.name = this.\n          (fullName | nickName).\n          not_empty().\n          catch(err -\u003e \"failed to get pet name: %s\".format(err))\n\n        root.sound = if this.type == \"cat\" {\n          this.cat.meow\n        } else if this.type == \"dog\" {\n          this.dog.woof.uppercase()\n        } else {\n          \"sweet sweet silence\"\n        }\n    - log:\n        level: ${LOG_LEVEL:INFO}\n        message: '${! this.name } sounds like ${! this.sound.or(\"nothing\") }'\n```\n\nThis snippet would look something like the following screenshot with this\nextension installed in VS Code.\n\n![Syntax highlighting demo for bloblang used in the benthos mapping processor](./docs/images/mapping-demo.png)\n\n[benthos]: https://www.benthos.dev/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenthosdev%2Fvscode-benthos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenthosdev%2Fvscode-benthos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenthosdev%2Fvscode-benthos/lists"}