Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grafana/vscode-alloy

Grafana Alloy support for VSCode
https://github.com/grafana/vscode-alloy

alloy grafana grafana-alloy syntax-highlighting vscode vscode-extension

Last synced: 30 days ago
JSON representation

Grafana Alloy support for VSCode

Awesome Lists containing this project

README

        

# vscode-alloy

vscode-alloy is a `VS Code` extension for [Grafana Alloy](https://github.com/grafana/alloy).

## Installing

Install the extension from the [Visual Studio Code Marketplace][VSCode] or
[Open VSX][OpenVSX].

[VSCode]: https://marketplace.visualstudio.com/items?itemName=Grafana.grafana-alloy
[OpenVSX]: https://open-vsx.org/extension/Grafana/grafana-alloy

## Build from source

Building vscode-alloy from source requires [vsce](https://github.com/microsoft/vscode-vsce).

From the root directory of this repository:

```
vsce package
```