Merge pull request #370 from devchat-ai/optimize_command_python_not_exist_error

Update DevChat command_python configuration
This commit is contained in:
boob.yang 2023-12-20 11:21:41 +08:00 committed by GitHub
commit 32036192e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ class DevChat {
// eslint-disable-next-line @typescript-eslint/naming-convention // eslint-disable-next-line @typescript-eslint/naming-convention
"PYTHONUTF8": 1, "PYTHONUTF8": 1,
// eslint-disable-next-line @typescript-eslint/naming-convention // 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 // eslint-disable-next-line @typescript-eslint/naming-convention
"PYTHONPATH": UiUtilWrapper.extensionPath() + "/tools/site-packages", "PYTHONPATH": UiUtilWrapper.extensionPath() + "/tools/site-packages",
// eslint-disable-next-line @typescript-eslint/naming-convention // eslint-disable-next-line @typescript-eslint/naming-convention

2
tools

@ -1 +1 @@
Subproject commit aac8aff3669906bd3d7064757634ed09930e062b Subproject commit 8ceeeea147daee9ff0cd5b927d258710431d5ac0