{"id":19577403,"url":"https://github.com/hangxingliu/vscode-systemd","last_synced_at":"2025-04-27T06:32:23.945Z","repository":{"id":43872334,"uuid":"437053255","full_name":"hangxingliu/vscode-systemd","owner":"hangxingliu","description":"A Visual Studio Code extension that helps you read and write Systemd unit files","archived":false,"fork":false,"pushed_at":"2024-05-05T02:58:03.000Z","size":1710,"stargazers_count":31,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-05T03:27:41.381Z","etag":null,"topics":["linux","systemd","visual-studio-code"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=hangxingliu.vscode-systemd-support","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/hangxingliu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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}},"created_at":"2021-12-10T17:01:19.000Z","updated_at":"2024-05-05T02:58:06.000Z","dependencies_parsed_at":"2024-04-30T18:27:32.011Z","dependency_job_id":"e883170a-2fc4-4056-b693-78724222508d","html_url":"https://github.com/hangxingliu/vscode-systemd","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Fvscode-systemd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Fvscode-systemd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Fvscode-systemd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Fvscode-systemd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hangxingliu","download_url":"https://codeload.github.com/hangxingliu/vscode-systemd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224062790,"owners_count":17249291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["linux","systemd","visual-studio-code"],"created_at":"2024-11-11T07:06:26.639Z","updated_at":"2025-04-27T06:32:23.931Z","avatar_url":"https://github.com/hangxingliu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Systemd Configurations Helper for Visual Studio Code\n\n[![.github/workflows/ci.yaml](https://github.com/hangxingliu/vscode-systemd/actions/workflows/ci.yaml/badge.svg)](https://github.com/hangxingliu/vscode-systemd/actions/workflows/ci.yaml)\n\nA Visual Studio Code extension to help you read and write *Systemd unit config*, *mkosi config* and *Podman Quadlet unit files*.\n\n![The screenshot of this extension](https://raw.githubusercontent.com/hangxingliu/vscode-systemd/HEAD/docs/images/screenshot-2.2.0.png)\n\n## Features\n\n- Syntax highlighting, auto-completion, folding range and linter for the following files\n  - Various systemd unit files (configuration files)\n  - [mkosi](https://github.com/systemd/mkosi) configuration files\n  - [Podman Quadlet](https://github.com/containers/podman) unit files\n- Document and help information for directives and specifiers in the editor\n\n## Installation\n\n1. Click `Extension` button in left side of VSCode. (Shortcut: \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eX\u003c/kbd\u003e or \u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eX\u003c/kbd\u003e)\n2. Search for `hangxingliu.vscode-systemd-support` and click the `Install` button.\n\n### via Command Line\n\nYou can replace the `code` command to `codium` in following scripts if you are using [VSCodium](https://vscodium.com/)\n\n``` bash\ncode --install-extension hangxingliu.vscode-systemd-support\n# Or install from a downloaded VSIX file:\ncode --install-extension vscode-systemd-support-${version}.vsix\n```\n\n### Nightly Builds\n\nNightly builds can be found and downloaded in Github Actions page \n(Click any successful workflow run and the extension file is located in the **Artifacts** pane):\n\u003chttps://github.com/hangxingliu/vscode-systemd/actions/workflows/ci.yaml\u003e\n\n![How to download nightly builds](docs/images/download-nightly-builds.jpg)\n\n## Changelog\n\n### 3.0.0 (2025-01-08)\n\n- Update the support to Systemd v257 and Podman Quadlet v5.3.1\n- Add support for mkosi config files\n- Add folding range feature\n  - sections, multi-line comment, multi-line value and `#region` comments\n- Add more auto-completion for directive(setting) value.\n  - Add auto-completion support for directives that accept boolean or auto as values\n- Update file path detection for Podman `.network` file ([@marshallwp](https://github.com/marshallwp))\n- Refactor the parser for fixing issues and more editor features\n- Refactor some part of fetch scripts for comparing changes and generating diagnosis log\n\n## Build \u0026 Contributing\n\nPlease check out the document [CONTRIBUTING.md](docs/CONTRIBUTING.md) for information \nabout building/contributing this project\n\n## License\n\n[MIT](LICENSE)\n\n## References\n\n- [Systemd](https://github.com/systemd/systemd)\n- [Podman](https://github.com/containers/podman)\n- [mkosi](https://github.com/systemd/mkosi)\n- [TextMate Language Grammars](https://macromates.com/manual/en/language_grammars)\n- [Systemd Syntax](https://www.freedesktop.org/software/systemd/man/systemd.syntax.html#)\n- [Icon resources](https://github.com/edent/SuperTinyIcons)\n- [bearmini's systemd extension](https://github.com/bearmini/vscode-systemd-unit-file)\n    - I created this extension to improve bearmini's systemd extension. It only provides syntax highlights.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangxingliu%2Fvscode-systemd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhangxingliu%2Fvscode-systemd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangxingliu%2Fvscode-systemd/lists"}