Skip to content

mcbeet/vscode-beet

Repository files navigation

Visual Studio Marketplace Version GitHub semantic-release

Adds VS Code support for beet projects.
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

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.

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