feat: update CodexLens route to spawn watcher using Python and add getVenvPythonPath export

This commit is contained in:
catlog22
2026-01-03 22:41:34 +08:00
parent 504ccfebbc
commit 1825ed3bcf
2 changed files with 13 additions and 7 deletions

View File

@@ -1446,6 +1446,12 @@ export {
cancelIndexing,
isIndexingInProgress,
};
// Export Python path for direct spawn usage (e.g., watcher)
export function getVenvPythonPath(): string {
return VENV_PYTHON;
}
export type { GpuMode, PythonEnvInfo };
// Backward-compatible export for tests