https://github.com/mcbeet/vscode-beet
A VSCode extension that adds support for beet projects
https://github.com/mcbeet/vscode-beet
Last synced: 8 months ago
JSON representation
A VSCode extension that adds support for beet projects
- Host: GitHub
- URL: https://github.com/mcbeet/vscode-beet
- Owner: mcbeet
- License: mit
- Created: 2021-03-22T21:12:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T01:21:23.000Z (about 4 years ago)
- Last Synced: 2025-10-09T05:59:24.506Z (8 months ago)
- Language: TypeScript
- Size: 3.36 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://marketplace.visualstudio.com/items?itemName=mcbeet.vscode-beet)
[](https://raw.githubusercontent.com/mcbeet/vscode-beet/main/LICENSE)
[](https://github.com/semantic-release/semantic-release)
Adds VS Code support for [`beet`](https://github.com/mcbeet/beet) projects.
[`beet`](https://github.com/mcbeet/beet) is a development kit for creating Minecraft resource- and datapacks. It serves as a platform for a cooperative tooling ecosystem and its flexible composition model allows for customizable and user-friendly workflows.
- [Features](#Features)
- [Linting and Completions](#Linting-and-Completions)
- [Beet commands](#Beet-commands)
- [Link world](#Link-world)
- [Build](#Build)
- [Other](#Other)
- [Changelog](https://github.com/mcbeet/vscode-beet/blob/main/CHANGELOG.md)
# Features
## Linting and Completions
### Json
Linting/Completions for Json config files matching `beet*.json` work automatically.

### Yaml
Linting/Completions for Json config files matching `beet*.yaml` or `beet*.yml` require the [Red hat YAML extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml).
### Toml
Linting/Completions for Toml config files is not yet supported
## Beet commands
### Link world
Link your project to a minecraft save:

### Build
Supports building from multiple project files:

### Other
