Skip to content

systemd for Visual Studio Code

Highlight, complete, check, navigate, and format systemd, Quadlet, and mkosi files.

[Unit]
Description=Example API
After=network-online.target
[Service]
ExecStart=/usr/local/bin/example-api
Restart=on-failure
[Install]
WantedBy=multi-user.target

Directive completion in VS Code

The extension works locally, remotely, and in the browser. It does not manage services or request root access.

Install the extension or see recognized files.