Podman Quadlet Language ServerThis is an implementation of language server for Podman Quadlet files. Language server binaries are bundled together with the extension, but you can find it in this repository: repository. FeaturesFollowing features are currently available:
For more details, documentation and demo, please check the onlyati/quadlet-lsp repository.
RequirementsExtension SettingsKnown IssuesFor some reason, VS Code does not refresh the diagnostics after
The line continuation is not handled from the highlight view. Each line count as different definitions, although the language server handle it. Reason of this issue that I haven't found a way how I could implement it in VS Code, like I did in Neovim. Release Notes0.0.9New highlight definition. From now the ':', ',', '/' and '=' characters in value are highlighted differently so it is easier to read. 0.0.8Detect dropin files as Quadlet files. Apply https://github.com/onlyati/quadlet-lsp/releases/tag/v0.5.0 0.0.7Add feature for toggle comment. Apply https://github.com/onlyati/quadlet-lsp/releases/tag/v0.4.0 Features
Bugfixes
0.0.6Apply https://github.com/onlyati/quadlet-lsp/releases/tag/v0.3.1 Bugfixes
Features0.0.5Apply https://github.com/onlyati/quadlet-lsp/releases/tag/v0.3.0 modifications. Features
Bugfixes
0.0.4Fix a bug: language server failed if there was not 0.0.3Apply and bundle 0.2.0 Quadlet LSP, with its goodies. 0.0.2Initial version |