Rename GEMINI_CLI_NO_RELAUNCH to QWEN_CODE_NO_RELAUNCH

This commit is contained in:
Alexander Farber
2025-12-10 13:48:01 +01:00
parent 95d3e5b744
commit bf905dcc17
5 changed files with 13 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ const env = {
if (process.env.DEBUG) {
// If this is not set, the debugger will pause on the outer process rather
// than the relaunched process making it harder to debug.
env.GEMINI_CLI_NO_RELAUNCH = 'true';
env.QWEN_CODE_NO_RELAUNCH = 'true';
}
// Use process.cwd() to inherit the working directory from launch.json cwd setting
// This allows debugging from a specific directory (e.g., .todo)