diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index add73dfc9c3..309adc35e00 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -709,7 +709,7 @@ public: RunWorkerFactory::make(), {ProjectExplorer::Constants::DEBUG_RUN_MODE}, {}, // All local run configs? - {PE::DESKTOP_DEVICE_TYPE} + {PE::DESKTOP_DEVICE_TYPE, "DockerDeviceType"} }; // FIXME: Needed?