Merge pull request #370 from devchat-ai/optimize_command_python_not_exist_error
Update DevChat command_python configuration
This commit is contained in:
commit
32036192e8
@ -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
|
||||
|
2
tools
2
tools
@ -1 +1 @@
|
||||
Subproject commit aac8aff3669906bd3d7064757634ed09930e062b
|
||||
Subproject commit 8ceeeea147daee9ff0cd5b927d258710431d5ac0
|
Loading…
x
Reference in New Issue
Block a user