Proof of concept semantic highlighter for beet
- Download the extension here
- Extract the
highlighter-*.*.*.vsix
- Open
Visual Studio Code
- Do
Ctrl+Shift+P
orCmd+Shift+P
on MacOS - Type
Install from VSIX
- Select the file you extracted!
Why is the highlighting red?
Make sure that you have disabled both language-mcfunction
and Data-pack Helper Plus
- Clone the repo
$> git clone https://github.com/TheNuclearNexus/BeetSemantics
- Install the node packages
$> npm i
- Install
beet
andmecha
if you haven't
$> pip install beet mecha
- Press
F5
orToolbar> Run> Start Debugging