Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ide/code-desktop/supervisor-ide-config_stable.json
2498 views
1
{
2
"entrypoint": "/ide-desktop/status",
3
"entrypointArgs": [ "{DESKTOPIDEPORT}", "Open in VS Code on Desktop", "vscode" ],
4
"readinessProbe": {
5
"type": "http",
6
"http": {
7
"path": "/status"
8
}
9
}
10
}
11
12