From c5921ef143aa39a145fe36d2fc6928e5cb2c6fce Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Wed, 20 Dec 2023 11:17:09 +0800 Subject: [PATCH] Update DevChat command_python configuration --- src/toolwrapper/devchat.ts | 2 +- tools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/toolwrapper/devchat.ts b/src/toolwrapper/devchat.ts index 9390b0f..eb5a22b 100644 --- a/src/toolwrapper/devchat.ts +++ b/src/toolwrapper/devchat.ts @@ -243,7 +243,7 @@ class DevChat { // eslint-disable-next-line @typescript-eslint/naming-convention "PYTHONUTF8": 1, // eslint-disable-next-line @typescript-eslint/naming-convention - "command_python": UiUtilWrapper.getConfiguration('DevChat', 'PythonForCommands') || "python3", + "command_python": UiUtilWrapper.getConfiguration('DevChat', 'PythonForCommands') || "", // eslint-disable-next-line @typescript-eslint/naming-convention "PYTHONPATH": UiUtilWrapper.extensionPath() + "/tools/site-packages", // eslint-disable-next-line @typescript-eslint/naming-convention diff --git a/tools b/tools index aac8aff..8ceeeea 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit aac8aff3669906bd3d7064757634ed09930e062b +Subproject commit 8ceeeea147daee9ff0cd5b927d258710431d5ac0