Rename Cargo crates (bterminal-core→agor-core, bterminal-relay→agor-relay), env vars (BTERMINAL_*→AGOR_*), config paths (~/.config/agor), CSS custom properties, plugin API object, package names, and all documentation. BREAKING CHANGE: config/data paths changed from bterminal to agor.
22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "run",
|
|
"type": "shell",
|
|
"command": "python3 ${workspaceFolder}/# v1 removed",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "install",
|
|
"type": "shell",
|
|
"command": "bash ${workspaceFolder}/install.sh",
|
|
"group": "none",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|