This extension is currently in an early pre-release state. Features are under active development, and things might not work as expected.
The Harpocrates VS Code extension provides language features for YAML files by acting as a client for the harpocrates Language Server Protocol (LSP).
Requirements
The extension requires the harpocrates command-line tool. By default, the extension will look for harpocrates in your system's PATH. If it cannot be found, you will be prompted to either install it or configure a direct path to the binary.
Extension Settings
This extension contributes the following settings:
harpocrates.path: Absolute path to a local harpocrates binary. If set, ignores the system PATH.
harpocrates.trace.server: Traces the communication between VS Code and the language server (default: verbose).
Commands
Harpocrates: Restart Language Server (harpocrates.restart): Manually restart the language server process if issues are encountered.