Awaitless for VS Code
io.github.xpluspro/awaitless
Durable execution and named concurrency queues for coding agents across local, SSH, and Slurm.
client:VS Code
transport:stdio
runtime:pypi
Install Awaitless in VS Code
.vscode/mcp.json
{
"servers": {
"awaitless": {
"type": "stdio",
"command": "uvx",
"args": [
"awaitless-runner"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs