update config
This commit is contained in:
@@ -294,6 +294,13 @@ def _get_configurable_plugin_names() -> List[str]:
|
|||||||
]
|
]
|
||||||
except Exception:
|
except Exception:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
|
def _get_configurable_tool_names() -> List[str]:
|
||||||
|
"""Retain compatibility with the retired tool configuration category."""
|
||||||
|
return []
|
||||||
|
|
||||||
|
|
||||||
def _get_multi_instance_plugin_names() -> set[str]:
|
def _get_multi_instance_plugin_names() -> set[str]:
|
||||||
try:
|
try:
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -1901,6 +1901,8 @@ if (Test-Path (Join-Path $repo 'CLI.py')) {
|
|||||||
"setlocal\n"
|
"setlocal\n"
|
||||||
f'set "REPO={repo_bat_str}"\n'
|
f'set "REPO={repo_bat_str}"\n'
|
||||||
"set \"PY=%REPO%\\.venv\\Scripts\\python.exe\"\n"
|
"set \"PY=%REPO%\\.venv\\Scripts\\python.exe\"\n"
|
||||||
|
"set \"PYTHONPATH=%REPO%\"\n"
|
||||||
|
"set \"PYTHONNOUSERSITE=1\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"cd /d \"%REPO%\"\n"
|
"cd /d \"%REPO%\"\n"
|
||||||
"if exist \"%PY%\" (\n"
|
"if exist \"%PY%\" (\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user