VS Code Menu Bar
H1
The menu bar in VS Code for Milkio is customizable, and expanding the menu bar is a simple task.
Configuration
To add menu items and customize the scripts to be executed, edit your /milkio.toml
file.
The scripts are executed using Bun’s $ Shell. Bun provides an independent shell implementation, which means your scripts can be executed across platforms. They will work fine on Windows as well.