Skip to content

Commit

Permalink
Make naming consistent
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Guggenmos <[email protected]>
  • Loading branch information
slrtbtfs committed Feb 18, 2020
1 parent 2c94ae4 commit a88194b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![Build Status](https://raster.shields.io/drone/build/slrtbtfs/vscode-prometheus.png)](https://cloud.drone.io/slrtbtfs/vscode-prometheus)

# vscode-prometheus
# PromQL language support for VS Code

Prometheus Extension for VS Code based on the [PromQL Language Server](https://github.com/slrtbtfs/promql-lsp).


## Trying out the extension
1. Download the latest release binary from the releases page and install it with
```
code --install-extension vscode-prometheus-<version>.vsix
code --install-extension vscode-promql-<version>.vsix
```
2. Restart VS Code
3. 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 field `Prometheus URL`
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-prometheus",
"displayName": "PromQL",
"description": "Prometheus and PromQL integration for VS Code",
"name": "vscode-promql",
"displayName": "PromQL language support for VS Code",
"description": "Prometheus Extension for VS Code based on the [PromQL Language Server](https://github.com/slrtbtfs/promql-lsp).",
"publisher": "slrtbtfs",
"license": "Apache-2.0",
"repository": "https://github.com/slrtbtfs/vscode-prometheus",
Expand Down

0 comments on commit a88194b

Please sign in to comment.