refactor: move runtime state under project data directory
This commit is contained in:
@@ -87,7 +87,7 @@ def _query_marketplace_latest_vsix(publisher: str, extension: str) -> tuple[str,
|
||||
|
||||
|
||||
def bootstrap_from_vsix() -> None:
|
||||
lingma_bin = Path(os.getenv("LINGMA_BIN", "/app/bin/Lingma"))
|
||||
lingma_bin = Path(os.getenv("LINGMA_BIN", "/app/data/bin/Lingma"))
|
||||
source_type = os.getenv("LINGMA_SOURCE_TYPE", "marketplace").strip().lower()
|
||||
vsix_url = os.getenv(
|
||||
"LINGMA_VSIX_URL",
|
||||
|
||||
Reference in New Issue
Block a user