1{ 2 "entrypoint": "/ide-desktop/status", 3 "entrypointArgs": [ "{DESKTOPIDEPORT}", "Open in VS Code Insiders on Desktop", "vscode-insiders" ], 4 "readinessProbe": { 5 "type": "http", 6 "http": { 7 "path": "/status" 8 } 9 } 10} 11 12