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 information see the repository or check the documentation website: https://quadlet-lsp.thinkaboutit.tech
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 NotesSee in the main repository: https://github.com/onlyati/quadlet-lsp/blob/main/CHANGELOG.md |