Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grafana/vscode-alloy
- Owner: grafana
- License: apache-2.0
- Created: 2024-03-20T16:05:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:03:56.000Z (4 months ago)
- Last Synced: 2024-09-28T15:02:18.758Z (about 1 month ago)
- Topics: alloy, grafana, grafana-alloy, syntax-highlighting, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 96.7 KB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```