bean-script 0.2.12

Simple scripting language for easy use in other projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"workbench.colorCustomizations": {
		"activityBar.activeBackground": "#6b00be",
		"activityBar.background": "#6b00be",
		"activityBar.foreground": "#e7e7e7",
		"activityBar.inactiveForeground": "#e7e7e799",
		"activityBarBadge.background": "#201200",
		"activityBarBadge.foreground": "#e7e7e7",
		"sash.hoverBorder": "#6b00be",
		"tab.activeBorder": "#6b00be"
	},
	"peacock.remoteColor": "#4e008b",
	"cSpell.words": ["rustyline"],
	"rust-analyzer.linkedProjects": ["./Cargo.toml", "./Cargo.toml"],
	"rust-analyzer.showUnlinkedFileNotification": false
}