Bug Fixes
- Proper usage of environment variables
- Use app specific cache folder by default unless otherwise specified in ENVIRONMENT
- Speed up agent workspace creation
- zip/unzip module fix
- dev page layout fix => display bash option on windows
- Shell resolution by name
// works on windows
{
method: "shell.run",
params: {
shell: "bash",
message: "ls"
}
}