forked from qt-creator/qt-creator
QmlProjectRunConfiguration: Do not enable DebugTranslation by default
Do not enable this service by default since it breaks the profiler and debugger and it is not required. This does not break language switching. Task-number: QDS-6523 Change-Id: Ib55179674c59034cdf1ece135a3f9a2e8cf08e86 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
committed by
Tim Jenssen
parent
e7f314e02a
commit
a889dea4d7
@@ -236,8 +236,6 @@ QString QmlProjectRunConfiguration::commandLineArguments() const
|
||||
if (!main.isEmpty())
|
||||
ProcessArgs::addArg(&args, main, osType);
|
||||
|
||||
if (m_multiLanguageAspect && m_multiLanguageAspect->value())
|
||||
ProcessArgs::addArg(&args, "-qmljsdebugger=file:unused_if_debugger_arguments_added,services:DebugTranslation", osType);
|
||||
|
||||
return args;
|
||||
}
|
||||
|
Reference in New Issue
Block a user