Prometheus Extension for VS Code based on the PromQL Language Server.
- Download the latest release binary from the releases page and install it with
code --install-extension vscode-promql-<version>.vsix
- Restart VS Code
- If you want to get metadata from a Prometheus server, go to the
Extensions -> PromQL
section in the VS Code settings and set the URL of the server in the fieldPrometheus URL
- Open some of the files in
/src/test/testfiles/promql
and try editing them.
If you don't trust the release binary you can of course also build it yourself using the Makefile.