1.3 KiB
1.3 KiB
Preview
Installation
Via Visual Studio Code
- Open the Extensions sidebar by clicking on
View -> Extensions. - Search for
@id:Holllo.Love. - Click on the green "Install" button.
- Done! ♥
Via the Command Line
- Run
code --install-extension Holllo.Love. - Done! ♥
From Source
Requires NodeJS and Yarn to be installed.
With a cloned repository and your current working directory at the root of it:
- Install the dependencies with
yarn. - Build the theme with
yarn build:vscode. - Change into the VS Code directory with
cd source/vscode/. - Install the packaging utility by running
yarn. - Create the
.vsixpackage withyarn package. - Install the theme with
code --install-extension love-{{ versions.vscode }}.vsix. - Done! ♥

