hangxingliu / vscode-systemd

A Visual Studio Code extension that helps you read and write Systemd unit files
https://marketplace.visualstudio.com/items?itemName=hangxingliu.vscode-systemd-support
MIT License
35 stars 1 forks source link
linux systemd visual-studio-code

Systemd Configurations Helper for Visual Studio Code

.github/workflows/ci.yaml

A Visual Studio Code extension that helps you read and write Systemd unit files

The screenshot of this extension

Features

Installation

  1. Click Extension button in left side of VSCode. (Shortcut: Ctrl+Shift+X or Command+Shift+X)
  2. Search for hangxingliu.vscode-systemd-support and click the Install button.

via Command Line

You can replace the code command to codium in following scripts if you are using VSCodium

code --install-extension hangxingliu.vscode-systemd-support
# Or install from a downloaded VSIX file:
code --install-extension vscode-systemd-support-${version}.vsix

Changelog

2.2.0 (2024-03-16)

See CHANGELOG.md

Build & Contributing

Please check out the document CONTRIBUTING.md for information about building/contributing this project

License

MIT

References