From cc995720c4bf649c2af8eb558ee5bbb24c1686b9 Mon Sep 17 00:00:00 2001 From: Robert Wasinger Date: Mon, 30 Sep 2024 12:57:05 -0700 Subject: [PATCH] Do not autostart desktop-windows --- dojo_plugin/utils/workspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo_plugin/utils/workspace.py b/dojo_plugin/utils/workspace.py index e2d151b6..f3673b09 100644 --- a/dojo_plugin/utils/workspace.py +++ b/dojo_plugin/utils/workspace.py @@ -3,7 +3,7 @@ from . import user_docker_client -on_demand_services = { "code", "desktop", "desktop-windows" } +on_demand_services = { "code", "desktop"} def start_on_demand_service(user, service_name): if service_name not in on_demand_services: