{"id":29427587,"url":"https://github.com/zizmorcore/zizmor-vscode","last_synced_at":"2026-05-03T12:38:16.345Z","repository":{"id":302142982,"uuid":"1009815140","full_name":"zizmorcore/zizmor-vscode","owner":"zizmorcore","description":"A VS Code extension for zizmor's language server","archived":false,"fork":false,"pushed_at":"2026-04-24T22:25:43.000Z","size":156,"stargazers_count":19,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-03T12:38:10.928Z","etag":null,"topics":["github-actions","static-analysis","vscode-extension","zizmor"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=zizmor.zizmor-vscode","language":"TypeScript","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/zizmorcore.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"woodruffw","thanks_dev":"u/gh/woodruffw","ko_fi":"woodruffw"}},"created_at":"2025-06-27T18:59:58.000Z","updated_at":"2026-05-01T21:28:08.000Z","dependencies_parsed_at":"2025-06-30T20:31:31.349Z","dependency_job_id":"c3e40f4a-1ada-4210-9f00-9462fa6b2a81","html_url":"https://github.com/zizmorcore/zizmor-vscode","commit_stats":null,"previous_names":["zizmorcore/zizmor-vscode"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/zizmorcore/zizmor-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizmorcore%2Fzizmor-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizmorcore%2Fzizmor-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizmorcore%2Fzizmor-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizmorcore%2Fzizmor-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zizmorcore","download_url":"https://codeload.github.com/zizmorcore/zizmor-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizmorcore%2Fzizmor-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32569714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["github-actions","static-analysis","vscode-extension","zizmor"],"created_at":"2025-07-12T13:09:32.643Z","updated_at":"2026-05-03T12:38:16.336Z","avatar_url":"https://github.com/zizmorcore.png","language":"TypeScript","funding_links":["https://github.com/sponsors/woodruffw","https://thanks.dev/u/gh/woodruffw","https://ko-fi.com/woodruffw"],"categories":[],"sub_categories":[],"readme":"# zizmor-vscode\n\n![Open VSX Version](https://img.shields.io/open-vsx/v/zizmor/zizmor-vscode)\n\nA Visual Studio Code extension for [zizmor].\n\nAvailable on the following marketplaces:\n\n- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=zizmor.zizmor-vscode)\n- [Open VSX](https://open-vsx.org/extension/zizmor/zizmor-vscode)\n\n[zizmor]: https://github.com/zizmorcore/zizmor\n\n## Installation\n\n\u003e [!IMPORTANT]\n\u003e You **must** have `zizmor` v1.11.0 or later installed; earlier versions\n\u003e do not include LSP support.\n\u003e\n\u003e If `zizmor --version` shows a version below 1.11.0, you **must** update\n\u003e `zizmor` to use this extension.\n\nTo use this extension, you must have `zizmor` installed on your system.\nSee [zizmor's installation documentation] for system-appropriate instructions.\n\n[zizmor's installation documentation]: https://docs.zizmor.sh/installation/\n\nOnce you have `zizmor` installed, you can install this extension from\nthe Visual Studio Marketplace or from Open VSX. See the links above.\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n- `zizmor.enable`: Enable/disable the zizmor language server (default: `true`)\n- `zizmor.executablePath`: Path to the zizmor executable (default: `zizmor`)\n\n  Relative paths (e.g. `.venv/bin/zizmor`) are resolved against the workspace\n  folder. The `${workspaceFolder}` placeholder is also supported.\n\n- `zizmor.trace.server`: Traces the communication between VS Code and the language server\n  - `\"off\"` (default): No tracing\n  - `\"messages\"`: Trace messages only\n  - `\"verbose\"`: Verbose tracing\n\n## Commands\n\nThis extension contributes the following commands:\n\n- `zizmor: Restart zizmor Language Server` - Restart the language server\n- `zizmor: Show zizmor Output` - Show the language server output channel\n\n## Development\n\n### Building from source\n\n```bash\nbun ci\nbun run compile\n```\n\n### Running the extension\n\n1. Open this project in VS Code\n2. Press `F5` to open a new Extension Development Host window\n3. Open an action or workflow file to test the extension\n\n### Debugging\n\n- Set breakpoints in the TypeScript source files\n- Use the \"Run Extension\" launch configuration\n- Check the \"Zizmor Language Server Trace\" output channel for server communication\n\n### Building for release\n\n```bash\nbun run vsce:package\n```\n\n## License\n\nThis extension is licensed under the terms of the MIT license.\n\nSee [LICENSE](LICENSE) for the full terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzizmorcore%2Fzizmor-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzizmorcore%2Fzizmor-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzizmorcore%2Fzizmor-vscode/lists"}