From de2cfc10d13d20e6c0532a9e160b8582decba4ec Mon Sep 17 00:00:00 2001 From: dasunwarman Date: Tue, 25 Jun 2024 10:39:00 +0800 Subject: [PATCH] Tue Jun 25 10:39:00 CST 2024 inscode --- .inscode | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.inscode b/.inscode index c9c57ce..15f85ff 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,5 @@ run = "pip install -r requirements.txt;python3 main.py" +language = "python" [env] VIRTUAL_ENV = "/root/${PROJECT_DIR}/venv" @@ -6,4 +7,7 @@ PATH = "${VIRTUAL_ENV}/bin:${PATH}" PYTHONPATH = "$PYTHONHOME/lib/python3.10:${VIRTUAL_ENV}/lib/python3.10/site-packages" REPLIT_POETRY_PYPI_REPOSITORY = "http://mirrors.csdn.net.cn/repository/csdn-pypi-mirrors/simple" MPLBACKEND = "TkAgg" -POETRY_CACHE_DIR = "/root/${PROJECT_DIR}/.cache/pypoetry" \ No newline at end of file +POETRY_CACHE_DIR = "/root/${PROJECT_DIR}/.cache/pypoetry" + +[debugger] +program = "main.py" -- GitLab